From 7345cf9025eb95d813caacddb42601253a2d146a Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Sat, 13 Feb 1999 09:57:58 +0000 Subject: [PATCH] remove BUGS section, now behaviour is predictable enough --- lib/libc/string/strxfrm.3 | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/libc/string/strxfrm.3 b/lib/libc/string/strxfrm.3 index 37e5eeb10b6e..e0715ae45cd4 100644 --- a/lib/libc/string/strxfrm.3 +++ b/lib/libc/string/strxfrm.3 @@ -83,8 +83,6 @@ the terminating null character. If this value is or more, the contents of .Fa dst are indeterminate. -.Sh BUGS -Sometimes the behavior of this function is unpredictable. .Sh SEE ALSO .Xr setlocale 3 , .Xr strcmp 3 ,