]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/ftok.3
intro.1, _exit.2, access.2, alarm.2, alloc_hugepages.2, arch_prctl.2, bind.2, chdir...
[thirdparty/man-pages.git] / man3 / ftok.3
index 34e1fc94b579065f01bd73f41927e721a8bba719..925c30162b8db36ff556976fb73dc9257cccb2de 100644 (file)
@@ -1,5 +1,6 @@
 .\" Copyright 1993 Giorgio Ciucci (giorgio@crcc.it)
 .\"
+.\" %%%LICENSE_START(VERBATIM)
 .\" Permission is granted to make and distribute verbatim copies of this
 .\" manual provided the copyright notice and this permission notice are
 .\" preserved on all copies.
@@ -19,6 +20,7 @@
 .\"
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
+.\" %%%LICENSE_END
 .\"
 .\" Modified 2001-11-28, by Michael Kerrisk, <mtk.manpages@gmail.com>
 .\"    Changed data type of proj_id; minor fixes
@@ -42,7 +44,7 @@ function uses the identity of the file named by the given
 (which must refer to an existing, accessible file)
 and the least significant 8 bits of
 .I proj_id
-(which must be non-zero) to generate a
+(which must be nonzero) to generate a
 .I key_t
 type System V IPC key, suitable for use with
 .BR msgget (2),
@@ -56,8 +58,8 @@ name the same file, when the same value of
 is used.
 The value returned should be different when the
 (simultaneously existing) files or the project IDs differ.
-.SH "RETURN VALUE"
-On success the generated
+.SH RETURN VALUE
+On success, the generated
 .I key_t
 value is returned.
 On failure \-1 is returned, with
@@ -65,7 +67,7 @@ On failure \-1 is returned, with
 indicating the error as for the
 .BR stat (2)
 system call.
-.SH "CONFORMING TO"
+.SH CONFORMING TO
 POSIX.1-2001.
 .SH NOTES
 Under libc4 and libc5 (and under SunOS 4.x) the prototype was:
@@ -96,7 +98,7 @@ Collisions may easily happen, for example between files on
 .I /dev/hda1
 and files on
 .IR /dev/sda1 .
-.SH "SEE ALSO"
+.SH SEE ALSO
 .BR msgget (2),
 .BR semget (2),
 .BR shmget (2),