- make tty's pre SUSv3 option handling dependant on INCLUDE_SUSv2
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Sat, 20 Jan 2007 21:34:24 +0000 (21:34 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Sat, 20 Jan 2007 21:34:24 +0000 (21:34 -0000)
include/usage.h

index 2b51fad726a79600256699d14778019cd360517f..8ddd1166bedfbc0cd5a6af53b3587ecb2935c2e2 100644 (file)
        ""
 #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"