svn commit: r230155 - head/lib/libc/sys

Eitan Adler eadler at FreeBSD.org
Sun Jan 15 20:14:52 UTC 2012


Author: eadler (ports committer)
Date: Sun Jan 15 20:14:52 2012
New Revision: 230155
URL: http://svn.freebsd.org/changeset/base/230155

Log:
  Make man page wording more clear:
  
  PR:		docs/164078
  Submitted by:	Taras <ds at ukrhub.net>
  Approved by:	bcr
  MFC after:	3 days

Modified:
  head/lib/libc/sys/setuid.2

Modified: head/lib/libc/sys/setuid.2
==============================================================================
--- head/lib/libc/sys/setuid.2	Sun Jan 15 20:04:05 2012	(r230154)
+++ head/lib/libc/sys/setuid.2	Sun Jan 15 20:14:52 2012	(r230155)
@@ -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-head mailing list