svn commit: r233399 - stable/9/lib/libc/sys

Eitan Adler eadler at FreeBSD.org
Fri Mar 23 22:03:47 UTC 2012


Author: eadler
Date: Fri Mar 23 22:03:46 2012
New Revision: 233399
URL: http://svn.freebsd.org/changeset/base/233399

Log:
  MFC r230155:
  	Make man page wording more clear
  
  PR:		docs/164078
  Approved by:	cperciva (implicit)

Modified:
  stable/9/lib/libc/sys/setuid.2
Directory Properties:
  stable/9/lib/libc/   (props changed)
  stable/9/lib/libc/sys/   (props changed)

Modified: stable/9/lib/libc/sys/setuid.2
==============================================================================
--- stable/9/lib/libc/sys/setuid.2	Fri Mar 23 21:19:07 2012	(r233398)
+++ stable/9/lib/libc/sys/setuid.2	Fri Mar 23 22:03:46 2012	(r233399)
@@ -170,7 +170,7 @@ potentially sensitive data.
 .Pp
 To prevent these files from remaining open after an
 .Xr exec 3
-call, be sure to set the close-on-exec flag is set:
+call, be sure to set the close-on-exec flag:
 .Bd -literal
 void
 pseudocode(void)


More information about the svn-src-stable mailing list