Commit c138645f authored by Geoff Simmons's avatar Geoff Simmons

VMOD unix doc fixes.

parent 90c4b747
......@@ -19,6 +19,8 @@ it.
Examples::
import unix;
sub vcl_recv {
# Return "403 Forbidden" if the connected peer is
# not running as the user "trusteduser".
......@@ -92,7 +94,7 @@ All functions in this VMOD are subject to the following constraints:
* If the current listener is not a Unix domain socket, or if the
attempt to read credentials fails, then a ``VCL_Error`` message is
written to the log. The STRING functions (``vmod_user`` and
``vmod_group``) return NULL, while the INT functions (``vmod_user``
``vmod_group``) return NULL, while the INT functions (``vmod_uid``
and ``vmod_gid``) return -1.
SEE ALSO
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment