diff options
Diffstat (limited to 'bin/ksh/ksh.1tbl')
-rw-r--r-- | bin/ksh/ksh.1tbl | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/bin/ksh/ksh.1tbl b/bin/ksh/ksh.1tbl index 947015e3911..3ac78053c2a 100644 --- a/bin/ksh/ksh.1tbl +++ b/bin/ksh/ksh.1tbl @@ -1,4 +1,4 @@ -.\" $OpenBSD: ksh.1tbl,v 1.62 2003/12/22 11:54:02 jmc Exp $ +.\" $OpenBSD: ksh.1tbl,v 1.63 2003/12/27 20:35:12 jmc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -948,7 +948,7 @@ characters are called .Dq IFS whitespace . Sequences of one or more .Ev IFS -whitespace characters, in combination with zero or no +whitespace characters, in combination with zero or one .Pf non- Ev IFS whitespace characters, delimit a field. @@ -966,11 +966,11 @@ is set to the sequence of characters .Dq <space>A<space>:<space><space>B::D contains four fields: -.Dq A , -.Dq B , -.Dq , +.Sq A , +.Sq B , +.Sq ,\& and -.Dq D . +.Sq D . Note that if the .Ev IFS parameter is set to the |