]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/mq_unlink.3
Wrapped long lines, wrapped at sentence boundaries; stripped trailing
[thirdparty/man-pages.git] / man3 / mq_unlink.3
index edae320e8b7d03cd75ec333d882c06b1eb1f1d38..d6d28a7fe1959b8949810d106305d0df426e09d3 100644 (file)
 .\" manual under the conditions for verbatim copying, provided that the
 .\" entire resulting derived work is distributed under the terms of a
 .\" permission notice identical to this one.
-.\" 
+.\"
 .\" Since the Linux kernel and libraries are constantly changing, this
 .\" manual page may be incorrect or out-of-date.  The author(s) assume no
 .\" responsibility for errors or omissions, or for damages resulting from
-.\" the use of the information contained herein.  
-.\" 
+.\" the use of the information contained herein.
+.\"
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
 .\"
@@ -34,13 +34,13 @@ mq_unlink \- remove a message queue
 removes the specified message queue
 .IR name .
 The message queue name is removed immediately.
-The queue itself is destroyed once any other processes that have 
+The queue itself is destroyed once any other processes that have
 the queue open close their descriptors referring to the queue.
 .SH RETURN VALUE
 On success
 .BR mq_unlink ()
 returns 0; on error, \-1 is returned, with
-.I errno 
+.I errno
 set to indicate the error.
 .SH ERRORS
 .TP