diff options
author | aaron <> | 1999-09-06 23:26:30 +0000 |
---|---|---|
committer | aaron <> | 1999-09-06 23:26:30 +0000 |
commit | f08922d54c4804c207e2e3c8bbf1dc45b4c297e1 (patch) | |
tree | 295f6e97d0d4a511a5e5c1b872cecba54689a1b4 | |
parent | 2adabb1255c331d935e794bf3bf64fe2183d10c1 (diff) | |
download | openbsd-f08922d54c4804c207e2e3c8bbf1dc45b4c297e1.tar.gz openbsd-f08922d54c4804c207e2e3c8bbf1dc45b4c297e1.tar.bz2 openbsd-f08922d54c4804c207e2e3c8bbf1dc45b4c297e1.zip |
succesful -> successful
-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 |