svn commit: r292130 - head/lib/libc/gen

Jilles Tjoelker jilles at FreeBSD.org
Sat Dec 12 15:57:47 UTC 2015


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


More information about the svn-src-all mailing list