diff options
Diffstat (limited to 'man3/mq_open.3')
| -rw-r--r-- | man3/mq_open.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/mq_open.3 b/man3/mq_open.3 index cf5c34de7f..a296a428b6 100644 --- a/man3/mq_open.3 +++ b/man3/mq_open.3 @@ -126,9 +126,9 @@ specify the maximum number of messages and the maximum size of messages that the queue will allow. This structure is defined as follows: .PP +.PP .in +4n -.nf - +.EX struct mq_attr { long mq_flags; /* Flags (ignored for mq_open()) */ long mq_maxmsg; /* Max. # of messages on queue */ |
