]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/ftok.3
man*/: srcfix (Use .P instead of .PP or .LP)
[thirdparty/man-pages.git] / man3 / ftok.3
index f4c707cae9552a3599085ed5f77682b63667791e..74fad12b2af3db45e0c0b8f6d4c4d63934ba331b 100644 (file)
@@ -17,7 +17,7 @@ Standard C library
 .nf
 .B #include <sys/ipc.h>
 .fi
-.PP
+.P
 .BI "key_t ftok(const char *" pathname ", int " proj_id );
 .SH DESCRIPTION
 The
@@ -34,7 +34,7 @@ type System V IPC key, suitable for use with
 .BR semget (2),
 or
 .BR shmget (2).
-.PP
+.P
 The resulting value is the same for all pathnames that
 name the same file, when the same value of
 .I proj_id
@@ -70,13 +70,13 @@ POSIX.1-2008.
 POSIX.1-2001.
 .SH NOTES
 On some ancient systems, the prototype was:
-.PP
+.P
 .in +4n
 .EX
 .BI "key_t ftok(char *" pathname ", char " proj_id );
 .EE
 .in
-.PP
+.P
 Today,
 .I proj_id
 is an
@@ -87,7 +87,7 @@ Typical usage has an ASCII character
 that is why the behavior is said to be undefined when
 .I proj_id
 is zero.
-.PP
+.P
 Of course, no guarantee can be given that the resulting
 .I key_t
 is unique.