Deleted Added
full compact
mqueuefs.5 (164466) mqueuefs.5 (164468)
1.\" Copyright (c) 2005 David Xu <davidxu@FreeBSD.org>
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice(s), this list of conditions and the following disclaimer as

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

20.\" LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
21.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
22.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
23.\" BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
24.\" WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
25.\" OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
26.\" EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27.\"
1.\" Copyright (c) 2005 David Xu <davidxu@FreeBSD.org>
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice(s), this list of conditions and the following disclaimer as

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

20.\" LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
21.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
22.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
23.\" BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
24.\" WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
25.\" OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
26.\" EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27.\"
28.\" $FreeBSD: head/share/man/man5/mqueuefs.5 164466 2006-11-21 05:45:14Z rodrigc $
28.\" $FreeBSD: head/share/man/man5/mqueuefs.5 164468 2006-11-21 06:52:55Z maxim $
29.\"
30.Dd November 30, 2005
31.Dt MQUEUEFS 5
32.Os
33.Sh NAME
34.Nm mqueuefs
35.Nd POSIX message queue file system
36.Sh SYNOPSIS

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

109.Xr mq_open 2
110system call to create a queue as it
111allows the user to specify different attributes.
112.Pp
113To see the queue's attributes, just read the file:
114.Pp
115.Dl "cat /mnt/mqueue/myqueue"
116.Sh SEE ALSO
29.\"
30.Dd November 30, 2005
31.Dt MQUEUEFS 5
32.Os
33.Sh NAME
34.Nm mqueuefs
35.Nd POSIX message queue file system
36.Sh SYNOPSIS

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

109.Xr mq_open 2
110system call to create a queue as it
111allows the user to specify different attributes.
112.Pp
113To see the queue's attributes, just read the file:
114.Pp
115.Dl "cat /mnt/mqueue/myqueue"
116.Sh SEE ALSO
117.Xr nmount 2 ,
118.Xr mq_open 2 ,
117.Xr mq_open 2 ,
118.Xr nmount 2 ,
119.Xr unmount 2 ,
120.Xr mount 8 ,
121.Xr umount 8
122.Sh AUTHORS
123This manual page was written by
124.An "David Xu" Aq davidxu@FreeBSD.org .
119.Xr unmount 2 ,
120.Xr mount 8 ,
121.Xr umount 8
122.Sh AUTHORS
123This manual page was written by
124.An "David Xu" Aq davidxu@FreeBSD.org .