diff options
Diffstat (limited to 'coreutils/tty.c')
-rw-r--r-- | coreutils/tty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/tty.c b/coreutils/tty.c index ff6f2bb3b..e448c27ec 100644 --- a/coreutils/tty.c +++ b/coreutils/tty.c | |||
@@ -21,7 +21,7 @@ | |||
21 | /* http://www.opengroup.org/onlinepubs/9699919799/utilities/tty.html */ | 21 | /* http://www.opengroup.org/onlinepubs/9699919799/utilities/tty.html */ |
22 | 22 | ||
23 | //usage:#define tty_trivial_usage | 23 | //usage:#define tty_trivial_usage |
24 | //usage: "" | 24 | //usage: "" IF_INCLUDE_SUSv2("[-s]") |
25 | //usage:#define tty_full_usage "\n\n" | 25 | //usage:#define tty_full_usage "\n\n" |
26 | //usage: "Print file name of stdin's terminal" | 26 | //usage: "Print file name of stdin's terminal" |
27 | //usage: IF_INCLUDE_SUSv2( "\n" | 27 | //usage: IF_INCLUDE_SUSv2( "\n" |