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

Edward Tomasz Napierala trasz at FreeBSD.org
Sat Feb 7 13:11:47 UTC 2015


Author: trasz
Date: Sat Feb  7 13:11:45 2015
New Revision: 278352
URL: https://svnweb.freebsd.org/changeset/base/278352

Log:
  Remove useless comment.
  
  MFC after:	1 month
  Sponsored by:	The FreeBSD Foundation

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

Modified: head/lib/libc/sys/setresuid.2
==============================================================================
--- head/lib/libc/sys/setresuid.2	Sat Feb  7 12:57:40 2015	(r278351)
+++ head/lib/libc/sys/setresuid.2	Sat Feb  7 13:11:45 2015	(r278352)
@@ -19,7 +19,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd April 13, 2001
+.Dd February 7, 2015
 .Dt SETRESUID 2
 .Os
 .Sh NAME
@@ -90,10 +90,5 @@ was invalid.
 .Xr setregid 2 ,
 .Xr setreuid 2 ,
 .Xr setuid 2
-.Sh STANDARDS
-These system calls are not available on many platforms.
-They exist in
-.Fx
-to support Linux binaries linked against GNU libc2.
 .Sh HISTORY
 These functions first appeared in HP-UX.


More information about the svn-src-all mailing list