source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: Properly quote arguments in `Fn' documentation.
@ 2011-04-01 19:47 kristaps
  0 siblings, 0 replies; only message in thread
From: kristaps @ 2011-04-01 19:47 UTC (permalink / raw)
  To: source

Log Message:
-----------
Properly quote arguments in `Fn' documentation.  Also make standalone
'...' have a properly-escaped initial dot.

Modified Files:
--------------
    mdocml:
        mdoc.7

Revision Data
-------------
Index: mdoc.7
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/mdoc.7,v
retrieving revision 1.182
retrieving revision 1.183
diff -Lmdoc.7 -Lmdoc.7 -u -p -r1.182 -r1.183
--- mdoc.7
+++ mdoc.7
@@ -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 followi
 .br
 .Pf \. Sx \&Fa Oo Cm argtype Oc Cm argname
 .br
-\.\.\.
+\&.\.\.
 .br
 .Pf \. Sx \&Fc
 .Ed
--
 To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-04-01 19:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-01 19:47 mdocml: Properly quote arguments in `Fn' documentation kristaps

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).