From: mdw Date: Wed, 28 Jul 1999 22:15:12 +0000 (+0000) Subject: Remove spurious space from the synopsis section. X-Git-Tag: 2.0.4~254 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib/commitdiff_plain/f4d2cec8cdfb26c8bcdd8694aa3e791cbd439212 Remove spurious space from the synopsis section. --- diff --git a/man/env.3 b/man/env.3 index d8fa9c4..76c8c8d 100644 --- a/man/env.3 +++ b/man/env.3 @@ -12,7 +12,7 @@ env \- efficient fiddling 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 );