]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/bcopy.3
man*/: srcfix (Use .P instead of .PP or .LP)
[thirdparty/man-pages.git] / man3 / bcopy.3
index cccfb7c1a9536399dc81ea18dfc6532fae0e16e1..96ca89f37cc1a671d1a15906161528fd6b90aa11 100644 (file)
@@ -20,7 +20,7 @@ Standard C library
 .SH SYNOPSIS
 .nf
 .B #include <strings.h>
-.PP
+.P
 .BI "[[deprecated]] void bcopy(const void " src [. n "], void " dest [. n "], \
 size_t " n );
 .fi
@@ -54,7 +54,7 @@ T}    Thread safety   MT-Safe
 None.
 .SH HISTORY
 4.3BSD.
-.PP
+.P
 Marked as LEGACY in POSIX.1-2001: use
 .BR memcpy (3)
 or