]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/swab.3
man*/: srcfix (Use .P instead of .PP or .LP)
[thirdparty/man-pages.git] / man3 / swab.3
index 8bd1dea2749f64ea8869dfb25187b76b2f060eb9..71023d79a3299e4dee1b86698401894e5d7e2484 100644 (file)
@@ -19,7 +19,7 @@ Standard C library
 .nf
 .BR "#define _XOPEN_SOURCE" "       /* See feature_test_macros(7) */"
 .B #include <unistd.h>
-.PP
+.P
 .BI "void swab(const void " from "[restrict ." n "], void " to "[restrict ." n ],
 .BI "          ssize_t " n );
 .fi
@@ -37,7 +37,7 @@ exchanging
 adjacent even and odd bytes.
 This function is used to exchange data
 between machines that have different low/high byte ordering.
-.PP
+.P
 This function does nothing when
 .I n
 is negative.