diff options
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libc/stdlib/getenv.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/stdlib/getenv.3 b/src/lib/libc/stdlib/getenv.3 index c7858b55b0..d6ffc8b1dd 100644 --- a/src/lib/libc/stdlib/getenv.3 +++ b/src/lib/libc/stdlib/getenv.3 | |||
@@ -33,7 +33,7 @@ | |||
33 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 33 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
34 | .\" SUCH DAMAGE. | 34 | .\" SUCH DAMAGE. |
35 | .\" | 35 | .\" |
36 | .\" $OpenBSD: getenv.3,v 1.5 1999/06/29 18:36:20 aaron Exp $ | 36 | .\" $OpenBSD: getenv.3,v 1.6 1999/09/06 23:26:30 aaron Exp $ |
37 | .\" | 37 | .\" |
38 | .Dd December 11, 1993 | 38 | .Dd December 11, 1993 |
39 | .Dt GETENV 3 | 39 | .Dt GETENV 3 |
@@ -122,7 +122,7 @@ is set to indicate the error and a | |||
122 | .Pp | 122 | .Pp |
123 | If | 123 | If |
124 | .Fn getenv | 124 | .Fn getenv |
125 | is succesful, the string returned should be considered read-only. | 125 | is successful, the string returned should be considered read-only. |
126 | .Sh ERRORS | 126 | .Sh ERRORS |
127 | .Bl -tag -width [ENOMEM] | 127 | .Bl -tag -width [ENOMEM] |
128 | .It Bq Er ENOMEM | 128 | .It Bq Er ENOMEM |