From 81c6395691954fe4948d859188d262a05a05d5c8 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Wed, 1 Aug 2001 04:27:48 +0000 Subject: [PATCH] It appears we really shouldn't be following this example man page -- one should not use a `%' in examples. I don't know if this is the consensus of doc@, or just a unilateral decision of committer that corrected my following of this example. Maybe a docs person could review these files and see if they still show current guidelines. --- share/examples/mdoc/example.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/examples/mdoc/example.1 b/share/examples/mdoc/example.1 index bba765e3d712..736d2fe7bb9b 100644 --- a/share/examples/mdoc/example.1 +++ b/share/examples/mdoc/example.1 @@ -86,7 +86,7 @@ of the .Nm command: .Pp -.Dl "% example -abc -d xyzzy /dev/null" +.Dl "example -abc -d xyzzy /dev/null" .Sh DIAGNOSTICS Exit status is 0 on success, and 1 if the command fails for one of the following reasons: