diff options
author | obrien <obrien@FreeBSD.org> | 2001-08-01 04:27:48 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-08-01 04:27:48 +0000 |
commit | e3e1b0bdbc7e0c554430e0bae69d7053f999d3fa (patch) | |
tree | f309a2a779a869670a357cdbc42345a8b1503317 /share | |
parent | 46051bb0947da338350350f0fe24ec5f22394899 (diff) | |
download | FreeBSD-src-e3e1b0bdbc7e0c554430e0bae69d7053f999d3fa.zip FreeBSD-src-e3e1b0bdbc7e0c554430e0bae69d7053f999d3fa.tar.gz |
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.
Diffstat (limited to 'share')
-rw-r--r-- | share/examples/mdoc/example.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/examples/mdoc/example.1 b/share/examples/mdoc/example.1 index bba765e..736d2fe 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: |