summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2006-08-07 20:00:02 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2006-08-07 20:00:02 +0000
commit8f3260c23b7e5caecfcb2fb4c7e9ad2740a55292 (patch)
tree80808f6994e23b6c4e0b08f1e1fb589848083de5
parentab3d861ede415b77ad637c85fd164413388cd21a (diff)
- fix a sentence
- some indent
-rw-r--r--lib/libc/sys/msgsnd.210
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/sys/msgsnd.2 b/lib/libc/sys/msgsnd.2
index a9ea4f03355..466d4f60d5f 100644
--- a/lib/libc/sys/msgsnd.2
+++ b/lib/libc/sys/msgsnd.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: msgsnd.2,v 1.12 2005/10/29 18:45:01 jaredy Exp $
+.\" $OpenBSD: msgsnd.2,v 1.13 2006/08/07 20:00:01 jmc Exp $
.\" $NetBSD: msgsnd.2,v 1.2 1997/03/27 08:20:36 mikel Exp $
.\"
.\" Copyright (c) 1995 Frank van der Linden
@@ -50,14 +50,14 @@ function sends a message to the message queue specified by
.Fa msgp
points to a structure containing the message.
This structure should consist of the following members:
-.Bd -literal
- long mtype; /* message type */
- char mtext[1]; /* body of message */
+.Bd -literal -offset indent
+long mtype; /* message type */
+char mtext[1]; /* body of message */
.Ed
.Pp
.Va mtype
is an integer greater than 0 that can be used for selecting messages (see
-.Xr msgrcv 2 ) ,
+.Xr msgrcv 2 ) ;
.Va mtext
is an array of bytes, with a size up to that of the system limit
.Pq Dv MSGMAX .