]> git.cameronkatri.com Git - mandoc.git/commitdiff
Properly quote arguments in `Fn' documentation. Also make standalone
authorKristaps Dzonsons <kristaps@bsd.lv>
Fri, 1 Apr 2011 19:47:33 +0000 (19:47 +0000)
committerKristaps Dzonsons <kristaps@bsd.lv>
Fri, 1 Apr 2011 19:47:33 +0000 (19:47 +0000)
'...' have a properly-escaped initial dot.

mdoc.7

diff --git a/mdoc.7 b/mdoc.7
index 2a5535704f9689391aff7202f354184f2512687a..86a6c9f625af8cec815057798369c8d8bc755195 100644 (file)
--- a/mdoc.7
+++ b/mdoc.7
@@ -1,4 +1,4 @@
-.\"    $Id: mdoc.7,v 1.182 2011/03/17 14:50:14 kristaps Exp $
+.\"    $Id: mdoc.7,v 1.183 2011/04/01 19:47:33 kristaps Exp $
 .\"
 .\" Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
 .\" Copyright (c) 2010 Ingo Schwarze <schwarze@openbsd.org>
@@ -15,7 +15,7 @@
 .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 .\"
-.Dd $Mdocdate: March 17 2011 $
+.Dd $Mdocdate: April 1 2011 $
 .Dt MDOC 7
 .Os
 .Sh NAME
@@ -1861,8 +1861,8 @@ are delimited by commas.
 If no arguments are specified, blank parenthesis are output.
 .Pp
 Examples:
-.Dl \&.Fn "int funcname" "int arg0" "int arg1"
-.Dl \&.Fn funcname "int arg0"
+.Dl \&.Fn \*qint funcname\*q \*qint arg0\*q \*qint arg1\*q
+.Dl \&.Fn funcname \*qint arg0\*q
 .Dl \&.Fn funcname arg0
 .Bd -literal -offset indent -compact
 \&.Ft functype
@@ -1892,7 +1892,7 @@ Invocations usually occur in the following context:
 .br
 .Pf \. Sx \&Fa Oo Cm argtype Oc Cm argname
 .br
-\.\.\.
+\&.\.\.
 .br
 .Pf \. Sx \&Fc
 .Ed