From andrew@ugh.net.au Thu Sep 30 05:59:05 1999
Return-Path: <andrew@ugh.net.au>
Received: from beebite.ugh.net.au (beebite.ugh.net.au [203.31.238.37])
	by hub.freebsd.org (Postfix) with ESMTP id 158AB151B2
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 30 Sep 1999 05:58:59 -0700 (PDT)
	(envelope-from andrew@ugh.net.au)
Received: by beebite.ugh.net.au (Postfix, from userid 1000)
	id 528451DC; Thu, 30 Sep 1999 22:58:59 +1000 (EST)
Message-Id: <19990930125859.528451DC@beebite.ugh.net.au>
Date: Thu, 30 Sep 1999 22:58:59 +1000 (EST)
From: andrew@ugh.net.au
Reply-To: andrew@ugh.net.au
To: FreeBSD-gnats-submit@freebsd.org
Subject: Missing escape in mdoc.samples(7)
X-Send-Pr-Version: 3.2

>Number:         14051
>Category:       docs
>Synopsis:       Missing escape in mdoc.samples(7)
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 30 06:00:00 PDT 1999
>Closed-Date:    Thu Sep 30 07:40:55 PDT 1999
>Last-Modified:  Thu Sep 30 07:41:22 PDT 1999
>Originator:     Andrew
>Release:        FreeBSD 3.3-RC i386
>Organization:
UgH!
>Environment:

	

>Description:

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

>Fix:
	

--- mdoc.samples.7.orig	Thu Sep 30 22:43:05 1999
+++ mdoc.samples.7	Thu Sep 30 22:43:33 1999
@@ -2182,7 +2182,7 @@
 .Dl Fl ldghfstru
 .Pp
 The above was produced by:
-.Li \&.Dl Fl ldghfstru .
+.Li \&.Dl \&Fl ldghfstru .
 .It Li \&.Dl
 (D-ell)
 Display one line of indented

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: mpp 
State-Changed-When: Thu Sep 30 07:40:55 PDT 1999 
State-Changed-Why:  
A slightly modified version of the supplied patch was 
applied, thanks! 
>Unformatted:
