diff options
author | 2005-07-26 04:20:23 +0000 | |
---|---|---|
committer | 2005-07-26 04:20:23 +0000 | |
commit | 3f82fb3da07e31346647d4969604ae37e63dc8be (patch) | |
tree | 7b8b068ff9016c4e63493d1e85c05d88cecd9504 /lib/libc/stdlib/getenv.3 | |
parent | - typos, grammar, punctuation, layout tweaks (diff) | |
download | wireguard-openbsd-3f82fb3da07e31346647d4969604ae37e63dc8be.tar.xz wireguard-openbsd-3f82fb3da07e31346647d4969604ae37e63dc8be.zip |
- typos, punctuation, layout, macro tweaks
- break long lines
ok jmc
Diffstat (limited to 'lib/libc/stdlib/getenv.3')
-rw-r--r-- | lib/libc/stdlib/getenv.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/stdlib/getenv.3 b/lib/libc/stdlib/getenv.3 index 8faf74c43dd..f131bbf513b 100644 --- a/lib/libc/stdlib/getenv.3 +++ b/lib/libc/stdlib/getenv.3 @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: getenv.3,v 1.10 2005/05/11 20:09:44 otto Exp $ +.\" $OpenBSD: getenv.3,v 1.11 2005/07/26 04:20:23 jaredy Exp $ .\" .Dd December 11, 1993 .Dt GETENV 3 @@ -62,7 +62,7 @@ may be appended and prepended, respectively, with an equal sign .Pp The .Fn getenv -function obtains the current value of the environment variable, +function obtains the current value of the environment variable .Fa name . If the variable .Fa name @@ -111,7 +111,7 @@ If .Fn getenv is successful, the string returned should be considered read-only. .Sh ERRORS -.Bl -tag -width [ENOMEM] +.Bl -tag -width Er .It Bq Er ENOMEM The function .Fn setenv |