Re: getopt.3 / getopt_long.3: Remove NOTREACHED comment as per style(9)

2016-01-04 Thread Theo Buehler
On Mon, Jan 04, 2016 at 11:48:10AM +, Juuso Lapinlampi wrote: > Here's a revised patch that updates the $Mdocdate if seemed necessary. Thanks. I like the first version of your patch, it's a good point. There's no need to update $Mdocdate$ manually. This is taken care of when the patch is

Re: getopt.3 / getopt_long.3: Remove NOTREACHED comment as per style(9)

2016-01-04 Thread Juuso Lapinlampi
Here's a revised patch that updates the $Mdocdate if seemed necessary. Ok? Index: getopt.3 === RCS file: /cvs/src/lib/libc/stdlib/getopt.3,v retrieving revision 1.44 diff -u -p -r1.44 getopt.3 --- getopt.321 Jan 2014 03:15:45

getopt.3 / getopt_long.3: Remove NOTREACHED comment as per style(9)

2016-01-04 Thread Juuso Lapinlampi
style(9) revision 1.61 updated the guidelines, and mentions the only lint-style comment that should be used is FALLTHROUGH. Ok? Index: getopt.3 === RCS file: /cvs/src/lib/libc/stdlib/getopt.3,v retrieving revision 1.44 diff -u -p