summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2011-08-16 23:44:58 +0000
committerIngo Schwarze <schwarze@openbsd.org>2011-08-16 23:44:58 +0000
commitba12272d37c298b2285db5d3cda44c2513556716 (patch)
treea9b630bcf3fbdcea369221a8433cb92af1bb1595
parent8ada30ab81eec12c79b36f9c25571f35cd5804ab (diff)
downloadmandoc-ba12272d37c298b2285db5d3cda44c2513556716.tar.gz
Replace the .Fl examples by others exhibiting the same features,VERSION.1.11.6
but avoiding use of .Nm, because letting .Nm call other macros is unusual style, and we don't want unusual style in examples. Issue brought up by kristaps@.
-rw-r--r--mdoc.710
1 files changed, 5 insertions, 5 deletions
diff --git a/mdoc.7 b/mdoc.7
index 5edf81d6..6831331d 100644
--- a/mdoc.7
+++ b/mdoc.7
@@ -2036,11 +2036,11 @@ If the argument is a macro, a hyphen is prefixed to the subsequent macro
output.
.Pp
Examples:
-.Dl ".Nm cat Fl v No considered harmful"
-.Dl ".Nm cp Fl pR Ar source ... directory"
-.Dl ".Nm find Ar dir Fl type Cm d Fl name Pa CVS"
-.Dl ".Nm kill Fl Ar signal_number pid"
-.Dl ".Nm su Fl"
+.Dl ".Fl R Op Fl H | L | P"
+.Dl ".Op Fl 1AaCcdFfgHhikLlmnopqRrSsTtux"
+.Dl ".Fl type Cm d Fl name Pa CVS"
+.Dl ".Fl Ar signal_number"
+.Dl ".Fl o Fl"
.Pp
See also
.Sx \&Cm .