On Thu, Jun 18, 2015 at 10:59:37PM +0200, Fritjof Bornebusch wrote:
> What about this comma.
> I saw a few manpages, having it at this location.
>
> Regards,
> --F.
>
>
> Index: merge.1
> ===
> RCS file: /cvs/src/usr.bin/rcs/merge.1
What about this comma.
I saw a few manpages, having it at this location.
Regards,
--F.
Index: merge.1
===
RCS file: /cvs/src/usr.bin/rcs/merge.1,v
retrieving revision 1.3
diff -u -p -r1.3 merge.1
--- merge.1 28 Oct 2010 15:08:50
On Thu, May 08, 2014 at 09:45:22AM +0200, Janne Johansson wrote:
> Can't say if this was the motivation here, but some people like to put
> constants before variables for comparisons so as to easily catch the
> difference between
> if (a = 5) ...
> and
> if (5 = a) ..
> when you really meant if (a
Can't say if this was the motivation here, but some people like to put
constants before variables for comparisons so as to easily catch the
difference between
if (a = 5) ...
and
if (5 = a) ..
when you really meant if (a == 5).
2014-05-08 0:13 GMT+02:00 Fritjof Bornebusch :
> Hi tech,
>
> I thin
Hi tech,
I think "labels >= 3" is more readable than "3 <= labels".
fritjof
Index: merge.c
===
RCS file: /cvs/src/usr.bin/rcs/merge.c,v
retrieving revision 1.7
diff -u -p -r1.7 merge.c
--- merge.c 23 Jul 2010 21:46:05 -