summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/getenv.3
diff options
context:
space:
mode:
authoraaron <>1999-05-25 13:06:46 +0000
committeraaron <>1999-05-25 13:06:46 +0000
commit57296c612c4cd0e23f9467bfe1b60679cff7deaa (patch)
treed42fde24f9c3890ae0995ea36b55a84b5f84975a /src/lib/libc/stdlib/getenv.3
parente3dff71d030fda448c247d737ae87f11183d848e (diff)
downloadopenbsd-57296c612c4cd0e23f9467bfe1b60679cff7deaa.tar.gz
openbsd-57296c612c4cd0e23f9467bfe1b60679cff7deaa.tar.bz2
openbsd-57296c612c4cd0e23f9467bfe1b60679cff7deaa.zip
punctuation
Diffstat (limited to 'src/lib/libc/stdlib/getenv.3')
-rw-r--r--src/lib/libc/stdlib/getenv.34
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/stdlib/getenv.3 b/src/lib/libc/stdlib/getenv.3
index ed89ccbe7d..79556f30e8 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.3 1998/11/10 22:27:30 espie Exp $ 36.\" $OpenBSD: getenv.3,v 1.4 1999/05/25 13:06:46 aaron Exp $
37.\" 37.\"
38.Dd December 11, 1993 38.Dd December 11, 1993
39.Dt GETENV 3 39.Dt GETENV 3
@@ -86,7 +86,7 @@ If the variable
86.Ar name 86.Ar name
87does not exist in the list, 87does not exist in the list,
88it is inserted with the given 88it is inserted with the given
89.Ar value. 89.Ar value .
90If the variable does exist, the argument 90If the variable does exist, the argument
91.Ar overwrite 91.Ar overwrite
92is tested; if 92is tested; if