summaryrefslogtreecommitdiffstats
path: root/bin/sh
diff options
context:
space:
mode:
authorjilles <jilles@FreeBSD.org>2011-03-06 21:20:53 +0000
committerjilles <jilles@FreeBSD.org>2011-03-06 21:20:53 +0000
commit75dda0ff36fbb94f84d2478dec2bbe1ce89b3c1b (patch)
tree5fabf3a0d244b47133a54ec9778be553b3d267f5 /bin/sh
parent81fefb35818a1fb0198b73ff80c24514ff7fa1e2 (diff)
downloadFreeBSD-src-75dda0ff36fbb94f84d2478dec2bbe1ce89b3c1b.zip
FreeBSD-src-75dda0ff36fbb94f84d2478dec2bbe1ce89b3c1b.tar.gz
sh(1): Reduce excessive semicolon-separated sentences.
Reported by: Benjamin Kaduk
Diffstat (limited to 'bin/sh')
-rw-r--r--bin/sh/sh.18
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/sh/sh.1 b/bin/sh/sh.1
index 4ff7d3d..96c68ce 100644
--- a/bin/sh/sh.1
+++ b/bin/sh/sh.1
@@ -1837,13 +1837,13 @@ Terminate the shell process.
If
.Ar exitstatus
is given
-it is used as the exit status of the shell;
-otherwise, if the shell is executing an
+it is used as the exit status of the shell.
+Otherwise, if the shell is executing an
.Cm EXIT
trap, the exit status of the last command before the trap is used;
if the shell is executing a trap for a signal,
-the shell exits by resending the signal to itself;
-otherwise, the exit status of the preceding command is used.
+the shell exits by resending the signal to itself.
+Otherwise, the exit status of the preceding command is used.
The exit status should be an integer between 0 and 255.
.It Ic export Ar name ...
.It Ic export Op Fl p
OpenPOWER on IntegriCloud