Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Dec 2015 15:57:46 +0000 (UTC)
From:      Jilles Tjoelker <jilles@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r292130 - head/lib/libc/gen
Message-ID:  <201512121557.tBCFvknQ041200@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jilles
Date: Sat Dec 12 15:57:46 2015
New Revision: 292130
URL: https://svnweb.freebsd.org/changeset/base/292130

Log:
  exec(3): Fix COMPATIBILITY section: default path does not contain cwd.
  
  MFC after:	1 week

Modified:
  head/lib/libc/gen/exec.3

Modified: head/lib/libc/gen/exec.3
==============================================================================
--- head/lib/libc/gen/exec.3	Sat Dec 12 14:42:50 2015	(r292129)
+++ head/lib/libc/gen/exec.3	Sat Dec 12 15:57:46 2015	(r292130)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512121557.tBCFvknQ041200>