Re: svn commit: r211621 - head/bin/sh

2010-08-22 Thread Jilles Tjoelker
On Sun, Aug 22, 2010 at 09:24:56PM +0200, Remko Lodder wrote: > >> == > >> --- 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) > > [

Re: svn commit: r211621 - head/bin/sh

2010-08-22 Thread Remko Lodder
>> >> == >> --- 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 || >>

Re: svn commit: r211621 - head/bin/sh

2010-08-22 Thread Anonymous
Jilles Tjoelker 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 > =

svn commit: r211621 - head/bin/sh

2010-08-22 Thread Jilles Tjoelker
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 ==