diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2011-08-16 23:44:58 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2011-08-16 23:44:58 +0000 |
commit | ba12272d37c298b2285db5d3cda44c2513556716 (patch) | |
tree | a9b630bcf3fbdcea369221a8433cb92af1bb1595 | |
parent | 8ada30ab81eec12c79b36f9c25571f35cd5804ab (diff) | |
download | mandoc-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.7 | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 . |