summaryrefslogtreecommitdiffstats
path: root/sys-utils/ipcrm.8
diff options
context:
space:
mode:
Diffstat (limited to 'sys-utils/ipcrm.8')
-rw-r--r--sys-utils/ipcrm.815
1 files changed, 15 insertions, 0 deletions
diff --git a/sys-utils/ipcrm.8 b/sys-utils/ipcrm.8
new file mode 100644
index 000000000..ef2facb92
--- /dev/null
+++ b/sys-utils/ipcrm.8
@@ -0,0 +1,15 @@
+.\" Copyright 1993 Rickard E. Faith (faith@cs.unc.edu)
+.\" May be distributed under the GNU General Public License
+.TH IPCRM 8 "9 October 1993" "Linux 0.99" "Linux Programmer's Manual"
+.SH NAME
+ipcs \- provide information on ipc facilities
+.SH SYNOPSIS
+.BI "ipcrm [ shm | msg | sem ] " id
+.SH DESCRIPTION
+.B ipcrm
+will remove the resource speccified by
+.IR id .
+.SH SEE ALSO
+.BR ipcs (8)
+.SH AUTHOR
+krishna balasubramanian (balasub@cis.ohio-state.edu)