From 148cfe88ec326ca275b35b42087b31756d765186 Mon Sep 17 00:00:00 2001 From: Jilles Tjoelker Date: Sun, 20 Dec 2015 13:41:06 +0000 Subject: [PATCH] MFC r292130: exec(3): Fix COMPATIBILITY section: default path does not contain cwd. --- lib/libc/gen/exec.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libc/gen/exec.3 b/lib/libc/gen/exec.3 index daeccd10bf47..c9d32b41ca3c 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