diff options
| author | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2000-01-13 14:26:23 +0000 |
|---|---|---|
| committer | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2000-01-13 14:26:23 +0000 |
| commit | d2802900022b66e5e74423e5fb9b1a3e72d299ff (patch) | |
| tree | 71e12e6b111c5e3c0489e851e11d563513667f5e | |
| parent | 21ab895ff5601b46a4c36934f309ecb087a0d076 (diff) | |
Notes
| -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 8946c1c52163..25c4c7213212 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 |
