diff options
author | asmodai <asmodai@FreeBSD.org> | 2000-01-13 14:26:23 +0000 |
---|---|---|
committer | asmodai <asmodai@FreeBSD.org> | 2000-01-13 14:26:23 +0000 |
commit | 520393ee7a31112afb1a549509d69a32dc832586 (patch) | |
tree | 94ffea90c419e9c1b47d4d75b65052b759bf80a6 /lib/libc | |
parent | c62774e01e2e424fed9cdb21447a18bdc386fef2 (diff) | |
download | FreeBSD-src-520393ee7a31112afb1a549509d69a32dc832586.zip FreeBSD-src-520393ee7a31112afb1a549509d69a32dc832586.tar.gz |
Change ``from'' to ``to''.
PR: 15729
Submitted by: Kim Toms
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/msgsnd.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/msgsnd.3 b/lib/libc/gen/msgsnd.3 index 8946c1c..25c4c72 100644 --- a/lib/libc/gen/msgsnd.3 +++ b/lib/libc/gen/msgsnd.3 @@ -46,7 +46,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 in .Fa msqid . .Fa msgp points to a structure containing the message. This structure should |