summaryrefslogtreecommitdiffstats
path: root/partx/delpart.8
diff options
context:
space:
mode:
authorKarel Zak2007-02-09 19:15:23 +0100
committerKarel Zak2007-02-09 19:15:23 +0100
commit2f2d6528e3af6d9722e44727064a7a86b42b9168 (patch)
tree39797bc3fe4c714c9c4ebdec759ebaab0385acfe /partx/delpart.8
parentclean up realpath.[ch] includes and macros (diff)
downloadkernel-qcow2-util-linux-2f2d6528e3af6d9722e44727064a7a86b42b9168.tar.gz
kernel-qcow2-util-linux-2f2d6528e3af6d9722e44727064a7a86b42b9168.tar.xz
kernel-qcow2-util-linux-2f2d6528e3af6d9722e44727064a7a86b42b9168.zip
partx: add man pages for addpart, delpart and partx
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'partx/delpart.8')
-rw-r--r--partx/delpart.830
1 files changed, 30 insertions, 0 deletions
diff --git a/partx/delpart.8 b/partx/delpart.8
new file mode 100644
index 000000000..9bc4d0b76
--- /dev/null
+++ b/partx/delpart.8
@@ -0,0 +1,30 @@
+.\" delpart.8 --
+.\" Copyright 2007 Karel Zak <kzak@redhat.com>
+.\" Copyright 2007 Red Hat, Inc.
+.\" May be distributed under the GNU General Public License
+.TH DELPART 8 "11 Jan 2007"
+.SH NAME
+delpart \-
+simple wrapper around the "del partition" ioctl
+.SH SYNOPSIS
+.B delpart device partition
+.SH DESCRIPTION
+.B delpart
+is a program that asks the Linux kernel to remove a partition.
+
+This command doesn't manipulate with partitions on hard drive.
+
+.SH OPTIONS
+.TP
+.BI device
+Specify the disk device.
+.TP
+.BI partition
+Specify the partition number.
+
+.SH SEE ALSO
+.BR addpart (8),
+.BR fdisk (8),
+.BR parted (8),
+.BR partprobe (8),
+.BR partx (8)