Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/librt Provide a sane argument for -width.



details:   https://anonhg.NetBSD.org/src/rev/a495367e4436
branches:  trunk
changeset: 754837:a495367e4436
user:      joerg <joerg%NetBSD.org@localhost>
date:      Fri May 14 03:25:20 2010 +0000

description:
Provide a sane argument for -width.

diffstat:

 lib/librt/mq_open.3 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 250734b53a06 -r a495367e4436 lib/librt/mq_open.3
--- a/lib/librt/mq_open.3       Fri May 14 03:22:49 2010 +0000
+++ b/lib/librt/mq_open.3       Fri May 14 03:25:20 2010 +0000
@@ -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:



Home | Main Index | Thread Index | Old Index