]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man7/mq_overview.7
setxattr.2: Add ERANGE to 'ERRORS' section
[thirdparty/man-pages.git] / man7 / mq_overview.7
index 9713d35981d0a11e38f3b01e93163aba81412d19..d87d21f4c867c8e5cda4635ac0005ddfcc05cb17 100644 (file)
@@ -23,7 +23,7 @@
 .\" the source, must acknowledge the copyright and authors of this work.
 .\" %%%LICENSE_END
 .\"
-.TH MQ_OVERVIEW 7 2016-10-08 "Linux" "Linux Programmer's Manual"
+.TH MQ_OVERVIEW 7 2017-09-15 "Linux" "Linux Programmer's Manual"
 .SH NAME
 mq_overview \- overview of POSIX message queues
 .SH DESCRIPTION
@@ -68,7 +68,7 @@ of the arrival of a message on a previously empty queue using
 .PP
 A message queue descriptor is a reference to an
 .I "open message queue description"
-(cf.
+(see
 .BR open (2)).
 After a
 .BR fork (2),
@@ -285,14 +285,14 @@ On Linux, message queues are created in a virtual filesystem.
 but the details are likely to differ.)
 This filesystem can be mounted (by the superuser) using the following
 commands:
+.PP
 .in +4n
-.nf
-
+.EX
 .RB "#" " mkdir /dev/mqueue"
 .RB "#" " mount \-t mqueue none /dev/mqueue"
-
-.fi
+.EE
 .in
+.PP
 The sticky bit is automatically enabled on the mount directory.
 .PP
 After the filesystem has been mounted, the message queues on the system
@@ -304,14 +304,14 @@ and
 .PP
 The contents of each file in the directory consist of a single line
 containing information about the queue:
+.PP
 .in +4n
-.nf
-
+.EX
 .RB "$" " cat /dev/mqueue/mymq"
 QSIZE:129     NOTIFY:2    SIGNO:0    NOTIFY_PID:8260
-
-.fi
+.EE
 .in
+.PP
 These fields are as follows:
 .TP
 .B QSIZE