Re: tidy strstr.3

2016-05-11 Thread Michal Mazurek
On 19:55:48, 11.05.16, Ingo Schwarze wrote: > Hi, > > Michal Mazurek wrote on Wed, May 11, 2016 at 10:41:03AM +0200: > > > * add explicit RETURN VALUES section > > * add an EXAMPLES section, from NetBSD and FreeBSD > > * mention memmem(3) > > Committed without the EXAMPLES. I agree with tedu@ t

Re: tidy strstr.3

2016-05-11 Thread Ingo Schwarze
Hi, Michal Mazurek wrote on Wed, May 11, 2016 at 10:41:03AM +0200: > * add explicit RETURN VALUES section > * add an EXAMPLES section, from NetBSD and FreeBSD > * mention memmem(3) Committed without the EXAMPLES. I agree with tedu@ that this example is trivial and doesn't add value. Thanks,

Re: tidy strstr.3

2016-05-11 Thread Ted Unangst
Michal Mazurek wrote: > * add explicit RETURN VALUES section > * add an EXAMPLES section, from NetBSD and FreeBSD > * mention memmem(3) does it really need an example? is strcpy next? other changes make sense.

tidy strstr.3

2016-05-11 Thread Michal Mazurek
* add explicit RETURN VALUES section * add an EXAMPLES section, from NetBSD and FreeBSD * mention memmem(3) Index: lib/libc/string/strstr.3 === RCS file: /cvs/src/lib/libc/string/strstr.3,v retrieving revision 1.12 diff -u -p -r1.12 s