From owner-freebsd-doc Sat Apr 29 7:30: 7 2000 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2D37A37B936 for ; Sat, 29 Apr 2000 07:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA72523; Sat, 29 Apr 2000 07:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mailgw1.be.to (mailgw1.be.to [210.235.212.5]) by hub.freebsd.org (Postfix) with ESMTP id 658C937B677 for ; Sat, 29 Apr 2000 07:20:08 -0700 (PDT) (envelope-from okazaki@be.to) Received: from mail1.be.to (www.be.to [210.235.212.3]) by mailgw1.be.to (8.9.3+3.2W/BETO.2.1-2000042817000035) with ESMTP id XAA17135 for ; Sat, 29 Apr 2000 23:19:57 +0900 Received: from acidrain (ppp25-Mobara1.mtci.ne.jp [210.172.1.227]) by mail1.be.to (8.8.8+3.0Wbeta13/BETO.2.0-1999110714000000) with SMTP id XAA10942 for ; Sat, 29 Apr 2000 23:19:50 +0900 Received: (qmail 11508 invoked by uid 1001); 29 Apr 2000 14:17:44 -0000 Message-Id: <20000429141744.11507.qmail@dolphin.be.to> Date: 29 Apr 2000 14:17:44 -0000 From: okazaki@be.to Reply-To: okazaki@be.to To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: docs/18292: Bug in the ng_ether.8. Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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