This commit was generated by cvs2svn to compensate for changes in r81, which
included commits to RCS files with non-trunk default branches.
This commit is contained in:
commit
c9a6971053
16
sh.1tbl
16
sh.1tbl
@ -1,4 +1,4 @@
|
|||||||
.\" $OpenBSD: sh.1tbl,v 1.40 2003/12/22 11:54:02 jmc Exp $
|
.\" $OpenBSD: sh.1tbl,v 1.42 2003/12/27 20:52:22 jmc Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 1980, 1990, 1993
|
.\" Copyright (c) 1980, 1990, 1993
|
||||||
.\" The Regents of the University of California. All rights reserved.
|
.\" The Regents of the University of California. All rights reserved.
|
||||||
@ -30,7 +30,7 @@
|
|||||||
.\" @(#)ksh.1tbl 8.2 (Berkeley) 8/19/96
|
.\" @(#)ksh.1tbl 8.2 (Berkeley) 8/19/96
|
||||||
.\"
|
.\"
|
||||||
.Dd August 19, 1996
|
.Dd August 19, 1996
|
||||||
.Dt KSH 1
|
.Dt SH 1
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
.Nm sh
|
.Nm sh
|
||||||
@ -52,7 +52,7 @@ interactive and script use.
|
|||||||
The following options can be specified only on the command line:
|
The following options can be specified only on the command line:
|
||||||
.Bl -tag -width Ds
|
.Bl -tag -width Ds
|
||||||
.It Fl c Ar command-string
|
.It Fl c Ar command-string
|
||||||
.Nm ksh
|
.Nm sh
|
||||||
will execute the command(s) contained in
|
will execute the command(s) contained in
|
||||||
.Ar command-string .
|
.Ar command-string .
|
||||||
.It Fl i
|
.It Fl i
|
||||||
@ -770,7 +770,7 @@ characters are called
|
|||||||
.Dq IFS whitespace .
|
.Dq IFS whitespace .
|
||||||
Sequences of one or more
|
Sequences of one or more
|
||||||
.Ev IFS
|
.Ev IFS
|
||||||
whitespace characters, in combination with zero or no
|
whitespace characters, in combination with zero or one
|
||||||
.Pf non- Ev IFS
|
.Pf non- Ev IFS
|
||||||
whitespace
|
whitespace
|
||||||
characters, delimit a field.
|
characters, delimit a field.
|
||||||
@ -788,11 +788,11 @@ is set to
|
|||||||
and VAR is set to
|
and VAR is set to
|
||||||
.Dq <space>A<space>:<space><space>B::D ,
|
.Dq <space>A<space>:<space><space>B::D ,
|
||||||
the substitution for $VAR results in four fields:
|
the substitution for $VAR results in four fields:
|
||||||
.Dq A ,
|
.Sq A ,
|
||||||
.Dq B ,
|
.Sq B ,
|
||||||
.Dq ,
|
.Sq ,\&
|
||||||
and
|
and
|
||||||
.Dq D .
|
.Sq D .
|
||||||
Note that if the
|
Note that if the
|
||||||
.Ev IFS
|
.Ev IFS
|
||||||
parameter is set to the
|
parameter is set to the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user