summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2009-05-11 17:45:37 +0200
committerSimon Josefsson <simon@josefsson.org>2009-05-11 17:45:37 +0200
commit95951cb9758e8762cc62f3649e3ce7a258bfdf6d (patch)
tree23ee028b56c95e19e158bce216f894d7427b509a
parentd10f1872bcbf7eb63632a8ce2e50728f42bd03fa (diff)
downloadgnutls-95951cb9758e8762cc62f3649e3ce7a258bfdf6d.tar.gz
Revert "Fix man output for "%COMPAT" in docstrings."
This reverts commit d10f1872bcbf7eb63632a8ce2e50728f42bd03fa.
-rwxr-xr-xdoc/scripts/gdoc5
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/scripts/gdoc b/doc/scripts/gdoc
index f7d64c98da..82d9e0af1b 100755
--- a/doc/scripts/gdoc
+++ b/doc/scripts/gdoc
@@ -633,10 +633,7 @@ sub output_man {
print ".SH \"" . uc($section) . "\"\n";
$sec = $args{'sections'}{$section};
$sec =~ s/-/\\-/g;
- $sec =~ s/"%/__gdoc_quotepercent_hack__/g;
- $sec = just_highlight ($sec);
- $sec =~ s/__gdoc_quotepercent_hack__/"%/g;
- print $sec;
+ output_highlight($sec);
}
if ($args{'bugsto'}) {