aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys/mq_close.2
diff options
context:
space:
mode:
authorDavid Xu <davidxu@FreeBSD.org>2005-12-02 13:50:56 +0000
committerDavid Xu <davidxu@FreeBSD.org>2005-12-02 13:50:56 +0000
commit0e6a74358edcfaa8dc40cb5996dcd464857197c2 (patch)
tree6e57b6d8d012c4523f5685f085dc8398bb8138fd /lib/libc/sys/mq_close.2
parent5792e54aa9b474a676b89031101c11a7009d0238 (diff)
downloadsrc-0e6a74358edcfaa8dc40cb5996dcd464857197c2.tar.gz
src-0e6a74358edcfaa8dc40cb5996dcd464857197c2.zip
syscall -> system call.
Notes
Notes: svn path=/head/; revision=153018
Diffstat (limited to 'lib/libc/sys/mq_close.2')
-rw-r--r--lib/libc/sys/mq_close.24
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/mq_close.2 b/lib/libc/sys/mq_close.2
index cd5e54038940..3f0461cfe4d3 100644
--- a/lib/libc/sys/mq_close.2
+++ b/lib/libc/sys/mq_close.2
@@ -42,7 +42,7 @@
.Sh DESCRIPTION
The
.Fn mq_close
-syscall removes the association between the message queue descriptor,
+system call removes the association between the message queue descriptor,
.Fa mqdes ,
and its message queue. The results of using this message queue descriptor
after successful return from this
@@ -59,7 +59,7 @@ another process to attach for notification.
.Sh RETURN VALUES
Upon successful completion, the
.Fn mq_close
-syscall returns a value of zero; otherwise, the syscall returns a
+system call returns a value of zero; otherwise, the system call returns a
value of -1 and set
.Va errno
to indicate the error.