- make tty's pre SUSv3 option handling dependant on INCLUDE_SUSv2

This commit is contained in:
Bernhard Reutner-Fischer 2007-01-20 21:34:24 +00:00
parent af45760cca
commit 12f96c1cec

View File

@ -3286,8 +3286,9 @@
""
#define tty_full_usage \
"Print the file name of the terminal connected to standard input" \
USE_INCLUDE_SUSv2( \
"\n\nOptions:\n" \
" -s Print nothing, only return an exit status"
" -s Print nothing, only return an exit status")
#define tty_example_usage \
"$ tty\n" \
"/dev/tty2\n"