diff options
| author | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2000-01-13 14:32:22 +0000 |
|---|---|---|
| committer | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2000-01-13 14:32:22 +0000 |
| commit | b79c4bd10dd683e48d8f656323564d04bd9016d6 (patch) | |
| tree | 369ca6bf705ec168c4279671144889f7921ab8c3 /lib/libc | |
| parent | 141c29c28c8d4d746205a593da12196fed6cdcd6 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/gen/msgsnd.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/msgsnd.3 b/lib/libc/gen/msgsnd.3 index 8946c1c52163..d6812e27ddff 100644 --- a/lib/libc/gen/msgsnd.3 +++ b/lib/libc/gen/msgsnd.3 @@ -28,9 +28,9 @@ .\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +.\" .\" $FreeBSD$ .\" -.\"/ .Dd November 24, 1997 .Dt MSGSND 3 .Os FreeBSD @@ -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 |
