aboutsummaryrefslogtreecommitdiffstatshomepage
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
commita1e4366ffc653954fc37ac0243616d9085597221 (patch)
tree78d0e374dd5410943a549facd94ac77cf8e6d0a1
parentd49ea915393ba6eef99d1d139e8977c3850633b9 (diff)
downloadmandoc-a1e4366ffc653954fc37ac0243616d9085597221.tar.gz
mandoc-a1e4366ffc653954fc37ac0243616d9085597221.tar.zst
mandoc-a1e4366ffc653954fc37ac0243616d9085597221.zip
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.712
1 files changed, 6 insertions, 6 deletions
diff --git a/mdoc.7 b/mdoc.7
index 52c46144..dc0b9b5f 100644
--- a/mdoc.7
+++ b/mdoc.7
@@ -1,4 +1,4 @@
-.\" $Id: mdoc.7,v 1.198 2011/08/16 23:37:39 schwarze Exp $
+.\" $Id: mdoc.7,v 1.199 2011/08/16 23:44:58 schwarze Exp $
.\"
.\" Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
.\" Copyright (c) 2010 Ingo Schwarze <schwarze@openbsd.org>
@@ -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 .