typos in /src/sys/dev/pci/if_jme.c

2019-05-25 Thread J Sisson
Noticed a typo in jme(4) printf output. Found additional typos while browsing the code. Yes, possibly the most useless diff ever...I freely admit it. Index: sys/dev/pci/if_jme.c === RCS file: /cvs/src/sys/dev/pci/if_jme.c,v

Re: NTP

2014-12-19 Thread J Sisson
Using the same test on OpenNTPD from OpenBSD-STABLE: # cd /usr/src/usr.sbin/ntpd/ # for i in $(find . -name *.[ch]); do cat $i /root/allcode; done # egrep -v '[:blank:]*/?\*' /root/allcode | grep -v ^ *$ | wc -l 2898 Quite a difference indeed. On Fri, Dec 19, 2014 at 7:26 PM, trondd

faq diff: kerberos

2014-11-25 Thread J Sisson
Hi, kerberos was moved to ports, but the docs still link to kerberos(8): http://www.openbsd.org/faq/faq10.html#YP_secure Does the following diff make sense? (Apologies in advance if gmail mangles the diff, or if the diff needs to be generated with different options). ---

Re: faq diff: kerberos

2014-11-25 Thread J Sisson
Sorry for the extra email... cvs diff -u below: Index: www/faq/faq10.html === RCS file: /cvs/www/faq/faq10.html,v retrieving revision 1.188 diff -u -r1.188 faq10.html --- www/faq/faq10.html 1 Nov 2014 13:42:51 - 1.188