summaryrefslogtreecommitdiffstats
path: root/disk-utils/delpart.8
diff options
context:
space:
mode:
Diffstat (limited to 'disk-utils/delpart.8')
-rw-r--r--disk-utils/delpart.818
1 files changed, 6 insertions, 12 deletions
diff --git a/disk-utils/delpart.8 b/disk-utils/delpart.8
index a81815392..8c17678c6 100644
--- a/disk-utils/delpart.8
+++ b/disk-utils/delpart.8
@@ -1,27 +1,21 @@
-.\" delpart.8 --
+.\" delpart.8 -- man page for delpart
.\" Copyright 2007 Karel Zak <kzak@redhat.com>
.\" Copyright 2007 Red Hat, Inc.
.\" May be distributed under the GNU General Public License
-.TH DELPART 8 "January 2007" "util-linux" "System Administration"
+.TH DELPART 8 "January 2015" "util-linux" "System Administration"
.SH NAME
-delpart \- simple wrapper around the "del partition" ioctl
+delpart \- tell the kernel to forget about a partition
.SH SYNOPSIS
.B delpart
.I device partition
.SH DESCRIPTION
.B delpart
-is a program that asks the Linux kernel to remove a partition.
+asks the Linux kernel to forget about the specified \fIpartition\fR
+(a number) on the specified \fIdevice\fR.
+The command is a simple wrapper around the "del partition" ioctl.
This command doesn't manipulate partitions on a hard drive.
-.SH OPTIONS
-.TP
-.I device
-Specify the disk device.
-.TP
-.I partition
-Specify the partition number.
-
.SH SEE ALSO
.BR addpart (8),
.BR fdisk (8),