the last sync with OpenBSD seems to have introduced more manpage errors
This commit is contained in:
10
ksh.1tbl
10
ksh.1tbl
@ -1,4 +1,4 @@
|
|||||||
.\" $MirBSD: ksh.1tbl,v 1.14 2004/01/27 17:41:29 tg Exp $
|
.\" $MirBSD: ksh.1tbl,v 1.15 2004/03/21 00:50:39 tg Exp $
|
||||||
.\" $OpenBSD: ksh.1tbl,v 1.65 2004/01/23 23:08:45 jmc Exp $
|
.\" $OpenBSD: ksh.1tbl,v 1.65 2004/01/23 23:08:45 jmc Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 1980, 1990, 1993
|
.\" Copyright (c) 1980, 1990, 1993
|
||||||
@ -3212,14 +3212,14 @@ commands defining all read-only parameters, including their values, are
|
|||||||
printed.
|
printed.
|
||||||
.It Ic return Op Ar status
|
.It Ic return Op Ar status
|
||||||
Returns from a function or
|
Returns from a function or
|
||||||
.Ic .\&
|
.Ic \&.
|
||||||
script, with exit status
|
script, with exit status
|
||||||
.Ar status .
|
.Ar status .
|
||||||
If no
|
If no
|
||||||
.Ar status
|
.Ar status
|
||||||
is given, the exit status of the last executed command is used.
|
is given, the exit status of the last executed command is used.
|
||||||
If used outside of a function or
|
If used outside of a function or
|
||||||
.Ic .\&
|
.Ic \&.
|
||||||
script, it has the same effect as
|
script, it has the same effect as
|
||||||
.Ic exit .
|
.Ic exit .
|
||||||
Note that
|
Note that
|
||||||
@ -3227,9 +3227,9 @@ Note that
|
|||||||
treats both profile and
|
treats both profile and
|
||||||
.Ev ENV
|
.Ev ENV
|
||||||
files as
|
files as
|
||||||
.Ic .\&
|
.Ic \&.
|
||||||
cripts, while the original Korn shell only treats profiles as
|
cripts, while the original Korn shell only treats profiles as
|
||||||
.Ic .\&
|
.Ic \&.
|
||||||
scripts.
|
scripts.
|
||||||
.It Xo Ic set Op Ic +-abCefhkmnpsuvxX
|
.It Xo Ic set Op Ic +-abCefhkmnpsuvxX
|
||||||
.Op Ic +-o Ar option
|
.Op Ic +-o Ar option
|
||||||
|
8
sh.1tbl
8
sh.1tbl
@ -2730,14 +2730,14 @@ commands defining all read-only parameters, including their values, are
|
|||||||
printed.
|
printed.
|
||||||
.It Ic return Op Ar status
|
.It Ic return Op Ar status
|
||||||
Returns from a function or
|
Returns from a function or
|
||||||
.Ic .\&
|
.Ic \&.
|
||||||
script, with exit status
|
script, with exit status
|
||||||
.Ar status .
|
.Ar status .
|
||||||
If no
|
If no
|
||||||
.Ar status
|
.Ar status
|
||||||
is given, the exit status of the last executed command is used.
|
is given, the exit status of the last executed command is used.
|
||||||
If used outside of a function or
|
If used outside of a function or
|
||||||
.Ic .\&
|
.Ic \&.
|
||||||
script, it has the same effect as
|
script, it has the same effect as
|
||||||
.Ic exit .
|
.Ic exit .
|
||||||
Note that
|
Note that
|
||||||
@ -2745,9 +2745,9 @@ Note that
|
|||||||
treats both profile and
|
treats both profile and
|
||||||
.Ev ENV
|
.Ev ENV
|
||||||
files as
|
files as
|
||||||
.Ic .\&
|
.Ic \&.
|
||||||
scripts, while the original Korn shell only treats profiles as
|
scripts, while the original Korn shell only treats profiles as
|
||||||
.Ic .\&
|
.Ic \&.
|
||||||
scripts.
|
scripts.
|
||||||
.It Xo Ic set Op Ic +-abCefhkmnpsuvxX
|
.It Xo Ic set Op Ic +-abCefhkmnpsuvxX
|
||||||
.Op Ic +-o Ar option
|
.Op Ic +-o Ar option
|
||||||
|
Reference in New Issue
Block a user