chiark / gitweb /
Typo fixes.
[mLib] / man / url.3
index f343962ae27546b2b02792b313f48bfd7c9e69ab..570623d1892bb5f1cf270e983d8a8e9c6aec966e 100644 (file)
--- a/man/url.3
+++ b/man/url.3
 .sp 1
 .fi
 ..
-.TH url 3mLib "20 June 1999" mLib
+.TH url 3 "20 June 1999" mLib
 .SH NAME
 url \- manipulation of form-urlencoded strings
+.\" @url_initenc
+.\" @url_enc
+.\" @url_initdec
+.\" @url_dec
 .SH SYNOPSIS
 .nf
-.B "#include <mLib/url.h>
+.B "#include <mLib/url.h>"
 
 .BI "void url_initenc(url_ectx *" ctx );
 .BI "void url_enc(url_ectx *" ctx ", dstr *" d ,
@@ -50,7 +54,7 @@ Each call to
 .B url_enc
 encodes one name/value pair, appending the encoded output to a dynamic
 string (see
-.BR dstr (3mLib)
+.BR dstr (3)
 for details).
 .PP
 Decoding a sequence of name/value pairs is performed using the
@@ -117,5 +121,7 @@ void encode(sym_table *t, dstr *d)
     url_enc(&c, d, SYM_NAME(v), v->v);
 }
 .VE
+.SH "SEE ALSO"
+.BR mLib (3).
 .SH AUTHOR
 Mark Wooding, <mdw@nsict.org>.