syslog.conf: *.emerg comment is confusing

2016-05-31 Thread Juuso Lapinlampi
Previous syslog.conf revision 1.19 changed *.emerg to be disabled by default, but forgot to change the comment to tell to uncomment the line to enable *.emerg. Attached patch should fix the comment and reduce confusion. Index: src/etc/syslog.conf ===

faq6.html: Fix typo uaw -> use

2016-03-22 Thread Juuso Lapinlampi
This typo was introduced in revision 1.346. Index: www/faq/faq6.html === RCS file: /cvs/www/faq/faq6.html,v retrieving revision 1.357 diff -u -r1.357 faq6.html --- www/faq/faq6.html 22 Mar 2016 10:54:47 - 1.357 +++ www/faq/f

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 -00

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 -u

Re: Make em(4) more mpsafe again

2016-01-04 Thread Juuso Lapinlampi
> /* > - * These parameters control when the driver calls the routine to reclaim > - * transmit descriptors. > + * Thise parameter controls the minimum number of available transmit > + * descriptors needed before we attempt transmission of a packet. > */ There seems to be a typo in there. s/Thi