sh(1): Reduce excessive semicolon-separated sentences.

Reported by:	Benjamin Kaduk
This commit is contained in:
Jilles Tjoelker 2011-03-06 21:20:53 +00:00
parent 68b8b11cd0
commit ea381e691a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=219350

View File

@ -1837,13 +1837,13 @@ Terminate the shell process.
If If
.Ar exitstatus .Ar exitstatus
is given is given
it is used as the exit status of the shell; it is used as the exit status of the shell.
otherwise, if the shell is executing an Otherwise, if the shell is executing an
.Cm EXIT .Cm EXIT
trap, the exit status of the last command before the trap is used; trap, the exit status of the last command before the trap is used;
if the shell is executing a trap for a signal, if the shell is executing a trap for a signal,
the shell exits by resending the signal to itself; the shell exits by resending the signal to itself.
otherwise, the exit status of the preceding command is used. Otherwise, the exit status of the preceding command is used.
The exit status should be an integer between 0 and 255. The exit status should be an integer between 0 and 255.
.It Ic export Ar name ... .It Ic export Ar name ...
.It Ic export Op Fl p .It Ic export Op Fl p