]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/memcmp.3
CPU_SET.3, INFINITY.3, __ppc_get_timebase.3, __ppc_set_ppr_med.3, __ppc_yield.3,...
[thirdparty/man-pages.git] / man3 / memcmp.3
index c8a33abe77712500b1a3ee933b0ba550dae3709b..29897df953d46fcc4efe7565aa250595d53351c1 100644 (file)
@@ -49,7 +49,7 @@ function returns an integer less than, equal to, or
 greater than zero if the first \fIn\fP bytes of \fIs1\fP is found,
 respectively, to be less than, to match, or be greater than the first
 \fIn\fP bytes of \fIs2\fP.
-
+.PP
 For a nonzero return value, the sign is determined by the sign of
 the difference between the first pair of bytes (interpreted as
 .IR "unsigned char" )
@@ -57,7 +57,7 @@ that differ in
 .I s1
 and
 .IR s2 .
-
+.PP
 If
 .I n
 is zero, the return value is zero.