From d53cc65a1205f2a1b5a9706441504a993a06aa8f Mon Sep 17 00:00:00 2001 From: erik Date: Mon, 17 Apr 2000 16:16:10 +0000 Subject: 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 --- tty.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tty.c') diff --git a/tty.c b/tty.c index 8ac1c1fcd..6f98d1b79 100644 --- a/tty.c +++ b/tty.c @@ -25,8 +25,8 @@ #include static const char tty_usage[] = "tty\n\n" - "Print the file name of the terminal connected to standard input.\n" - + "Print the file name of the terminal connected to standard input.\n\n" + "Options:\n" "\t-s\tprint nothing, only return an exit status\n"; extern int tty_main(int argc, char **argv) -- cgit v1.2.3-55-g6feb