svn commit: trunk/busybox/include

aldot at busybox.net aldot at busybox.net
Sat Jan 20 21:34:24 UTC 2007


Author: aldot
Date: 2007-01-20 13:34:24 -0800 (Sat, 20 Jan 2007)
New Revision: 17422

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


Modified:
   trunk/busybox/include/usage.h


Changeset:
Modified: trunk/busybox/include/usage.h
===================================================================
--- trunk/busybox/include/usage.h	2007-01-20 21:33:50 UTC (rev 17421)
+++ trunk/busybox/include/usage.h	2007-01-20 21:34:24 UTC (rev 17422)
@@ -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"




More information about the busybox-cvs mailing list