svn commit: r219350 - head/bin/sh

Jilles Tjoelker jilles at FreeBSD.org
Sun Mar 6 21:20:54 UTC 2011


Author: jilles
Date: Sun Mar  6 21:20:53 2011
New Revision: 219350
URL: http://svn.freebsd.org/changeset/base/219350

Log:
  sh(1): Reduce excessive semicolon-separated sentences.
  
  Reported by:	Benjamin Kaduk

Modified:
  head/bin/sh/sh.1

Modified: head/bin/sh/sh.1
==============================================================================
--- head/bin/sh/sh.1	Sun Mar  6 21:19:33 2011	(r219349)
+++ head/bin/sh/sh.1	Sun Mar  6 21:20:53 2011	(r219350)
@@ -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


More information about the svn-src-head mailing list