From nobody@FreeBSD.org  Mon Mar 10 15:08:44 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 96584106566C
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 10 Mar 2008 15:08:44 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 96D2B8FC1C
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 10 Mar 2008 15:08:44 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m2AF5W5A059172
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 10 Mar 2008 15:05:32 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m2AF5WiZ059170;
	Mon, 10 Mar 2008 15:05:32 GMT
	(envelope-from nobody)
Message-Id: <200803101505.m2AF5WiZ059170@www.freebsd.org>
Date: Mon, 10 Mar 2008 15:05:32 GMT
From: Kernel Jake <kerneljake@hotmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: dhcp-options(5) manpage incorrectly formatted omitting important information
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         121565
>Category:       docs
>Synopsis:       dhcp-options(5) manpage incorrectly formatted omitting important information
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    brooks
>State:          analyzed
>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:  Thu Jul 07 07:30:28 UTC 2011
>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:
State-Changed-From-To: open->analyzed 
State-Changed-By: dougb 
State-Changed-When: Thu Jul 7 07:28:42 UTC 2011 
State-Changed-Why:  

The man page that's in our source tree renders properly. The issue 
here (if any) is that it's not as complete as more recent versions. 

Let Mr. DHCP sort it out, or close this. 


Responsible-Changed-From-To: freebsd-doc->brooks 
Responsible-Changed-By: dougb 
Responsible-Changed-When: Thu Jul 7 07:28:42 UTC 2011 
Responsible-Changed-Why:  


http://www.freebsd.org/cgi/query-pr.cgi?pr=121565 
>Unformatted:
