summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/mq_close.2
diff options
context:
space:
mode:
authordavidxu <davidxu@FreeBSD.org>2005-12-02 13:50:56 +0000
committerdavidxu <davidxu@FreeBSD.org>2005-12-02 13:50:56 +0000
commitfe5351388c90f0fef85a6aaee20a722d8a7bb739 (patch)
tree6e57b6d8d012c4523f5685f085dc8398bb8138fd /lib/libc/sys/mq_close.2
parentbb298b0b5c22bc68278a16ea4e67fe6015e49ba4 (diff)
downloadFreeBSD-src-fe5351388c90f0fef85a6aaee20a722d8a7bb739.zip
FreeBSD-src-fe5351388c90f0fef85a6aaee20a722d8a7bb739.tar.gz
syscall -> system call.
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 cd5e540..3f0461c 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.
OpenPOWER on IntegriCloud