summaryrefslogtreecommitdiff
path: root/src/test.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-06-22 14:55:30 +0000
committerJim Meyering <jim@meyering.net>2004-06-22 14:55:30 +0000
commit1aee77322739df7ffffa661c239bb7d9ad3785a7 (patch)
tree747ba2ce084e2e34b5c4068ad6acdca1972d73a8 /src/test.c
parent4cadec185019bd54078a1bf0a9f42b667b06c3d8 (diff)
downloadcoreutils-1aee77322739df7ffffa661c239bb7d9ad3785a7.tar.xz
(usage): Correct description of `-t FD'. The file
descriptor, FD, is no longer optional. Reported by Ton Nijkes.
Diffstat (limited to 'src/test.c')
-rw-r--r--src/test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test.c b/src/test.c
index 105b29359..ba0c14f4b 100644
--- a/src/test.c
+++ b/src/test.c
@@ -288,7 +288,7 @@ age_of (char *filename, time_t *age)
* term ::=
* '-'('h'|'d'|'f'|'r'|'s'|'w'|'c'|'b'|'p'|'u'|'g'|'k') filename
* '-'('L'|'x') filename
- * '-t' [ int ]
+ * '-t' int
* '-'('z'|'n') string
* string
* string ('!='|'=') string
@@ -1038,7 +1038,7 @@ EXPRESSION is true or false and sets exit status. It is one of:\n\
"), stdout);
fputs (_("\
-S FILE FILE exists and is a socket\n\
- -t [FD] file descriptor FD (stdout by default) is opened on a terminal\n\
+ -t FD file descriptor FD is opened on a terminal\n\
-u FILE FILE exists and its set-user-ID bit is set\n\
-w FILE FILE exists and is writable\n\
-x FILE FILE exists and is executable\n\