Source-Changes-HG archive

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

[src/trunk]: src/lib/librt Grammar and spacing fixes.



details:   https://anonhg.NetBSD.org/src/rev/2c0980bb5322
branches:  trunk
changeset: 755494:2c0980bb5322
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Jun 07 16:33:45 2010 +0000

description:
Grammar and spacing fixes.

diffstat:

 lib/librt/mq.3 |  9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diffs (44 lines):

diff -r 8322b0b0d623 -r 2c0980bb5322 lib/librt/mq.3
--- a/lib/librt/mq.3    Mon Jun 07 15:17:24 2010 +0000
+++ b/lib/librt/mq.3    Mon Jun 07 16:33:45 2010 +0000
@@ -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 <jruohonen%iki.fi@localhost>
 .\"
@@ -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



Home | Main Index | Thread Index | Old Index