Date: Mon, 10 Mar 2008 15:05:32 GMT From: Kernel Jake <kerneljake@hotmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: docs/121565: dhcp-options(5) manpage incorrectly formatted omitting important information Message-ID: <200803101505.m2AF5WiZ059170@www.freebsd.org> Resent-Message-ID: <200803101510.m2AFA6uJ014760@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 121565 >Category: docs >Synopsis: dhcp-options(5) manpage incorrectly formatted omitting important 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: Mon Mar 10 15:10:06 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Kernel Jake >Release: 7.0-RELEASE >Organization: >Environment: FreeBSD beastie.korcett.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 10:35:36 UTC 2008 root@driscoll.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Large sections of the dhcp-options(5) manpage from the isc-dhcp3-server port are missing. The text is present in the nroff source code, but the "man" program does not output the correct manpage. You can see these missing sections with "nroff -man dhcp-options.5" but not with "man dhcp-options". >How-To-Repeat: $ export PAGER=less $ man dhcp-options /option dhcp-parameter-request-list (it will not be found) $ man dhcp-options | wc -l 433 $ cd /usr/ports/net/isc-dhcp3-server/work/dhcp-3.0.5/common $ nroff -man dhcp-options.5 | less /option dhcp-parameter-request-list (it will be found) $ nroff -man dhcp-options.5 | wc -l 1158 >Fix: >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803101505.m2AF5WiZ059170>