Jilles Tjoelker <jil...@freebsd.org> writes: > Author: jilles > Date: Sun Aug 22 13:04:00 2010 > New Revision: 211621 > URL: http://svn.freebsd.org/changeset/base/211621 > > Log: > sh(1): Add a brief summary of arithmetic expressions. > > Modified: > head/bin/sh/sh.1 > > Modified: head/bin/sh/sh.1 > ============================================================================== > --- head/bin/sh/sh.1 Sun Aug 22 12:03:31 2010 (r211620) > +++ head/bin/sh/sh.1 Sun Aug 22 13:04:00 2010 (r211621) [...] > +.It Short-circuit evaluation > +The > +.Li && > +and > +.Li || > +operators always evaluate both sides. > +This is a bug. > +.El > .Pp
Why not put it in the BUGS section then? _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"