diff options
| author | Stefan Farfeleder <stefanf@FreeBSD.org> | 2005-10-29 08:22:09 +0000 |
|---|---|---|
| committer | Stefan Farfeleder <stefanf@FreeBSD.org> | 2005-10-29 08:22:09 +0000 |
| commit | 1b1615593425d2f948cdefd07248afd704219d59 (patch) | |
| tree | 63ab857df8d292a09846e478fb7507dca8aec8c1 | |
| parent | 21b0341c80de649498ff856a19297f0ab636b797 (diff) | |
Notes
| -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 be0fb6de1a6ec..563810ce1167a 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 |
