diff options
-rw-r--r-- | loginutils/getty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loginutils/getty.c b/loginutils/getty.c index 62456651b..baad04e9b 100644 --- a/loginutils/getty.c +++ b/loginutils/getty.c | |||
@@ -104,7 +104,7 @@ struct globals { | |||
104 | //usage:#define getty_trivial_usage | 104 | //usage:#define getty_trivial_usage |
105 | //usage: "[OPTIONS] BAUD_RATE[,BAUD_RATE]... TTY [TERMTYPE]" | 105 | //usage: "[OPTIONS] BAUD_RATE[,BAUD_RATE]... TTY [TERMTYPE]" |
106 | //usage:#define getty_full_usage "\n\n" | 106 | //usage:#define getty_full_usage "\n\n" |
107 | //usage: "Open a tty, prompt for a login name, then invoke /bin/login\n" | 107 | //usage: "Open TTY, prompt for login name, then invoke /bin/login\n" |
108 | //usage: "\n -h Enable hardware RTS/CTS flow control" | 108 | //usage: "\n -h Enable hardware RTS/CTS flow control" |
109 | //usage: "\n -L Set CLOCAL (ignore Carrier Detect state)" | 109 | //usage: "\n -L Set CLOCAL (ignore Carrier Detect state)" |
110 | //usage: "\n -m Get baud rate from modem's CONNECT status message" | 110 | //usage: "\n -m Get baud rate from modem's CONNECT status message" |