Bug 52126 - Missing newline in Xconfigurator usage message
Summary: Missing newline in Xconfigurator usage message
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: Xconfigurator
Version: 7.3
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Mike A. Harris
QA Contact: David Lawrence
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-08-20 20:02 UTC by Christian Rose
Modified: 2007-04-18 16:36 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2001-08-20 20:02:09 UTC
Embargoed:


Attachments (Terms of Use)

Description Christian Rose 2001-08-20 20:02:05 UTC
#: ../Xconfigurator.c:4817
msgid ""
"\n"
"Usage: Xconfigurator [--kickstart] [--card <card>]        [--server "
"<server>] [--driver <driver>] \n"
"       [--monitor <monitor>] [--hsync <hsync>] [--vsync <vsync>]\n"
"       [--mouse <mouse>] [--mousedevice <port>] [--emulthree]\n"
"       [--startxonboot] [--preferxf3] [--preferxf4]\n"
"       [--listservers] [--listmonitors] [--listcards]\n"
"       [--noddcprobe]\n"
"\n"

goeran.se pointed out that there is possibly a missing newline
here after the first usage line. It should probably be:
"\n"
"Usage: Xconfigurator [--kickstart] [--card <card>]\n"
"       [--server <server>] [--driver <driver>]\n"
"       [--monitor <monitor>] [--hsync <hsync>] [--vsync <vsync>]\n"
"       [--mouse <mouse>] [--mousedevice <port>] [--emulthree]\n"
"       [--startxonboot] [--preferxf3] [--preferxf4]\n"
"       [--listservers] [--listmonitors] [--listcards]\n"
"       [--noddcprobe]\n"
"\n"

Comment 1 Mike A. Harris 2001-08-21 05:27:51 UTC
Thanks.  Fixed now.  Will be in final release.


Note You need to log in before you can comment on or make changes to this bug.