summaryrefslogtreecommitdiffstats
path: root/man3/ftok.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/ftok.3')
-rw-r--r--man3/ftok.322
1 files changed, 11 insertions, 11 deletions
diff --git a/man3/ftok.3 b/man3/ftok.3
index 74fad12b2..b715653d2 100644
--- a/man3/ftok.3
+++ b/man3/ftok.3
@@ -30,10 +30,10 @@ and the least significant 8 bits of
(which must be nonzero) to generate a
.I key_t
type System V IPC key, suitable for use with
-.BR msgget (2),
-.BR semget (2),
+.MR msgget 2 ,
+.MR semget 2 ,
or
-.BR shmget (2).
+.MR shmget 2 .
.P
The resulting value is the same for all pathnames that
name the same file, when the same value of
@@ -48,11 +48,11 @@ value is returned.
On failure \-1 is returned, with
.I errno
indicating the error as for the
-.BR stat (2)
+.MR stat 2
system call.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -101,10 +101,10 @@ and files on
.IR /dev/sda1 .
.SH EXAMPLES
See
-.BR semget (2).
+.MR semget 2 .
.SH SEE ALSO
-.BR msgget (2),
-.BR semget (2),
-.BR shmget (2),
-.BR stat (2),
-.BR sysvipc (7)
+.MR msgget 2 ,
+.MR semget 2 ,
+.MR shmget 2 ,
+.MR stat 2 ,
+.MR sysvipc 7