some more manual page improvements

This commit is contained in:
tg
2008-10-20 19:52:07 +00:00
parent 0c2de1902c
commit e755d6d2a9

6
mksh.1
View File

@@ -1,4 +1,4 @@
.\" $MirOS: src/bin/mksh/mksh.1,v 1.142 2008/10/20 19:29:24 tg Exp $ .\" $MirOS: src/bin/mksh/mksh.1,v 1.143 2008/10/20 19:52:07 tg Exp $
.\" $OpenBSD: ksh.1,v 1.122 2008/05/17 23:31:52 sobrado Exp $ .\" $OpenBSD: ksh.1,v 1.122 2008/05/17 23:31:52 sobrado Exp $
.\"- .\"-
.\" Try to make GNU groff and AT&T nroff more compatible .\" Try to make GNU groff and AT&T nroff more compatible
@@ -777,7 +777,7 @@ succeeds).
The single argument form of The single argument form of
.Ic test , .Ic test ,
which tests if the argument has a non-zero length, is not valid; explicit which tests if the argument has a non-zero length, is not valid; explicit
operators must always be used e.g. instead of operators must always be used, e.g. instead of
.No \&[ Ar str No \&] .No \&[ Ar str No \&]
use use
.No \&[[ \-n Ar str No \&]] . .No \&[[ \-n Ar str No \&]] .
@@ -1536,7 +1536,7 @@ When using
.Ic getopts , .Ic getopts ,
it contains the argument for a parsed option, if it requires one. it contains the argument for a parsed option, if it requires one.
.It Ev OPTIND .It Ev OPTIND
The index of the next argument to be processed by The index of the next argument to be processed when using
.Ic getopts . .Ic getopts .
Assigning 1 to this parameter causes Assigning 1 to this parameter causes
.Ic getopts .Ic getopts