diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2001-07-28 10:36:46 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2001-07-28 10:36:46 +0000 |
commit | 4945ad1a3eb49c1321cda580c7ed8eddc769e511 (patch) | |
tree | 110632ba180bf666262578ccf3d043f306488afc /doc/scripts | |
parent | f5eee1a355387fe8885f7b1e13f0f8260ddb8162 (diff) | |
download | gnutls-4945ad1a3eb49c1321cda580c7ed8eddc769e511.tar.gz |
added some documentation. Bug fixes in CHANGECIPHER_SPEC packet.
Diffstat (limited to 'doc/scripts')
-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 95e59d53da..a83cfb7637 100755 --- a/doc/scripts/gdoc +++ b/doc/scripts/gdoc @@ -226,7 +226,7 @@ sub output_html { my %args = %{$_[0]}; my ($parameter, $section); my $count; - print "<h2>Function</h2>\n"; + print "\n\n<a name=\"". $args{'function'} . "\"> </a><h2>Function</h2>\n"; print "<i>".$args{'functiontype'}."</i>\n"; print "<b>".$args{'function'}."</b>\n"; |