summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libc/stdlib')
-rw-r--r--src/lib/libc/stdlib/getenv.34
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/stdlib/getenv.3 b/src/lib/libc/stdlib/getenv.3
index ed89ccbe7d..79556f30e8 100644
--- a/src/lib/libc/stdlib/getenv.3
+++ b/src/lib/libc/stdlib/getenv.3
@@ -33,7 +33,7 @@
33.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 33.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
34.\" SUCH DAMAGE. 34.\" SUCH DAMAGE.
35.\" 35.\"
36.\" $OpenBSD: getenv.3,v 1.3 1998/11/10 22:27:30 espie Exp $ 36.\" $OpenBSD: getenv.3,v 1.4 1999/05/25 13:06:46 aaron Exp $
37.\" 37.\"
38.Dd December 11, 1993 38.Dd December 11, 1993
39.Dt GETENV 3 39.Dt GETENV 3
@@ -86,7 +86,7 @@ If the variable
86.Ar name 86.Ar name
87does not exist in the list, 87does not exist in the list,
88it is inserted with the given 88it is inserted with the given
89.Ar value. 89.Ar value .
90If the variable does exist, the argument 90If the variable does exist, the argument
91.Ar overwrite 91.Ar overwrite
92is tested; if 92is tested; if