Re: [patch] daemon.3

2016-05-18 Thread Remco
Op 05/18/16 om 13:55 schreef Ingo Schwarze: Hi, Remco wrote on Wed, May 18, 2016 at 10:29:40AM +0200: Op 05/18/16 om 01:49 schreef Edgar Pettijohn: The wording made it hard for me to understand at first. The "unless" "non-zero" seem like double negatives. Actually, quadruple negation: 1

Re: [patch] daemon.3

2016-05-18 Thread Ingo Schwarze
Hi, Remco wrote on Wed, May 18, 2016 at 10:29:40AM +0200: > Op 05/18/16 om 01:49 schreef Edgar Pettijohn: >> The wording made it hard for me to understand at first. >> The "unless" "non-zero" seem like double negatives. Actually, quadruple negation: 1. Unless 2. nochdir is 3. non- 4. zero

Re: [patch] daemon.3

2016-05-18 Thread Remco
Op 05/18/16 om 01:49 schreef Edgar Pettijohn: The wording made it hard for me to understand at first. The "unless" "non-zero" seem like double negatives. Index: daemon.3 === RCS file: /cvs/src/lib/libc/gen/daemon.3,v retrieving re

Re: [patch] daemon.3

2016-05-17 Thread Theo de Raadt
> i agree your text is easier to read. actually reading things like this > seems clear until you try and think about what it means. > > still, you are changing the emphasis of the text. it seems the > author chose that wording deliberately. it reads like the author > wants to say that it would be

Re: [patch] daemon.3

2016-05-17 Thread Jason McIntyre
On Tue, May 17, 2016 at 06:49:27PM -0500, Edgar Pettijohn wrote: > The wording made it hard for me to understand at first. The "unless" > "non-zero" seem like double negatives. > i agree your text is easier to read. actually reading things like this seems clear until you try and think about what

[patch] daemon.3

2016-05-17 Thread Edgar Pettijohn
The wording made it hard for me to understand at first. The "unless" "non-zero" seem like double negatives. Index: daemon.3 === RCS file: /cvs/src/lib/libc/gen/daemon.3,v retrieving revision 1.12 diff -u -p -u -r1.12 daemon.3 ---