Deleted Added
full compact
ipcrm.1 (174891) ipcrm.1 (233648)
1.\" Copyright (c) 1994 Adam Glass
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, this list of conditions and the following disclaimer.

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

16.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
17.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
18.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
19.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
20.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
21.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
22.\" SUCH DAMAGE.
23.\"
1.\" Copyright (c) 1994 Adam Glass
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, this list of conditions and the following disclaimer.

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

16.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
17.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
18.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
19.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
20.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
21.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
22.\" SUCH DAMAGE.
23.\"
24.\" $FreeBSD: head/usr.bin/ipcrm/ipcrm.1 174891 2007-12-25 00:52:24Z edwin $
24.\" $FreeBSD: head/usr.bin/ipcrm/ipcrm.1 233648 2012-03-29 05:02:12Z eadler $
25.\""
26.Dd December 12, 2007
27.Dt IPCRM 1
28.Os
29.Sh NAME
30.Nm ipcrm
31.Nd "remove the specified message queues, semaphore sets, and shared segments"
32.Sh SYNOPSIS

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

109.Xr ipcs 1 .
110If the identifier or the key is -1, it will remove all these objects.
111.Sh SEE ALSO
112.Xr ipcs 1
113.Sh HISTORY
114The wiping of all System V IPC objects was first implemented in
115.Fx 6.4 and 7.1.
116.Sh AUTHORS
25.\""
26.Dd December 12, 2007
27.Dt IPCRM 1
28.Os
29.Sh NAME
30.Nm ipcrm
31.Nd "remove the specified message queues, semaphore sets, and shared segments"
32.Sh SYNOPSIS

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

109.Xr ipcs 1 .
110If the identifier or the key is -1, it will remove all these objects.
111.Sh SEE ALSO
112.Xr ipcs 1
113.Sh HISTORY
114The wiping of all System V IPC objects was first implemented in
115.Fx 6.4 and 7.1.
116.Sh AUTHORS
117The original author was Adam Glass.
117The original author was Adam Glass.
118The wiping of all System V IPC objects was thought up by Callum
119Gibson and extended and implemented by Edwin Groothuis.
118The wiping of all System V IPC objects was thought up by Callum
119Gibson and extended and implemented by Edwin Groothuis.