From 4f27706e700f7595b1c4863d787648fd9c5e2984 Mon Sep 17 00:00:00 2001 From: joerg Date: Fri, 14 May 2010 03:25:20 +0000 Subject: [PATCH] Provide a sane argument for -width. --- lib/librt/mq_open.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/librt/mq_open.3 b/lib/librt/mq_open.3 index c2751c421b9a..2d88834284d2 100644 --- a/lib/librt/mq_open.3 +++ b/lib/librt/mq_open.3 @@ -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: