X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/blobdiff_plain/b6b9d458c78364bdbbd7fbd7ec543bc364014b45..7527ed0bc3b9987d6b468cf76cb8f55f1b4ff4db:/man/url.3 diff --git a/man/url.3 b/man/url.3 index f343962..570623d 100644 --- a/man/url.3 +++ b/man/url.3 @@ -11,12 +11,16 @@ .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 +.B "#include " .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, .