Bug 18292

Summary: Bug in the ng_ether.8.
Product: Documentation Reporter: okazaki <okazaki>
Component: Books & ArticlesAssignee: Archie Cobbs <archie>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description okazaki 2000-04-29 15:30:01 UTC
	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.

Fix: Please apply the patch below to fix the manual.
How-To-Repeat: 
	% man -t ng_ether > /dev/null
Comment 1 Sheldon Hearn 2000-05-02 16:50:11 UTC
On 29 Apr 2000 14:17:44 GMT, okazaki@be.to wrote:

> -.Bl -literal
> -
> +.Bd -literal
>      nghook -a fxp0: divert
> -.El
> +.Ed

Even better is this, which obviates the need for awkward whitespace:

.Bd -literal -offset indent
nghook -a fxp0: divert
.Ed

Ciao,
Sheldon.
Comment 2 Alexey Zelkin freebsd_committer freebsd_triage 2000-05-03 12:59:59 UTC
Responsible Changed
From-To: freebsd-doc->archie

Over to netgraph maintainer. 
Comment 3 Archie Cobbs freebsd_committer freebsd_triage 2000-05-03 17:50:40 UTC
State Changed
From-To: open->closed

Patch applied.