Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Apr 2002 17:41:37 -0800 (PST)
From:      "Earl A. Killian" <earl@killian.com>
To:        freebsd-bugs@freebsd.org
Subject:   missing man 5 pages
Message-ID:  <200204070141.g371fbX24687@gate.killian.com>

next in thread | raw e-mail | index | archive | help
Recently, someone fixed the missing host.conf(5) man page in
freebsd-stable.  (Thank you!)

On a whim, I decided to see what else might be missing using the
following command:

gate% strings /usr/lib/libc.so | sort -u | perl -n -e 'if (m{^/etc/(.*)$}) { system("man 5 $1 > /dev/null"); }'
No entry for host.conf in section 5 of the manual
No entry for localtime in section 5 of the manual
No entry for malloc.conf in section 5 of the manual
No entry for objformat in section 5 of the manual
No entry for pwd.db in section 5 of the manual
No entry for spwd.db in section 5 of the manual

I would think localtime and malloc.conf at least deserve man pages.

-Earl

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204070141.g371fbX24687>