summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/getenv.3
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lib/libc/stdlib/getenv.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/stdlib/getenv.3 b/src/lib/libc/stdlib/getenv.3
index 8faf74c43d..f131bbf513 100644
--- a/src/lib/libc/stdlib/getenv.3
+++ b/src/lib/libc/stdlib/getenv.3
@@ -29,7 +29,7 @@
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE. 30.\" SUCH DAMAGE.
31.\" 31.\"
32.\" $OpenBSD: getenv.3,v 1.10 2005/05/11 20:09:44 otto Exp $ 32.\" $OpenBSD: getenv.3,v 1.11 2005/07/26 04:20:23 jaredy Exp $
33.\" 33.\"
34.Dd December 11, 1993 34.Dd December 11, 1993
35.Dt GETENV 3 35.Dt GETENV 3
@@ -62,7 +62,7 @@ may be appended and prepended, respectively, with an equal sign
62.Pp 62.Pp
63The 63The
64.Fn getenv 64.Fn getenv
65function obtains the current value of the environment variable, 65function obtains the current value of the environment variable
66.Fa name . 66.Fa name .
67If the variable 67If the variable
68.Fa name 68.Fa name
@@ -111,7 +111,7 @@ If
111.Fn getenv 111.Fn getenv
112is successful, the string returned should be considered read-only. 112is successful, the string returned should be considered read-only.
113.Sh ERRORS 113.Sh ERRORS
114.Bl -tag -width [ENOMEM] 114.Bl -tag -width Er
115.It Bq Er ENOMEM 115.It Bq Er ENOMEM
116The function 116The function
117.Fn setenv 117.Fn setenv