svn commit: r292511 - stable/10/lib/libc/gen
Jilles Tjoelker
jilles at FreeBSD.org
Sun Dec 20 13:41:07 UTC 2015
Author: jilles
Date: Sun Dec 20 13:41:06 2015
New Revision: 292511
URL: https://svnweb.freebsd.org/changeset/base/292511
Log:
MFC r292130: exec(3): Fix COMPATIBILITY section: default path does not
contain cwd.
Modified:
stable/10/lib/libc/gen/exec.3
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/lib/libc/gen/exec.3
==============================================================================
--- stable/10/lib/libc/gen/exec.3 Sun Dec 20 11:55:39 2015 (r292510)
+++ stable/10/lib/libc/gen/exec.3 Sun Dec 20 13:41:06 2015 (r292511)
@@ -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
More information about the svn-src-stable-10
mailing list