X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/blobdiff_plain/e19206c2bfbd24ae9eceb5fbba9324fdcb3a544f..d2a91066c99aebac0e651b09ffd699b17f156f94:/man/env.3 diff --git a/man/env.3 b/man/env.3 index 7894d7c..76c8c8d 100644 --- a/man/env.3 +++ b/man/env.3 @@ -1,7 +1,7 @@ .\" -*-nroff-*- .TH env 3 "26 July 1999" mLib .SH "NAME" -env \- efficient fiddline with environment variables +env \- efficient fiddling with environment variables .\" @env_get .\" @env_put .\" @env_import @@ -12,7 +12,7 @@ env \- efficient fiddline with environment variables .B "#include " .BI "char *env_get(sym_table *" t ", const char *" name ); -.BI "void env_put(sym_table * " t , +.BI "void env_put(sym_table *" t , .BI " const char *" name ", const char *" value ); .BI "void env_import(sym_table *" t ", char **" env ); .BI "char **env_export(sym_table *" t );