Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Pryor <jonpryor@vt.edu>2012-09-24 20:45:59 +0400
committerJonathan Pryor <jonpryor@vt.edu>2012-09-24 20:48:57 +0400
commit206fc02c19500937ec849c3a934fad8cbbb9d05b (patch)
treeaeabc942055f2ad387367b921c5d9dfb1e008fed /man/mdoc.5
parent077589883dae576e1e21ee72d49e028791b0ac1d (diff)
[mdoc, .xsd] Allow the <returns/> element to contain <c/> elements.
It's frequently useful (and accidentally used) to have <c/> within <returns/> blocks: <returns> <c>-1</c> at end of stream; otherwise the number of bytes read. </returns> Allow this to validate.
Diffstat (limited to 'man/mdoc.5')
-rw-r--r--man/mdoc.52
1 files changed, 2 insertions, 0 deletions
diff --git a/man/mdoc.5 b/man/mdoc.5
index 5d4102da37f..440fc15a397 100644
--- a/man/mdoc.5
+++ b/man/mdoc.5
@@ -603,6 +603,8 @@ Describes the return value of a method:
.fi
The \fIreturns\fR element can contain the following elements:
+\fIc\fR,
+\fIformat\fR,
\fIlist\fR,
\fIpara\fR,
\fIparamref\fR,