]> git.ipfire.org Git - thirdparty/util-linux.git/blame - disk-utils/delpart.8.adoc
fdisk: remove usage of VLA
[thirdparty/util-linux.git] / disk-utils / delpart.8.adoc
CommitLineData
295b3979 1//po4a: entry man manual
c6a568fc
MB
2////
3delpart.8 -- man page for delpart
4Copyright 2007 Karel Zak <kzak@redhat.com>
5Copyright 2007 Red Hat, Inc.
6May be distributed under the GNU General Public License
7////
8= delpart(8)
9:doctype: manpage
10:man manual: System Administration
11:man source: util-linux {release-version}
12:page-layout: base
13:command: delpart
14
15== NAME
16
17delpart - tell the kernel to forget about a partition
18
19== SYNOPSIS
20
21*delpart* _device partition_
22
23== DESCRIPTION
24
25*delpart* asks the Linux kernel to forget about the specified _partition_ (a number) on the specified _device_. The command is a simple wrapper around the "del partition" ioctl.
26
27This command doesn't manipulate partitions on a block device.
28
2b2d3172
MB
29== OPTIONS
30
31include::man-common/help-version.adoc[]
32
c6a568fc
MB
33== SEE ALSO
34
35*addpart*(8),
36*fdisk*(8),
37*parted*(8),
38*partprobe*(8),
39*partx*(8)
40
625e9c61 41include::man-common/bugreports.adoc[]
c6a568fc 42
625e9c61 43include::man-common/footer.adoc[]
c6a568fc
MB
44
45ifdef::translation[]
625e9c61 46include::man-common/translation.adoc[]
c6a568fc 47endif::[]