From ea381e691ad3b658f42f1857d4ef448236c006bc Mon Sep 17 00:00:00 2001 From: Jilles Tjoelker Date: Sun, 6 Mar 2011 21:20:53 +0000 Subject: [PATCH] sh(1): Reduce excessive semicolon-separated sentences. Reported by: Benjamin Kaduk --- bin/sh/sh.1 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/sh/sh.1 b/bin/sh/sh.1 index 4ff7d3d92cfb..96c68ced7878 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