]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man2/mq_getsetattr.2
Ready for 5.00
[thirdparty/man-pages.git] / man2 / mq_getsetattr.2
index 79f55ce61c795bba093cb65b072b7001d8525219..d3ad25bf3e43d312c89658c618883351b3a3f329 100644 (file)
@@ -1,8 +1,7 @@
 '\" t
-.\" Hey Emacs! This file is -*- nroff -*- source.
-.\"
 .\" Copyright (C) 2006 Michael Kerrisk <mtk.manpages@gmail.com>
 .\"
+.\" %%%LICENSE_START(VERBATIM)
 .\" Permission is granted to make and distribute verbatim copies of this
 .\" manual provided the copyright notice and this permission notice are
 .\" preserved on all copies.
 .\"
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
+.\" %%%LICENSE_END
 .\"
-.TH MQ_GETSETATTR 2 2007-06-01 "Linux" "Linux Programmer's Manual"
+.TH MQ_GETSETATTR 2 2017-09-15 "Linux" "Linux Programmer's Manual"
 .SH NAME
 mq_getsetattr \- get/set message queue attributes
 .SH SYNOPSIS
 .nf
 .B #include <sys/types.h>
 .B #include <mqueue.h>
-.sp
-.BI "mqd_t mq_getsetattr(mqd_t " mqdes ", struct mq_attr *" newattr ","
+.PP
+.BI "int mq_getsetattr(mqd_t " mqdes ", struct mq_attr *" newattr ","
 .BI "                 struct mq_attr *" oldattr );
 .fi
+.PP
+.IR Note :
+There is no glibc wrapper for this system call; see NOTES.
 .SH DESCRIPTION
 Do not use this system call.
-
+.PP
 This is the low-level system call used to implement
 .BR mq_getattr (3)
 and
@@ -45,11 +48,11 @@ For an explanation of how this system call operates,
 see the description of
 .BR mq_setattr (3).
 .SH CONFORMING TO
-This interface is non-standard; avoid its use.
+This interface is nonstandard; avoid its use.
 .SH NOTES
 Glibc does not provide a wrapper for this system call; call it using
 .BR syscall (2).
 (Actually, never call it unless you are writing a C library!)
-.SH "SEE ALSO"
+.SH SEE ALSO
 .BR mq_getattr (3),
 .BR mq_overview (7)