diff options
author | jilles <jilles@FreeBSD.org> | 2015-12-12 15:57:46 +0000 |
---|---|---|
committer | jilles <jilles@FreeBSD.org> | 2015-12-12 15:57:46 +0000 |
commit | 5b5ca61388a37f2bfd00e1099aea7da63315c15b (patch) | |
tree | 3c4bc687473a070223e9bd5966d734a60fca04b9 /lib/libc | |
parent | 2b36705452063b0e71d9d9ce3102c9c065f34fe1 (diff) | |
download | FreeBSD-src-5b5ca61388a37f2bfd00e1099aea7da63315c15b.zip FreeBSD-src-5b5ca61388a37f2bfd00e1099aea7da63315c15b.tar.gz |
exec(3): Fix COMPATIBILITY section: default path does not contain cwd.
MFC after: 1 week
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/exec.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/exec.3 b/lib/libc/gen/exec.3 index daeccd1..c9d32b4 100644 --- a/lib/libc/gen/exec.3 +++ b/lib/libc/gen/exec.3 @@ -28,7 +28,7 @@ .\" @(#)exec.3 8.3 (Berkeley) 1/24/94 .\" $FreeBSD$ .\" -.Dd January 24, 1994 +.Dd December 12, 2015 .Dt EXEC 3 .Os .Sh NAME @@ -223,7 +223,7 @@ and .Fn execvp functions was .Dq Pa :/bin:/usr/bin . -This was changed to place the current directory last to enhance system +This was changed to remove the current directory to enhance system security. .Pp The behavior of |