Deleted Added
full compact
shm_open.2 (84306) shm_open.2 (131504)
1.\"
2.\" Copyright 2000 Massachusetts Institute of Technology
3.\"
4.\" Permission to use, copy, modify, and distribute this software and
5.\" its documentation for any purpose and without fee is hereby
6.\" granted, provided that both the above copyright notice and this
7.\" permission notice appear in all copies, that both the above
8.\" copyright notice and this permission notice appear in all

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

21.\" SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
22.\" LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
23.\" USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
24.\" ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
25.\" OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
26.\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27.\" SUCH DAMAGE.
28.\"
1.\"
2.\" Copyright 2000 Massachusetts Institute of Technology
3.\"
4.\" Permission to use, copy, modify, and distribute this software and
5.\" its documentation for any purpose and without fee is hereby
6.\" granted, provided that both the above copyright notice and this
7.\" permission notice appear in all copies, that both the above
8.\" copyright notice and this permission notice appear in all

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

21.\" SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
22.\" LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
23.\" USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
24.\" ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
25.\" OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
26.\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27.\" SUCH DAMAGE.
28.\"
29.\" $FreeBSD: head/lib/libc/sys/shm_open.2 84306 2001-10-01 16:09:29Z ru $
29.\" $FreeBSD: head/lib/libc/sys/shm_open.2 131504 2004-07-02 23:52:20Z ru $
30.\"
31.Dd March 24, 2000
32.Dt SHM_OPEN 3
33.Os
34.Sh NAME
35.Nm shm_open
36.Nd open or create a shared memory object
37.Nm shm_unlink

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

145The
146.Fn shm_open
147and
148.Fn shm_unlink
149functions can fail with any error defined for
150.Fn open
151and
152.Fn unlink ,
30.\"
31.Dd March 24, 2000
32.Dt SHM_OPEN 3
33.Os
34.Sh NAME
35.Nm shm_open
36.Nd open or create a shared memory object
37.Nm shm_unlink

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

145The
146.Fn shm_open
147and
148.Fn shm_unlink
149functions can fail with any error defined for
150.Fn open
151and
152.Fn unlink ,
153respectively. In addition, the following errors are defined for
153respectively.
154In addition, the following errors are defined for
154.Fn shm_open :
155.Bl -tag -width Er
156.It Bq Er EINVAL
157The object named by
158.Fa path
159is not a shared memory object
160(i.e., it is not a regular file).
161.It Bq Er EINVAL

--- 32 unchanged lines hidden ---
155.Fn shm_open :
156.Bl -tag -width Er
157.It Bq Er EINVAL
158The object named by
159.Fa path
160is not a shared memory object
161(i.e., it is not a regular file).
162.It Bq Er EINVAL

--- 32 unchanged lines hidden ---