diff options
author | Jared Yanovich <jaredy@cvs.openbsd.org> | 2005-10-29 18:45:02 +0000 |
---|---|---|
committer | Jared Yanovich <jaredy@cvs.openbsd.org> | 2005-10-29 18:45:02 +0000 |
commit | 0a0e0ff8f3f77f57bef157a71b2ffb2533de15ba (patch) | |
tree | 67f4040562085fd9a6524e182969cc7e050109a4 /lib/libc/sys | |
parent | 95be4f649f69ec580124040001c4f3ed00ead909 (diff) |
rewording; ok millert otto
Diffstat (limited to 'lib/libc/sys')
-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. |