Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / man / mdoc.5
index 5d4102da37f07dd710e225ad62d97386ede56382..3cd4bbea5558369f244d1873b7f220ec20c73074 100644 (file)
@@ -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,
@@ -763,7 +765,7 @@ Refers to a namespace, e.g. \fIN:System\fR.
 .I "P:"
 Refers to a property.  If the property is an indexer or takes parameters, 
 the parameter types are appended to the property name and enclosed with
-paranthesis:
+parenthesis:
 \fIP:System.String.Length\fR,
 \fIP:System.String.Chars(System.Int32)\fR.
 .TP