diff options
Diffstat (limited to 'Doc/help/read')
-rw-r--r-- | Doc/help/read | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/help/read b/Doc/help/read index 743389f72..ac14407ea 100644 --- a/Doc/help/read +++ b/Doc/help/read @@ -1,5 +1,5 @@ read [ -rszpqAclneE ] [ -t [ num ] ] [ -k [ num ] ] [ -d delim ] - [ -u n ] [ name[?prompt] ] [ name ... ] + [ -u n ] [ [name][?prompt] ] [ name ... ] Read one line and break it into fields using the characters in $IFS as separators, except as noted below. The first field is assigned to the first name, the second field to the second name, |