bin/124748: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Sun Jun 7 15:10:04 UTC 2009


The following reply was made to PR bin/124748; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: bin/124748: commit references a PR
Date: Sun,  7 Jun 2009 15:05:00 +0000 (UTC)

 Author: jilles
 Date: Sun Jun  7 15:04:43 2009
 New Revision: 193636
 URL: http://svn.freebsd.org/changeset/base/193636
 
 Log:
   Mention the range for the exit status for the exit special builtin.
   
   The exit status may exceed 255 in some cases (return); even though it seems
   unwise to rely on this, it is also unwise to assume that $? is always
   between 0 and 255.
   
   This resolves bin/124748 by documenting that 'exit -1' is not valid.
   
   PR:		bin/124748
   Approved by:	ed (mentor)
 
 Modified:
   head/bin/sh/sh.1
 
 Modified: head/bin/sh/sh.1
 ==============================================================================
 --- head/bin/sh/sh.1	Sun Jun  7 13:26:57 2009	(r193635)
 +++ head/bin/sh/sh.1	Sun Jun  7 15:04:43 2009	(r193636)
 @@ -1682,6 +1682,7 @@ If
  is given
  it is used as the exit status of the shell;
  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
  The specified names are exported so that they will
 _______________________________________________
 svn-src-all at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe at freebsd.org"
 


More information about the freebsd-bugs mailing list