Date: Sun, 7 Jun 2009 15:04:43 +0000 (UTC) From: Jilles Tjoelker <jilles@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/bin/sh sh.1 Message-ID: <200906071504.n57F4ud1019827@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jilles 2009-06-07 15:04:43 UTC FreeBSD src repository Modified files: bin/sh sh.1 Log: SVN rev 193636 on 2009-06-07 15:04:43Z by jilles 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) Revision Changes Path 1.129 +1 -0 src/bin/sh/sh.1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906071504.n57F4ud1019827>