diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-02-19 22:20:06 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-02-19 22:20:06 +0000 |
commit | 06ec923df520fbf7e875ad8175897e5fbf3ae208 (patch) | |
tree | a0253952eccc34e34f2a91e3d8c79300210540e9 /bin | |
parent | 3bfb2bf9929962cdfc7d411fe9f265f9e68c84a2 (diff) |
escape full stops where necessary to kill erroneous double spaces;
softly, softly, catchy monkey...
Diffstat (limited to 'bin')
-rw-r--r-- | bin/ksh/ksh.1 | 4 | ||||
-rw-r--r-- | bin/ksh/ksh.1tbl | 4 | ||||
-rw-r--r-- | bin/ksh/sh.1 | 4 | ||||
-rw-r--r-- | bin/ksh/sh.1tbl | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/bin/ksh/ksh.1 b/bin/ksh/ksh.1 index 4d64d12feaa..65393fcf3a5 100644 --- a/bin/ksh/ksh.1 +++ b/bin/ksh/ksh.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ksh.1,v 1.65 2004/01/23 23:08:45 jmc Exp $ +.\" $OpenBSD: ksh.1,v 1.66 2004/02/19 22:20:05 jmc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -573,7 +573,7 @@ is set to the word and is executed. If .Ic in -is not used to specify a word list, the positional parameters ($1, $2, etc.) +is not used to specify a word list, the positional parameters ($1, $2, etc.\&) are used instead. For historical reasons, open and close braces may be used instead of .Ic do diff --git a/bin/ksh/ksh.1tbl b/bin/ksh/ksh.1tbl index 25aa5b99ea0..7776463c72c 100644 --- a/bin/ksh/ksh.1tbl +++ b/bin/ksh/ksh.1tbl @@ -1,4 +1,4 @@ -.\" $OpenBSD: ksh.1tbl,v 1.65 2004/01/23 23:08:45 jmc Exp $ +.\" $OpenBSD: ksh.1tbl,v 1.66 2004/02/19 22:20:05 jmc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -573,7 +573,7 @@ is set to the word and is executed. If .Ic in -is not used to specify a word list, the positional parameters ($1, $2, etc.) +is not used to specify a word list, the positional parameters ($1, $2, etc.\&) are used instead. For historical reasons, open and close braces may be used instead of .Ic do diff --git a/bin/ksh/sh.1 b/bin/ksh/sh.1 index 183468cd162..36f4eec4df1 100644 --- a/bin/ksh/sh.1 +++ b/bin/ksh/sh.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sh.1,v 1.44 2004/01/23 23:08:45 jmc Exp $ +.\" $OpenBSD: sh.1,v 1.45 2004/02/19 22:20:05 jmc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -552,7 +552,7 @@ is set to the word and is executed. If .Ic in -is not used to specify a word list, the positional parameters ($1, $2, etc.) +is not used to specify a word list, the positional parameters ($1, $2, etc.\&) are used instead. For historical reasons, open and close braces may be used instead of .Ic do diff --git a/bin/ksh/sh.1tbl b/bin/ksh/sh.1tbl index abe2c7cb147..a0baa735bc6 100644 --- a/bin/ksh/sh.1tbl +++ b/bin/ksh/sh.1tbl @@ -1,4 +1,4 @@ -.\" $OpenBSD: sh.1tbl,v 1.44 2004/01/23 23:08:45 jmc Exp $ +.\" $OpenBSD: sh.1tbl,v 1.45 2004/02/19 22:20:05 jmc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -552,7 +552,7 @@ is set to the word and is executed. If .Ic in -is not used to specify a word list, the positional parameters ($1, $2, etc.) +is not used to specify a word list, the positional parameters ($1, $2, etc.\&) are used instead. For historical reasons, open and close braces may be used instead of .Ic do |