Source-Changes-HG archive

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

[src/trunk]: src/lib/librt Fix spaco.



details:   https://anonhg.NetBSD.org/src/rev/391d26ef60e1
branches:  trunk
changeset: 754843:391d26ef60e1
user:      wiz <wiz%NetBSD.org@localhost>
date:      Fri May 14 08:30:34 2010 +0000

description:
Fix spaco.

diffstat:

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

diffs (18 lines):

diff -r b3049ab84730 -r 391d26ef60e1 lib/librt/mq_open.3
--- a/lib/librt/mq_open.3       Fri May 14 05:32:06 2010 +0000
+++ b/lib/librt/mq_open.3       Fri May 14 08:30:34 2010 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: mq_open.3,v 1.3 2010/05/14 03:25:20 joerg Exp $
+.\"    $NetBSD: mq_open.3,v 1.4 2010/05/14 08:30:34 wiz Exp $
 .\"
 .\" Copyright (c) 2001-2003 The Open Group, All Rights Reserved
 .\"
@@ -85,7 +85,7 @@
 .Pp
 Any combination of the remaining flags may be specified in the value of
 .Fa oflag :
-.Bl -tag -width ". Dv O_NONBLOCK"
+.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