diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-10-17 19:42:26 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-10-17 19:42:26 +0000 |
commit | 211dbfe484d4ccf4c1442d1a1654ac3644703fe3 (patch) | |
tree | 042353c60c713fc6e9cf1525716334428e01c07c /bin | |
parent | a79ac801b41b303fa0986465ab1a91a46d198281 (diff) |
Minor formatting nits.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/ksh/ksh.1 | 6 | ||||
-rw-r--r-- | bin/ksh/ksh.1tbl | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/bin/ksh/ksh.1 b/bin/ksh/ksh.1 index 17df0e4f17a..7ce06dcfd38 100644 --- a/bin/ksh/ksh.1 +++ b/bin/ksh/ksh.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ksh.1,v 1.27 1999/10/16 20:31:33 aaron Exp $ +.\" $OpenBSD: ksh.1,v 1.28 1999/10/17 19:42:25 aaron Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -880,7 +880,7 @@ which are described in detail in the next section, take the form or .Ic ${ Ns Ar ... Ns Ic \&} ; command substitutions take the form -.Ic $( Ns Ar command Ns Ic ) +.Ic $( Ns Ar command Ns Ic \&) or .Ic ` Ns Ar command Ns Ic ` ; and arithmetic substitutions take the form @@ -933,7 +933,7 @@ brace expansion and file name expansion (see the relevant sections below). .Pp A command substitution is replaced by the output generated by the specified command, which is run in a subshell. For -.Ic $( Ns Ar command Ns Ic ) +.Ic $( Ns Ar command Ns Ic \&) substitutions, normal quoting rules are used when .Ar command is parsed; however, for the diff --git a/bin/ksh/ksh.1tbl b/bin/ksh/ksh.1tbl index 757d1f78f5c..8b3b3a76e12 100644 --- a/bin/ksh/ksh.1tbl +++ b/bin/ksh/ksh.1tbl @@ -1,4 +1,4 @@ -.\" $OpenBSD: ksh.1tbl,v 1.27 1999/10/16 20:31:33 aaron Exp $ +.\" $OpenBSD: ksh.1tbl,v 1.28 1999/10/17 19:42:25 aaron Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -880,7 +880,7 @@ which are described in detail in the next section, take the form or .Ic ${ Ns Ar ... Ns Ic \&} ; command substitutions take the form -.Ic $( Ns Ar command Ns Ic ) +.Ic $( Ns Ar command Ns Ic \&) or .Ic ` Ns Ar command Ns Ic ` ; and arithmetic substitutions take the form @@ -933,7 +933,7 @@ brace expansion and file name expansion (see the relevant sections below). .Pp A command substitution is replaced by the output generated by the specified command, which is run in a subshell. For -.Ic $( Ns Ar command Ns Ic ) +.Ic $( Ns Ar command Ns Ic \&) substitutions, normal quoting rules are used when .Ar command is parsed; however, for the |