Index: lib/libc/string/memcmp.3 =================================================================== --- lib/libc/string/memcmp.3 +++ lib/libc/string/memcmp.3 @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd November 20, 2024 +.Dd September 12, 2025 .Dt MEMCMP 3 .Os .Sh NAME @@ -78,14 +78,3 @@ function conforms to .St -isoC . -.Sh CAVEATS -If the objects differ, the C library -.Fn memcmp -implementation returns the difference between the first two differing bytes -.Po treated as -.Vt "unsigned char" -values -.Pc . -This behavior is not specified by -.St -isoC , -is not portable, and may not occur in light of compiler optimizations.