From 12f96c1cec0c6ae6b5685945eb60d4d52f617637 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Sat, 20 Jan 2007 21:34:24 +0000 Subject: [PATCH] - make tty's pre SUSv3 option handling dependant on INCLUDE_SUSv2 --- include/usage.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 @@ "" #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" -- 2.25.1