aboutsummaryrefslogtreecommitdiff
path: root/tty.c
diff options
context:
space:
mode:
authorerik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-04-17 16:16:10 +0000
committererik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-04-17 16:16:10 +0000
commitd53cc65a1205f2a1b5a9706441504a993a06aa8f (patch)
treeafe963cde5e3882b8785c963d7d1ec07d458a85a /tty.c
parent20d662d561d8d642b825bb00c77638af010cf690 (diff)
downloadbusybox-w32-d53cc65a1205f2a1b5a9706441504a993a06aa8f.tar.gz
busybox-w32-d53cc65a1205f2a1b5a9706441504a993a06aa8f.tar.bz2
busybox-w32-d53cc65a1205f2a1b5a9706441504a993a06aa8f.zip
More updates to the docs, and fixes to sync things with the docs.
-Erik git-svn-id: svn://busybox.net/trunk/busybox@467 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'tty.c')
-rw-r--r--tty.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tty.c b/tty.c
index 8ac1c1fcd..6f98d1b79 100644
--- a/tty.c
+++ b/tty.c
@@ -25,8 +25,8 @@
25#include <sys/types.h> 25#include <sys/types.h>
26 26
27static const char tty_usage[] = "tty\n\n" 27static 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
32extern int tty_main(int argc, char **argv) 32extern int tty_main(int argc, char **argv)