libidn-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS libidn/doc


From: libidn-commit
Subject: CVS libidn/doc
Date: Sun, 21 Nov 2004 14:03:32 +0100

Update of /home/cvs/libidn/doc
In directory dopio:/tmp/cvs-serv10293

Modified Files:
        gdoc 
Log Message:
For man pages, don't use line breaking formatting codes ("\n.I foo\n")
but rather inline commands ("\fIfoo\fP").


--- /home/cvs/libidn/doc/gdoc   2004/11/21 12:42:29     1.12
+++ /home/cvs/libidn/doc/gdoc   2004/11/21 13:03:27     1.13
@@ -161,10 +161,10 @@
 $blankline_sgml = "</para><para>\n";
 
 # these are pretty rough
-%highlights_man = ( "\\s*" .$type_constant . "\\s*", "\\n.I \\\"\$1\\\"\\n",
-                   $type_func . "\\s*", "\\n.B \\\"\$1\\\"\\n",
-                   $type_struct . "\\s*", "\\n.I \\\"\$1\\\"\\n",
-                   $type_param."([\.\, ]*)\n?", "\\n.I \\\"\$1\$2\\\"\\n" );
+%highlights_man = ( $type_constant, "\\\\fB\$1\\\\fP",
+                   $type_func, "\\\\fB\$1\\\\fP",
+                   $type_struct, "\\\\fB\$1\\\\fP",
+                   $type_param, "\\\\fI\$1\\\\fP" );
 $blankline_man = "";
 
 # text-mode





reply via email to

[Prev in Thread] Current Thread [Next in Thread]