diff options
author | stefanf <stefanf@FreeBSD.org> | 2005-10-29 08:22:09 +0000 |
---|---|---|
committer | stefanf <stefanf@FreeBSD.org> | 2005-10-29 08:22:09 +0000 |
commit | 9d5c45dd339ac45af33d8ab992f0c9e1acaad4c9 (patch) | |
tree | 63ab857df8d292a09846e478fb7507dca8aec8c1 /bin | |
parent | 48aeac9996eff565bc203cc4cc3e3ce8a0ae0b86 (diff) | |
download | FreeBSD-src-9d5c45dd339ac45af33d8ab992f0c9e1acaad4c9.zip FreeBSD-src-9d5c45dd339ac45af33d8ab992f0c9e1acaad4c9.tar.gz |
Document that read -t timeout returns 1 if the timeout elapses.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/sh/sh.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sh/sh.1 b/bin/sh/sh.1 index be0fb6d..563810c 100644 --- a/bin/sh/sh.1 +++ b/bin/sh/sh.1 @@ -1808,7 +1808,7 @@ option is specified and the elapses before any input is supplied, the .Ic read -command will return without assigning any values. +command will return an exit status of 1 without assigning any values. The .Ar timeout value may optionally be followed by one of |