further minor manpage fixes
This commit is contained in:
parent
b051c6e857
commit
ffe14a1de4
8
ksh.1tbl
8
ksh.1tbl
|
@ -1,4 +1,4 @@
|
||||||
.\" $MirBSD: ksh.1tbl,v 1.24 2004/05/23 12:47:00 tg Exp $
|
.\" $MirBSD: ksh.1tbl,v 1.25 2004/05/23 13:01:35 tg Exp $
|
||||||
.\" $OpenBSD: ksh.1tbl,v 1.70 2004/05/09 06:07:42 otto Exp $
|
.\" $OpenBSD: ksh.1tbl,v 1.70 2004/05/09 06:07:42 otto Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 1980, 1990, 1993
|
.\" Copyright (c) 1980, 1990, 1993
|
||||||
|
@ -975,8 +975,7 @@ and
|
||||||
.Sq 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 null
|
||||||
.Dv NULL
|
|
||||||
string, no field splitting is done; if the parameter is unset, the default
|
string, no field splitting is done; if the parameter is unset, the default
|
||||||
value of space, tab, and newline is used.
|
value of space, tab, and newline is used.
|
||||||
.Pp
|
.Pp
|
||||||
|
@ -1054,7 +1053,8 @@ or
|
||||||
where
|
where
|
||||||
.Ar name
|
.Ar name
|
||||||
is a parameter name.
|
is a parameter name.
|
||||||
If substitution is performed on a parameter (or an array parameter element)
|
If substitution is performed on a parameter
|
||||||
|
(or an array parameter element)
|
||||||
that is not set, a null string is substituted unless the
|
that is not set, a null string is substituted unless the
|
||||||
.Ic nounset
|
.Ic nounset
|
||||||
option
|
option
|
||||||
|
|
Loading…
Reference in New Issue