diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-12-27 20:35:13 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-12-27 20:35:13 +0000 |
commit | 3c19f51f30ada67cc34001520cb37b82c51ce880 (patch) | |
tree | 0ced54f116410cd1fba1f632847d768916da7996 /bin/ksh/sh.1 | |
parent | c29344868059523df6f7b2f02b1a2fb4f9f12520 (diff) |
- revert a typo introduced when this page was mdoc'ed
- use .Sq rather than .Dq for single letters
Diffstat (limited to 'bin/ksh/sh.1')
-rw-r--r-- | bin/ksh/sh.1 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/bin/ksh/sh.1 b/bin/ksh/sh.1 index 524829d55dc..dbe28c210ea 100644 --- a/bin/ksh/sh.1 +++ b/bin/ksh/sh.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sh.1,v 1.40 2003/12/22 11:54:02 jmc Exp $ +.\" $OpenBSD: sh.1,v 1.41 2003/12/27 20:35:12 jmc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -770,7 +770,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. @@ -788,11 +788,11 @@ is set to and VAR is set to .Dq <space>A<space>:<space><space>B::D , the substitution for $VAR results in 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 |