]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/clearenv.3
Replaced tabs with spaces
[thirdparty/man-pages.git] / man3 / clearenv.3
index c2a97eba5a289b2f7c928d32aaed50594ec03d8a..1167e2a1186ddcec249c3d3032311ac3c18c5b34 100644 (file)
@@ -55,7 +55,7 @@ Used in security-conscious applications. If it is unavailable
 the assignment
 .RS
 .nf
-       environ = NULL;
+    environ = NULL;
 .fi
 .RE
 will probably do.