On Sun, 20 Jun 2004, Ulrich Spoerlein wrote: > Hello, > > I need to give a small presentation containing Netgraph, and in reading > through the man-pages I found some of them missing. I hacked together a > small one-liner looking for KLDs/Binaries without man-page > > Note: I would be good (IMHO) to have MLINKS for xl->if_xl, > emu10k1->snd_em10k1 ... > > % (find /bin /sbin /usr/bin /usr/sbin /boot/kernel -type f -perm +111 | \ > sed 's/.ko$//; s/snd_//; s/if_//' | xargs -n1 basename | \ > xargs -n1 -J % man -w %) 2>&1 | grep "No manual entry" | \ > sed 's/No manual entry for//' | sort ng_eiface ng_fec ng_gdemux ng_sync_ar ng_sync_sr ngatmbase ng_fec has a man page being committed by coincidence today. ng_sync_sr is a is a variant of if_sr which has a man page (man 4 sr) ng_sync_ar is a variant of if_ar which has a man page (man 4 ar)Received on Sun Jun 20 2004 - 18:18:56 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:58 UTC