diff options
| author | njoly <njoly@NetBSD.org> | 2010-09-23 12:49:31 +0000 |
|---|---|---|
| committer | njoly <njoly@NetBSD.org> | 2010-09-23 12:49:31 +0000 |
| commit | abdcf63ade63f95ed1ee14f7dcc0ce265208f15a (patch) | |
| tree | 6b12cd9469ea1d3f736bfab2a3c46ec1c2f1d441 /lib/libc/stdlib/getenv.3 | |
| parent | c9cd55383864db2c5f5c4cd1259110d4a66b6895 (diff) | |
Add empty line in ERRORS section.
Diffstat (limited to 'lib/libc/stdlib/getenv.3')
| -rw-r--r-- | lib/libc/stdlib/getenv.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/stdlib/getenv.3 b/lib/libc/stdlib/getenv.3 index 80e68f8d437..b869d417e09 100644 --- a/lib/libc/stdlib/getenv.3 +++ b/lib/libc/stdlib/getenv.3 @@ -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 @@ or .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: |
