the last sync with OpenBSD seems to have introduced more manpage errors
This commit is contained in:
parent
4171cbc1e1
commit
a1f46dc93a
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 $
|
||||
.\"
|
||||
.\" Copyright (c) 1980, 1990, 1993
|
||||
@ -3212,14 +3212,14 @@ commands defining all read-only parameters, including their values, are
|
||||
printed.
|
||||
.It Ic return Op Ar status
|
||||
Returns from a function or
|
||||
.Ic .\&
|
||||
.Ic \&.
|
||||
script, with exit status
|
||||
.Ar status .
|
||||
If no
|
||||
.Ar status
|
||||
is given, the exit status of the last executed command is used.
|
||||
If used outside of a function or
|
||||
.Ic .\&
|
||||
.Ic \&.
|
||||
script, it has the same effect as
|
||||
.Ic exit .
|
||||
Note that
|
||||
@ -3227,9 +3227,9 @@ Note that
|
||||
treats both profile and
|
||||
.Ev ENV
|
||||
files as
|
||||
.Ic .\&
|
||||
.Ic \&.
|
||||
cripts, while the original Korn shell only treats profiles as
|
||||
.Ic .\&
|
||||
.Ic \&.
|
||||
scripts.
|
||||
.It Xo Ic set Op Ic +-abCefhkmnpsuvxX
|
||||
.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.
|
||||
.It Ic return Op Ar status
|
||||
Returns from a function or
|
||||
.Ic .\&
|
||||
.Ic \&.
|
||||
script, with exit status
|
||||
.Ar status .
|
||||
If no
|
||||
.Ar status
|
||||
is given, the exit status of the last executed command is used.
|
||||
If used outside of a function or
|
||||
.Ic .\&
|
||||
.Ic \&.
|
||||
script, it has the same effect as
|
||||
.Ic exit .
|
||||
Note that
|
||||
@ -2745,9 +2745,9 @@ Note that
|
||||
treats both profile and
|
||||
.Ev ENV
|
||||
files as
|
||||
.Ic .\&
|
||||
.Ic \&.
|
||||
scripts, while the original Korn shell only treats profiles as
|
||||
.Ic .\&
|
||||
.Ic \&.
|
||||
scripts.
|
||||
.It Xo Ic set Op Ic +-abCefhkmnpsuvxX
|
||||
.Op Ic +-o Ar option
|
||||
|
Loading…
Reference in New Issue
Block a user