X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/blobdiff_plain/18c831dcd0ae4d660c70ccac69d27ed2a97851be..d056fbdff1c5a26be055c38eee4c273ee6a0cba7:/sys/env.3 diff --git a/sys/env.3 b/sys/env.3 index 1818b37..2c5b5af 100644 --- a/sys/env.3 +++ b/sys/env.3 @@ -10,7 +10,7 @@ env \- efficient fiddling with environment variables .SH "SYNOPSIS" .nf .B "#include " - +.PP .BI "char *env_get(sym_table *" t ", const char *" name ); .BI "void env_put(sym_table *" t , .BI " const char *" name ", const char *" value );