Module Name:    src
Committed By:   joerg
Date:           Fri May 14 03:25:20 UTC 2010

Modified Files:
        src/lib/librt: mq_open.3

Log Message:
Provide a sane argument for -width.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/lib/librt/mq_open.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/librt/mq_open.3
diff -u src/lib/librt/mq_open.3:1.2 src/lib/librt/mq_open.3:1.3
--- src/lib/librt/mq_open.3:1.2	Thu May  6 10:49:53 2010
+++ src/lib/librt/mq_open.3	Fri May 14 03:25:20 2010
@@ -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 @@
 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 @@
 .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:

Reply via email to