summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/libc/sys/msgsnd.24
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/msgsnd.2 b/lib/libc/sys/msgsnd.2
index 77559b174af..a9ea4f03355 100644
--- a/lib/libc/sys/msgsnd.2
+++ b/lib/libc/sys/msgsnd.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: msgsnd.2,v 1.11 2003/06/01 20:25:23 jmc Exp $
+.\" $OpenBSD: msgsnd.2,v 1.12 2005/10/29 18:45:01 jaredy Exp $
.\" $NetBSD: msgsnd.2,v 1.2 1997/03/27 08:20:36 mikel Exp $
.\"
.\" Copyright (c) 1995 Frank van der Linden
@@ -45,7 +45,7 @@
.Sh DESCRIPTION
The
.Fn msgsnd
-function sends a message from the message queue specified in
+function sends a message to the message queue specified by
.Fa msqid .
.Fa msgp
points to a structure containing the message.