diff options
author | Tom Rhodes <trhodes@FreeBSD.org> | 2006-10-07 21:27:21 +0000 |
---|---|---|
committer | Tom Rhodes <trhodes@FreeBSD.org> | 2006-10-07 21:27:21 +0000 |
commit | 0b0ea94893a96e084e34180f55b4ce6c2e13e306 (patch) | |
tree | 7e8efb9d8367a2a61ca0f0ec63bed465db2ecd78 | |
parent | e0c10c6e0817773ccefadf98258adec5dfbb2682 (diff) |
Notes
-rw-r--r-- | lib/libc/gen/getobjformat.3 | 3 | ||||
-rw-r--r-- | lib/libc/stdlib/getenv.3 | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/getobjformat.3 b/lib/libc/gen/getobjformat.3 index 8705f0166622..051b0099a860 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 a75e49fc1155..4f7126b4884b 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 . |