MFC r292130: exec(3): Fix COMPATIBILITY section: default path does not

contain cwd.
This commit is contained in:
Jilles Tjoelker 2015-12-20 13:41:06 +00:00
parent 15f2b36e50
commit 148cfe88ec
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/stable/10/; revision=292511

View File

@ -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