summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2006-10-07 21:27:21 +0000
committertrhodes <trhodes@FreeBSD.org>2006-10-07 21:27:21 +0000
commit1f27dd98e09d99c5874f668c44e377aadaf8f8c8 (patch)
tree7e8efb9d8367a2a61ca0f0ec63bed465db2ecd78 /lib/libc
parent3043d9a100ce9d3e29f6bce05afe4eaf25b6366d (diff)
downloadFreeBSD-src-1f27dd98e09d99c5874f668c44e377aadaf8f8c8.zip
FreeBSD-src-1f27dd98e09d99c5874f668c44e377aadaf8f8c8.tar.gz
getenv.3: Put "is" on a line with other words
getobjformat.3: "takes precedence over" is not an envrionment variable. PR: 75545 Submitted by: n-kogane@syd.odn.ne.jp MFC after: 3 days
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gen/getobjformat.33
-rw-r--r--lib/libc/stdlib/getenv.33
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/getobjformat.3 b/lib/libc/gen/getobjformat.3
index 8705f01..051b009 100644
--- a/lib/libc/gen/getobjformat.3
+++ b/lib/libc/gen/getobjformat.3
@@ -116,7 +116,8 @@ vector supplied by the caller are indeterminate.
If the environment variable
.Ev OBJFORMAT
is set, it overrides the default object file format.
-.Ev OBJFORMAT takes precedence over
+.Ev OBJFORMAT
+takes precedence over
.Pa /etc/objformat .
.El
.Sh FILES
diff --git a/lib/libc/stdlib/getenv.3 b/lib/libc/stdlib/getenv.3
index a75e49f..4f7126b 100644
--- a/lib/libc/stdlib/getenv.3
+++ b/lib/libc/stdlib/getenv.3
@@ -90,8 +90,7 @@ If the variable does exist, the argument
.Fa overwrite
is tested; if
.Fa overwrite
-is
-zero, the
+is zero, the
variable is not reset, otherwise it is reset
to the given
.Fa value .
OpenPOWER on IntegriCloud