summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorjilles <jilles@FreeBSD.org>2015-12-20 13:41:06 +0000
committerjilles <jilles@FreeBSD.org>2015-12-20 13:41:06 +0000
commitc5949fa695d132ba023cf9c851cd1b7491bb0ca9 (patch)
treec4fc0df38a5d007bee80f039b9b9b6316bef5c1f /lib
parent5c10cb40f538a6e416661e90266fef112d923580 (diff)
downloadFreeBSD-src-c5949fa695d132ba023cf9c851cd1b7491bb0ca9.zip
FreeBSD-src-c5949fa695d132ba023cf9c851cd1b7491bb0ca9.tar.gz
MFC r292130: exec(3): Fix COMPATIBILITY section: default path does not
contain cwd.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/gen/exec.34
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
OpenPOWER on IntegriCloud