Module Name:    src
Committed By:   wiz
Date:           Mon Jun  7 16:33:45 UTC 2010

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

Log Message:
Grammar and spacing fixes.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/lib/librt/mq.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.3
diff -u src/lib/librt/mq.3:1.2 src/lib/librt/mq.3:1.3
--- src/lib/librt/mq.3:1.2	Mon Jun  7 07:39:43 2010
+++ src/lib/librt/mq.3	Mon Jun  7 16:33:45 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: mq.3,v 1.2 2010/06/07 07:39:43 jruoho Exp $
+.\" $NetBSD: mq.3,v 1.3 2010/06/07 16:33:45 wiz Exp $
 .\"
 .\" Copyright (c) 2010 Jukka Ruohonen <[email protected]>
 .\"
@@ -51,7 +51,6 @@
 .Xr ipcs 1
 or
 .Xr msgget 2 ) .
-.Pp
 .Ss Rationale
 The rationale behind
 .Nm
@@ -116,7 +115,7 @@
 .Dq message queue descriptor .
 In the
 .Nx
-implementation this is actuallly an ordinary file descriptor.
+implementation this is actually an ordinary file descriptor.
 This means that it is possible, but not portable, to
 monitor a message queue descriptor by using
 .Xr poll 2
@@ -124,7 +123,7 @@
 .Xr select 2 .
 .Pp
 Message queues are named by character
-strings that represents (absolute) pathnames.
+strings that represent (absolute) pathnames.
 The used interface is analogous to the conventional file concepts.
 But unlike
 .Tn FIFOs
@@ -290,7 +289,7 @@
 can be mentioned as an example.
 .Sh FUNCTIONS
 The following functions are available in the
-.Tn API.
+.Tn API .
 .Bl -column -offset indent "mq_timedreceive " "XXX"
 .It Sy Function Ta Sy Description
 .It Xr mq_open 3 Ta open a message queue

Reply via email to