diff options
Diffstat (limited to 'man3/ftok.3')
-rw-r--r-- | man3/ftok.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/ftok.3 b/man3/ftok.3 index 2e2e9d4c..0e73129f 100644 --- a/man3/ftok.3 +++ b/man3/ftok.3 @@ -56,7 +56,7 @@ 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" +.SH RETURN VALUE On success, the generated .I key_t value is returned. @@ -65,7 +65,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 +96,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), |