Provide a sane argument for -width.

This commit is contained in:
joerg 2010-05-14 03:25:20 +00:00
parent 8331b95fa9
commit 4f27706e70

View File

@ -1,4 +1,4 @@
.\" $NetBSD: mq_open.3,v 1.2 2010/05/06 10:49:53 jruoho Exp $
.\" $NetBSD: mq_open.3,v 1.3 2010/05/14 03:25:20 joerg Exp $
.\"
.\" Copyright (c) 2001-2003 The Open Group, All Rights Reserved
.\"
@ -59,7 +59,7 @@ is the bitwise-inclusive OR of values from the following list.
Applications must specify exactly one of the first three values
(access modes) below in the value of
.Fa oflag :
.Bl -tag -width It
.Bl -tag -width ".Dv O_RDONLY"
.It Dv O_RDONLY
Open the message queue for receiving messages.
The process can use the returned message queue descriptor with
@ -85,7 +85,7 @@ or different processes for sending/receiving messages.
.Pp
Any combination of the remaining flags may be specified in the value of
.Fa oflag :
.Bl -tag -width It
.Bl -tag -width ". Dv O_NONBLOCK"
.It Dv O_CREAT
Create a message queue.
It requires two additional arguments: