chiark / gitweb /
Minor tidyings.
authormdw <mdw>
Mon, 4 Oct 1999 21:46:26 +0000 (21:46 +0000)
committermdw <mdw>
Mon, 4 Oct 1999 21:46:26 +0000 (21:46 +0000)
man/env.3

index 76c8c8df1f658783af224b5aed581d6dbdef5332..2cab862382c75e14ac14f45339d16701f5a739e5 100644 (file)
--- a/man/env.3
+++ b/man/env.3
@@ -59,7 +59,8 @@ argument contains an
 character, it is assumed to be of the form
 .IB n = v\fR;
 the
 character, it is assumed to be of the form
 .IB n = v\fR;
 the
-.I value argument is ignored, and the variable
+.I value
+argument is ignored, and the variable
 .I n
 is assigned the value
 .IR v .
 .I n
 is assigned the value
 .IR v .
@@ -67,8 +68,8 @@ Otherwise, if
 .I value
 is not a null pointer, the variable
 .I name
 .I value
 is not a null pointer, the variable
 .I name
-is assigned the value
-.I value .
+is assigned
+.IR value .
 Finally, if
 .I value
 is null, the variable
 Finally, if
 .I value
 is null, the variable
@@ -77,8 +78,8 @@ is deleted.
 .PP
 The
 .B env_destroy
 .PP
 The
 .B env_destroy
-function frees all the memory used by an environment symbol table.  The
-table itself is destroyed too.
+function frees an environment symbol table, together with all of the
+environment variables.
 .SH "SEE ALSO"
 .BR sym (3),
 .BR mLib (3).
 .SH "SEE ALSO"
 .BR sym (3),
 .BR mLib (3).