chiark
/
gitweb
/
~mdw
/
mLib
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
4f79573
)
Remove spurious space from the synopsis section.
author
mdw
<mdw>
Wed, 28 Jul 1999 22:15:12 +0000
(22:15 +0000)
committer
mdw
<mdw>
Wed, 28 Jul 1999 22:15:12 +0000
(22:15 +0000)
man/env.3
patch
|
blob
|
blame
|
history
diff --git
a/man/env.3
b/man/env.3
index d8fa9c4f1bbc267d00f1bd000a93e94dd8aaa136..76c8c8df1f658783af224b5aed581d6dbdef5332 100644
(file)
--- a/
man/env.3
+++ b/
man/env.3
@@
-12,7
+12,7
@@
env \- efficient fiddling with environment variables
.B "#include <mLib/env.h>"
.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 );