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
===
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
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
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
> /*
> - * 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