posixmqcontrol.1 (2ce32ab21a5961dd9405cde8d985da9d0a664276) posixmqcontrol.1 (6e1fc0118033f42b7c0d3623c8f67a89ebecabb2)
1.\"-
2.\" SPDX-License-Identifier: BSD-2-Clause
3.\"
4.\" Copyright (c) 2024 Rick Parrish <unitrunker@unitrunker.net>.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

--- 144 unchanged lines hidden (view full) ---

153.Dl "posixmqcontrol send -q /3 -c 'some choice words.'"
154.It
155To examine attributes of a queue named
156.Pa /4
157use the command
158.Dl "posixmqcontrol info -q /4"
159.El
160.Sh SEE ALSO
1.\"-
2.\" SPDX-License-Identifier: BSD-2-Clause
3.\"
4.\" Copyright (c) 2024 Rick Parrish <unitrunker@unitrunker.net>.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

--- 144 unchanged lines hidden (view full) ---

153.Dl "posixmqcontrol send -q /3 -c 'some choice words.'"
154.It
155To examine attributes of a queue named
156.Pa /4
157use the command
158.Dl "posixmqcontrol info -q /4"
159.El
160.Sh SEE ALSO
161.Xr mq_open 2 ,
162.Xr mq_getattr 2 ,
161.Xr mq_getattr 2 ,
162.Xr mq_open 2 ,
163.Xr mq_receive 2 ,
164.Xr mq_send 2 ,
165.Xr mq_setattr 2 ,
166.Xr mq_unlink 2 ,
167.Xr mqueuefs 4
168.Sh BUGS
169mq_timedsend and mq_timedrecv are not implemented.
170info reports a worst-case estimate for QSIZE.
171.Sh HISTORY
172The
173.Nm
174command appeared in
175.Fx 14.1 .
176.Sh AUTHORS
177The
178.Nm
179command and this manual page were written by
180.An Rick Parrish Aq Mt unitrunker@unitrunker.net.
163.Xr mq_receive 2 ,
164.Xr mq_send 2 ,
165.Xr mq_setattr 2 ,
166.Xr mq_unlink 2 ,
167.Xr mqueuefs 4
168.Sh BUGS
169mq_timedsend and mq_timedrecv are not implemented.
170info reports a worst-case estimate for QSIZE.
171.Sh HISTORY
172The
173.Nm
174command appeared in
175.Fx 14.1 .
176.Sh AUTHORS
177The
178.Nm
179command and this manual page were written by
180.An Rick Parrish Aq Mt unitrunker@unitrunker.net.