svn commit: r211621 - head/bin/sh

Anonymous swell.k at gmail.com
Sun Aug 22 16:55:21 UTC 2010


Jilles Tjoelker <jilles at 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?


More information about the svn-src-all mailing list