diff options
Diffstat (limited to 'man7/mq_overview.7')
| -rw-r--r-- | man7/mq_overview.7 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/man7/mq_overview.7 b/man7/mq_overview.7 index 99260a32fa..d78b098179 100644 --- a/man7/mq_overview.7 +++ b/man7/mq_overview.7 @@ -93,7 +93,7 @@ In most cases the library interfaces listed above are implemented on top of underlying system calls of the same name. Deviations from this scheme are indicated in the following table: -.in +0.25i +.in +4n .TS lB lB l l. @@ -108,7 +108,7 @@ mq_timedreceive(3) mq_timedreceive(2) mq_timedsend(3) mq_timedsend(2) mq_unlink(3) mq_unlink(2) .TE -.in -0.25i +.in .SS Versions POSIX message queues have been supported on Linux since kernel 2.6.6. Glibc support has been provided since version 2.3.4. @@ -186,14 +186,14 @@ On Linux, message queues are created in a virtual file system. (Other implementations may also provide such a feature, but the details are likely to differ.) This file system can be mounted using the following commands: -.in +0.25i +.in +4n .nf $ mkdir /dev/mqueue $ mount -t mqueue none /dev/mqueue .fi -.in -0.25i +.in The sticky bit is automatically enabled on the mount directory. After the file system has been mounted, the message queues on the system @@ -205,7 +205,7 @@ and The contents of each file in the directory consist of a single line containing information about the queue: -.in +0.25i +.in +4n .nf $ ls /dev/mqueue/mymq @@ -213,7 +213,7 @@ QSIZE:129 NOTIFY:2 SIGNO:0 NOTIFY_PID:8260 $ mount -t mqueue none /dev/mqueue .fi -.in -0.25i +.in These fields are as follows: .TP .B |
