Module Name:    src
Committed By:   njoly
Date:           Thu Sep 23 12:49:31 UTC 2010

Modified Files:
        src/lib/libc/stdlib: getenv.3

Log Message:
Add empty line in ERRORS section.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/lib/libc/stdlib/getenv.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/stdlib/getenv.3
diff -u src/lib/libc/stdlib/getenv.3:1.19 src/lib/libc/stdlib/getenv.3:1.20
--- src/lib/libc/stdlib/getenv.3:1.19	Mon Sep 26 10:56:54 2005
+++ src/lib/libc/stdlib/getenv.3	Thu Sep 23 12:49:31 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: getenv.3,v 1.19 2005/09/26 10:56:54 wiz Exp $
+.\"	$NetBSD: getenv.3,v 1.20 2010/09/23 12:49:31 njoly Exp $
 .\"
 .\" Copyright (c) 1988, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -165,6 +165,7 @@
 .Fn putenv
 failed because they were unable to allocate memory for the environment.
 .El
+.Pp
 The function
 .Fn getenv_r
 can return the following errors:

Reply via email to