Date: Tue, 2 Nov 1999 20:50:41 -0800 (PST) From: thepinkpages@email.com To: freebsd-gnats-submit@freebsd.org Subject: docs/14677: listing of (48) utilities in /bin:/sbin:/usr/bin:/usr/sbin without whatis(1) information Message-ID: <19991103045041.E2002154E0@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 14677 >Category: docs >Synopsis: listing of (48) utilities in /bin:/sbin:/usr/bin:/usr/sbin without whatis(1) information >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Tue Nov 2 21:00:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: J Monroy >Release: 3.3 >Organization: Digital Marshalls >Environment: spammie: {8} uname -a FreeBSD spammie.mozie.com 3.3-RELEASE FreeBSD 3.3-RELEASE #0: Thu Sep 16 23:40:35 GMT 1999 jkh@highwing.cdrom.c om:/usr/src/sys/compile/GENERIC i386 >Description: The PR was submitted as http://www.FreeBSD.org/cgi/query-pr.cgi?pr=12486 The PR clearly illustrates a number of failures in the man(8) documentation system. Please note the list that follows, may not be the same as PR=12486. However, the PR fails to be reconginzed by the FreeBSD Project This seems to stem for a personal vendeta of some type. I'll quote the response: >How-To-Repeat: cat ~/bin/testMan.sh #!/bin/sh # # written by Jesus Monroy, Jr. (thepinkpages@email.com) # date: 1999.07.02 # purpose: validate the base utilities whatis(1) entry # D="/bin /sbin /usr/bin /usr/sbin" for DIR in $D ; do cd $DIR echo ---------- echo $DIR echo ---------- L=`ls -1` for U in $L; do R=`whatis $U | grep "nothing"` if [ X"$R" != X"" ] ; then echo $R fi done done >Fix: >Release-Note: >Audit-Trail: >Unformatted: >Only because you choose not to understand it. > >The gist of my message is that you are full of bullshit, and that your >PR is just as useless as your rants on -chat and -advocay. > 'nuff said. ================================= The list of defecient items. ---------- /bin ---------- [: nothing appropriate red: nothing appropriate ---------- /sbin ---------- fastboot: nothing appropriate fasthalt: nothing appropriate init: nothing appropriate rdump: nothing appropriate rrestore: nothing appropriate ---------- /usr/bin ---------- CC: nothing appropriate bdes: nothing appropriate byacc: nothing appropriate c++filt: nothing appropriate cc: nothing appropriate find2perl: nothing appropriate flex++: nothing appropriate gdbreplay: nothing appropriate gensetdefs: nothing appropriate gprof4: nothing appropriate gzcat: nothing appropriate hoststat: nothing appropriate lex: nothing appropriate lex++: nothing appropriate makeinfo: nothing appropriate miniperl: nothing appropriate mk_cmds: nothing appropriate nex: nothing appropriate nvi: nothing appropriate nview: nothing appropriate perl5.00503: nothing appropriate pod2latex: nothing appropriate pod2text: nothing appropriate ptx: nothing appropriate ree: nothing appropriate sendbug: nothing appropriate sperl5.00503: nothing appropriate splain: nothing appropriate suidperl: nothing appropriate systags: nothing appropriate zegrep: nothing appropriate zfgrep: nothing appropriate ---------- /usr/sbin ---------- callbootd: nothing appropriate memcontrol: nothing appropriate named-bootconf: nothing appropriate nsupdate: nothing appropriate pmap_dump: nothing appropriate pmap_set: nothing appropriate pppd: nothing appropriate purgestat: nothing appropriate rpc.ypupdated: nothing appropriate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991103045041.E2002154E0>