Import OpenBSD again, for various reasons.

This commit is contained in:
tg
2004-01-02 17:08:09 +00:00
parent f7ecabd91c
commit e496d7be6e
2 changed files with 14 additions and 14 deletions

View File

@@ -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 .\" 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.
@@ -948,7 +948,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.
@@ -966,11 +966,11 @@ is set to
the sequence of characters the sequence of characters
.Dq <space>A<space>:<space><space>B::D .Dq <space>A<space>:<space><space>B::D
contains four fields: contains 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

16
sh.1tbl
View File

@@ -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