Bug 14051

Summary: Missing escape in mdoc.samples(7)
Product: Documentation Reporter: Andrew Stevenson <andrew>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Andrew Stevenson 1999-09-30 14:00:00 UTC
mdoc.samples, on line 1126 of the formated version says:

The above was produced by: .Dl -ldghfstru.

The above was actually produced by .Dl Fl -ldghfstru.
The Fl is actually in the source but as it isn't escaped it is interpreted and
not displayed.

How-To-Repeat: 
man 7 mdoc.samples
Comment 1 mpp freebsd_committer freebsd_triage 1999-09-30 15:40:55 UTC
State Changed
From-To: open->closed

A slightly modified version of the supplied patch was 
applied, thanks!