diff options
author | 2005-10-29 18:45:01 +0000 | |
---|---|---|
committer | 2005-10-29 18:45:01 +0000 | |
commit | 447ae14dcacad64b4dc4446ec60f6a3dffa81cd9 (patch) | |
tree | a6fc9fe6cb23e9dd3931e1c9cadb88e10cf04927 | |
parent | Don't use TAILQ_NEXT() on an element that has been removed. Similar to (diff) | |
download | wireguard-openbsd-447ae14dcacad64b4dc4446ec60f6a3dffa81cd9.tar.xz wireguard-openbsd-447ae14dcacad64b4dc4446ec60f6a3dffa81cd9.zip |
rewording; ok millert otto
-rw-r--r-- | lib/libc/sys/msgsnd.2 | 4 |
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. |