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 retrievi

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

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

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). --- www/faq/faq10.html.o

Re: ccom.1 patch

2011-08-11 Thread J Sisson
On Thu, Aug 11, 2011 at 1:33 PM, Stuart Henderson wrote: > On 2011/08/11 13:15, J Sisson wrote: > > Fix for typo that causes bad comment warning which in turn causes unknown > > macro errors in /usr/src/usr.bin/pcc/ccom/ccom.1 > > This should go to pcc upstream if the

ccom.1 patch

2011-08-11 Thread J Sisson
Fix for typo that causes bad comment warning which in turn causes unknown macro errors in /usr/src/usr.bin/pcc/ccom/ccom.1 Index: src/usr.bin/pcc/ccom/ccom.1 === RCS file: /cvs/src/usr.bin/pcc/ccom/ccom.1,v retrieving revision 1.3 di