summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjaredy <jaredy@openbsd.org>2005-10-29 18:45:01 +0000
committerjaredy <jaredy@openbsd.org>2005-10-29 18:45:01 +0000
commit447ae14dcacad64b4dc4446ec60f6a3dffa81cd9 (patch)
treea6fc9fe6cb23e9dd3931e1c9cadb88e10cf04927
parentDon't use TAILQ_NEXT() on an element that has been removed. Similar to (diff)
downloadwireguard-openbsd-447ae14dcacad64b4dc4446ec60f6a3dffa81cd9.tar.xz
wireguard-openbsd-447ae14dcacad64b4dc4446ec60f6a3dffa81cd9.zip
rewording; ok millert otto
-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.