summaryrefslogtreecommitdiffstats
path: root/man2/mq_getsetattr.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/mq_getsetattr.2')
-rw-r--r--man2/mq_getsetattr.26
1 files changed, 3 insertions, 3 deletions
diff --git a/man2/mq_getsetattr.2 b/man2/mq_getsetattr.2
index b47e264..0fca73b 100644
--- a/man2/mq_getsetattr.2
+++ b/man2/mq_getsetattr.2
@@ -2,7 +2,7 @@
.\"
.\" SPDX-License-Identifier: Linux-man-pages-copyleft
.\"
-.TH mq_getsetattr 2 2023-03-30 "Linux man-pages 6.05.01"
+.TH mq_getsetattr 2 2023-10-31 "Linux man-pages 6.7"
.SH NAME
mq_getsetattr \- get/set message queue attributes
.SH SYNOPSIS
@@ -10,13 +10,13 @@ mq_getsetattr \- get/set message queue attributes
.BR "#include <mqueue.h>" " /* Definition of " "struct mq_attr" " */"
.BR "#include <sys/syscall.h>" " /* Definition of " SYS_* " constants */"
.B #include <unistd.h>
-.PP
+.P
.BI "int syscall(SYS_mq_getsetattr, mqd_t " mqdes ,
.BI " const struct mq_attr *" newattr ", struct mq_attr *" oldattr );
.fi
.SH DESCRIPTION
Do not use this system call.
-.PP
+.P
This is the low-level system call used to implement
.BR mq_getattr (3)
and