Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/stdlib Add empty line in ERRORS section.



details:   https://anonhg.NetBSD.org/src/rev/bacd702a0749
branches:  trunk
changeset: 757792:bacd702a0749
user:      njoly <njoly%NetBSD.org@localhost>
date:      Thu Sep 23 12:49:31 2010 +0000

description:
Add empty line in ERRORS section.

diffstat:

 lib/libc/stdlib/getenv.3 |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 0fa41f91e220 -r bacd702a0749 lib/libc/stdlib/getenv.3
--- a/lib/libc/stdlib/getenv.3  Thu Sep 23 12:36:01 2010 +0000
+++ b/lib/libc/stdlib/getenv.3  Thu Sep 23 12:49:31 2010 +0000
@@ -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:



Home | Main Index | Thread Index | Old Index