From 6c316535e28ff4150d932e399b3ee3dba3d31339 Mon Sep 17 00:00:00 2001 From: Edward Tomasz Napierala Date: Sat, 7 Feb 2015 13:11:45 +0000 Subject: [PATCH] Remove useless comment. MFC after: 1 month Sponsored by: The FreeBSD Foundation --- lib/libc/sys/setresuid.2 | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/lib/libc/sys/setresuid.2 b/lib/libc/sys/setresuid.2 index 08d07f3b677..602166f80c3 100644 --- a/lib/libc/sys/setresuid.2 +++ b/lib/libc/sys/setresuid.2 @@ -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.