projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af45760
)
- make tty's pre SUSv3 option handling dependant on INCLUDE_SUSv2
author
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Sat, 20 Jan 2007 21:34:24 +0000
(21:34 -0000)
committer
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Sat, 20 Jan 2007 21:34:24 +0000
(21:34 -0000)
include/usage.h
patch
|
blob
|
history
diff --git
a/include/usage.h
b/include/usage.h
index 2b51fad726a79600256699d14778019cd360517f..8ddd1166bedfbc0cd5a6af53b3587ecb2935c2e2 100644
(file)
--- 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"