diff options
| author | xavi <xavi@noreply.localhost> | 2023-11-20 16:24:15 +0100 |
|---|---|---|
| committer | xavi <xavi@noreply.localhost> | 2023-11-20 16:24:15 +0100 |
| commit | 44676b84fd9aa689e4abbb588bead19a36061fa1 (patch) | |
| tree | 388e86e26531b1b6612e0a178fbd29cd89c86814 /doc/man3/handler_alloc.3 | |
| parent | 65031ca3502e0c27780be847fd97c112546741a9 (diff) | |
| parent | 2561ec32fe24e9cc81151193fbf2c55c94078816 (diff) | |
Merge pull request 'Allow `listen_port` to return selected port number' (#1) from midokura-xavi/libweb:listen-port into master
Reviewed-on: https://gitea.privatedns.org/xavi/libweb/pulls/1
Diffstat (limited to 'doc/man3/handler_alloc.3')
| -rw-r--r-- | doc/man3/handler_alloc.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/man3/handler_alloc.3 b/doc/man3/handler_alloc.3 index 3b602dc..040bc98 100644 --- a/doc/man3/handler_alloc.3 +++ b/doc/man3/handler_alloc.3 @@ -1,4 +1,4 @@ -.TH HANDLER_ALLOC 3 2023-09-13 0.1.0 "libweb Library Reference" +.TH HANDLER_ALLOC 3 2023-11-16 0.2.0 "libweb Library Reference" .SH NAME handler_alloc \- allocate a web server handler object @@ -48,10 +48,11 @@ for a list of possible errors. .BR handler_free (3), .BR handler_add (3), .BR handler_listen (3), +.BR handler_loop (3), .BR libweb_handler (7). .SH COPYRIGHT -Copyright (C) 2023 Xavier Del Campo Romero. +Copyright (C) 2023 libweb contributors. .P This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by |
