diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2001-07-31 19:12:08 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2001-07-31 19:12:08 +0000 |
commit | dd2b711e9797c1183884b678527911532bdbfc09 (patch) | |
tree | 9a9722d0ab5f059f78dba716d901b8c1ca4cc5bd /doc/scripts/gdoc | |
parent | d7c809f11eff0ea1ea07e159cb49b72e1192e6b7 (diff) | |
download | gnutls-dd2b711e9797c1183884b678527911532bdbfc09.tar.gz |
fixed api documentation (for srp and anon cred allocation)
Diffstat (limited to 'doc/scripts/gdoc')
-rwxr-xr-x | doc/scripts/gdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/scripts/gdoc b/doc/scripts/gdoc index 76caedbfbb..a1c314d821 100755 --- a/doc/scripts/gdoc +++ b/doc/scripts/gdoc @@ -329,7 +329,7 @@ sub output_tex { print "\\end{itemize}\n"; foreach $section (@{$args{'sectionlist'}}) { - print "\n{\\large{$section}}\n"; + print "\n\\par{\\large{$section}}\\par\n"; print "\\begin{rmfamily}\n"; $sec = $args{'sections'}{$section}; |