Date: Wed, 29 Apr 1998 20:25:36 +0900 From: horikawa@jp.freebsd.org To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: docs/6455: bootptab.5 uses both man macros and mdoc macros. Message-ID: <19980429202536F.k-horik@yk.rim.or.jp>
next in thread | raw e-mail | index | archive | help
>Number: 6455 >Category: docs >Synopsis: bootptab.5 uses both man macros and mdoc macros. >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: Wed Apr 29 04:30:03 PDT 1998 >Last-Modified: >Originator: Kazuo Horikawa >Organization: personal user >Release: FreeBSD 2.2.5-RELEASE i386 >Environment: .\" $Header: /home/ncvs/src/libexec/bootpd/bootptab.5,v 1.1.1.2.2.2 1998/02/18 05:55:30 jkh Exp $ >Description: The bootptab.5 is described in `man' macros. But part of bootptab.5 is described in `mdoc' macros, and `mdoc' macros are not formated. The bootptab.5 rev. 1.1.1.2.2.2 (2.2.6-RELEASE) shows: ---- Begin rev. 1.1.1.2.2.2 --- lowber:ht=1:ha=00DD00CAF000:tc=.default: mtoliver:ht=1:ha=00DD00FE1600:tc=.default: DARPA Internet Request For Comments RFC951, RFC1048, RFC1084, Assigned Numbers ---- End rev. 1.1.1.2.2.2 --- But bootptab.5 rev. 1.1.1.2 (2.2.5-RELEASE) shows: ---- Begin rev. 1.1.1.2 --- lowber:ht=1:ha=00DD00CAF000:tc=.default: mtoliver:ht=1:ha=00DD00FE1600:tc=.default: FILES /etc/bootptab SEE ALSO bootpd(8), tftpd(8) DARPA Internet Request For Comments RFC951, RFC1048, RFC1084, Assigned Numbers ---- End rev. 1.1.1.2 --- >How-To-Repeat: On 2.2.6-RELEASE machine: % man 5 bootptab >Fix: Rewrite bootptab.5 using only mdoc macros, or apply following patch (to restore man macros). --- bootptab.5.bak Wed Apr 29 19:27:32 1998 +++ bootptab.5 Wed Apr 29 19:28:18 1998 @@ -348,11 +348,11 @@ may appear in any order, with the following exceptions: the hostname must be the very first field in an entry, and the hardware type must precede the hardware address. -.Pp +.PP An example -.Pa /etc/bootptab +.I /etc/bootptab file follows: -.Pp +.PP .nf # Sample bootptab file (domain=andrew.cmu.edu) @@ -385,12 +385,10 @@ mtoliver:ht=1:ha=00DD00FE1600:tc=.default: .fi -.Sh FILES -.Bl -tag -width /etc/bootptab -compact -.It /etc/bootptab -.El -.Sh "SEE ALSO" -.Xr bootpd 8 , -.Xr tftpd 8 -.Pp +.SH FILES +/etc/bootptab + +.SH "SEE ALSO" +bootpd(8), tftpd(8) +.br DARPA Internet Request For Comments RFC951, RFC1048, RFC1084, Assigned Numbers >Audit-Trail: >Unformatted: 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?19980429202536F.k-horik>