aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-01-20 21:34:24 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-01-20 21:34:24 +0000
commit12f96c1cec0c6ae6b5685945eb60d4d52f617637 (patch)
tree49bd5c5541bfdbc733bb5a531555567b67b90ef7
parentaf45760cca1bad4ccd25ed91605edfd2ffb9426e (diff)
downloadbusybox-w32-12f96c1cec0c6ae6b5685945eb60d4d52f617637.tar.gz
busybox-w32-12f96c1cec0c6ae6b5685945eb60d4d52f617637.tar.bz2
busybox-w32-12f96c1cec0c6ae6b5685945eb60d4d52f617637.zip
- make tty's pre SUSv3 option handling dependant on INCLUDE_SUSv2
-rw-r--r--include/usage.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h
index 2b51fad72..8ddd1166b 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -3286,8 +3286,9 @@
3286 "" 3286 ""
3287#define tty_full_usage \ 3287#define tty_full_usage \
3288 "Print the file name of the terminal connected to standard input" \ 3288 "Print the file name of the terminal connected to standard input" \
3289 USE_INCLUDE_SUSv2( \
3289 "\n\nOptions:\n" \ 3290 "\n\nOptions:\n" \
3290 " -s Print nothing, only return an exit status" 3291 " -s Print nothing, only return an exit status")
3291#define tty_example_usage \ 3292#define tty_example_usage \
3292 "$ tty\n" \ 3293 "$ tty\n" \
3293 "/dev/tty2\n" 3294 "/dev/tty2\n"