summaryrefslogtreecommitdiff
path: root/tmac/groff_mdoc.man
diff options
context:
space:
mode:
authorwlemb <wlemb>2001-07-07 14:02:42 +0000
committerwlemb <wlemb>2001-07-07 14:02:42 +0000
commitcc9505b7e0a222841087b9e1c7aacb43af5df940 (patch)
treeeae472bb271441cf51e57d6c8ba69c686801064a /tmac/groff_mdoc.man
parentf925b0f45f53b4d053d29625c9960e7ae8948f3e (diff)
downloadgroff-cc9505b7e0a222841087b9e1c7aacb43af5df940.tar.gz
* tmac/doc.tmac (Rv): Make `Rv' really not parseable.
Fix synopsis. * tmac/groff_mdoc.man: Fix synopsis.
Diffstat (limited to 'tmac/groff_mdoc.man')
-rw-r--r--tmac/groff_mdoc.man4
1 files changed, 2 insertions, 2 deletions
diff --git a/tmac/groff_mdoc.man b/tmac/groff_mdoc.man
index 79200903..c2eec8b4 100644
--- a/tmac/groff_mdoc.man
+++ b/tmac/groff_mdoc.man
@@ -1515,7 +1515,7 @@ macro generates text for use in the
.Sx RETURN VALUES
section.
.Pp
-.Dl Usage: .Rv Oo -std Oc Ao function Ac ...
+.Dl Usage: .Rv Oo -std Oc Ao function Ac
.Pp
For example,
.Ql ".Rv -std atexit"
@@ -1524,7 +1524,7 @@ produces:
.Bd -ragged -offset -indent
\# a small hack to suppress a warning message
.ds section-old "\*[section]
-.ds section 2
+.ds section 3
.Rv -std atexit
.ds section "\*[section-old]
.Ed