diff options
author | jaredy <> | 2005-07-26 04:20:23 +0000 |
---|---|---|
committer | jaredy <> | 2005-07-26 04:20:23 +0000 |
commit | 2af170451ab1c3caae54f5889dbbb37e288ebc62 (patch) | |
tree | 7a334ba0ee85227a8932abce033722fd48d45573 /src/lib/libc/stdlib/getenv.3 | |
parent | 182eb10d8cb1661b4873a254245ae02caafeb8fe (diff) | |
download | openbsd-2af170451ab1c3caae54f5889dbbb37e288ebc62.tar.gz openbsd-2af170451ab1c3caae54f5889dbbb37e288ebc62.tar.bz2 openbsd-2af170451ab1c3caae54f5889dbbb37e288ebc62.zip |
- typos, punctuation, layout, macro tweaks
- break long lines
ok jmc
Diffstat (limited to 'src/lib/libc/stdlib/getenv.3')
-rw-r--r-- | src/lib/libc/stdlib/getenv.3 | 6 |
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 |
63 | The | 63 | The |
64 | .Fn getenv | 64 | .Fn getenv |
65 | function obtains the current value of the environment variable, | 65 | function obtains the current value of the environment variable |
66 | .Fa name . | 66 | .Fa name . |
67 | If the variable | 67 | If the variable |
68 | .Fa name | 68 | .Fa name |
@@ -111,7 +111,7 @@ If | |||
111 | .Fn getenv | 111 | .Fn getenv |
112 | is successful, the string returned should be considered read-only. | 112 | is 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 |
116 | The function | 116 | The function |
117 | .Fn setenv | 117 | .Fn setenv |