diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-04-17 16:16:10 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-04-17 16:16:10 +0000 |
commit | e5b6c7dd9cb32852a7f5b19a9855cf3c32543396 (patch) | |
tree | afe963cde5e3882b8785c963d7d1ec07d458a85a /tty.c | |
parent | 4fd10fc73be4ce707c7d55f608d47894a2d1b12c (diff) | |
download | busybox-w32-e5b6c7dd9cb32852a7f5b19a9855cf3c32543396.tar.gz busybox-w32-e5b6c7dd9cb32852a7f5b19a9855cf3c32543396.tar.bz2 busybox-w32-e5b6c7dd9cb32852a7f5b19a9855cf3c32543396.zip |
More updates to the docs, and fixes to sync things with the docs.
-Erik
Diffstat (limited to 'tty.c')
-rw-r--r-- | tty.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -25,8 +25,8 @@ | |||
25 | #include <sys/types.h> | 25 | #include <sys/types.h> |
26 | 26 | ||
27 | static const char tty_usage[] = "tty\n\n" | 27 | static const char tty_usage[] = "tty\n\n" |
28 | "Print the file name of the terminal connected to standard input.\n" | 28 | "Print the file name of the terminal connected to standard input.\n\n" |
29 | 29 | "Options:\n" | |
30 | "\t-s\tprint nothing, only return an exit status\n"; | 30 | "\t-s\tprint nothing, only return an exit status\n"; |
31 | 31 | ||
32 | extern int tty_main(int argc, char **argv) | 32 | extern int tty_main(int argc, char **argv) |