Date: Thu, 30 Sep 1999 22:58:59 +1000 (EST) From: andrew@ugh.net.au To: FreeBSD-gnats-submit@freebsd.org Subject: docs/14051: Missing escape in mdoc.samples(7) Message-ID: <19990930125859.528451DC@beebite.ugh.net.au>
next in thread | raw e-mail | index | archive | help
>Number: 14051 >Category: docs >Synopsis: Missing escape in mdoc.samples(7) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Thu Sep 30 06:00:00 PDT 1999 >Closed-Date: >Last-Modified: >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: >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?19990930125859.528451DC>