Module Name:    src
Committed By:   wiz
Date:           Fri May 14 08:30:34 UTC 2010

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

Log Message:
Fix spaco.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 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.3 src/lib/librt/mq_open.3:1.4
--- src/lib/librt/mq_open.3:1.3	Fri May 14 03:25:20 2010
+++ src/lib/librt/mq_open.3	Fri May 14 08:30:34 2010
@@ -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:

Reply via email to