Skip site navigation (1)Skip section navigation (2)
Date:      29 Apr 2000 14:17:44 -0000
From:      okazaki@be.to
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   docs/18292: Bug in the ng_ether.8.
Message-ID:  <20000429141744.11507.qmail@dolphin.be.to>

next in thread | raw e-mail | index | archive | help

>Number:         18292
>Category:       docs
>Synopsis:       Bug in the ng_ether.8.
>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:   Sat Apr 29 07:30:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     OKAZAKI Tetsurou
>Release:        FreeBSD 3.4-STABLE i386
>Organization:
Unknown
>Environment:

$FreeBSD: src/share/man/man8/ng_ether.8,v 1.2 2000/03/24 01:49:43 mpp Exp $

>Description:

	In the ng_ether.8, a .Bl/.El pair is used for an example of
	a command line with the -literal type specifier. Therefore,
	groff prints the following error out:

	-literal        
	Usage: .Bl [[-inset|-tag] -width] [-item|-enum|-bullet|-diag] (#102)

	when the page is formatted.

>How-To-Repeat:

	% man -t ng_ether > /dev/null

>Fix:
	
	Please apply the patch below to fix the manual.

Index: ng_ether.8
===================================================================
RCS file: /home/ncvs/FreeBSD/src/share/man/man8/ng_ether.8,v
retrieving revision 1.2
diff -u -r1.2 ng_ether.8
--- ng_ether.8	2000/03/24 01:49:43	1.2
+++ ng_ether.8	2000/04/29 13:17:42
@@ -99,10 +99,9 @@
 This command will dump all packets received by the
 .Dv fxp0
 interface to standard output as decoded hex and ASCII:
-.Bl -literal
-
+.Bd -literal
     nghook -a fxp0: divert
-.El
+.Ed
 .Sh SEE ALSO
 .Xr arp 4 ,
 .Xr netgraph 4 ,


>Release-Note:
>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?20000429141744.11507.qmail>