diff options
Diffstat (limited to 'upstream/opensuse-tumbleweed/man4/hd.4')
-rw-r--r-- | upstream/opensuse-tumbleweed/man4/hd.4 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/upstream/opensuse-tumbleweed/man4/hd.4 b/upstream/opensuse-tumbleweed/man4/hd.4 index 4f91c6b9..4d11bd98 100644 --- a/upstream/opensuse-tumbleweed/man4/hd.4 +++ b/upstream/opensuse-tumbleweed/man4/hd.4 @@ -7,7 +7,7 @@ .\" Modified Mon Oct 21 21:38:51 1996 by Eric S. Raymond <esr@thyrsus.com> .\" (and some more by aeb) .\" -.TH hd 4 2023-02-05 "Linux man-pages 6.05.01" +.TH hd 4 2024-05-02 "Linux man-pages (unreleased)" .SH NAME hd \- MFM/IDE hard disk devices .SH DESCRIPTION @@ -25,7 +25,7 @@ is .B hdc and the slave is .BR hdd . -.PP +.P General IDE block device names have the form .BI hd X\c , or @@ -49,15 +49,15 @@ Thus, the first logical partition will be \&. Both DOS-type partitioning and BSD-disklabel partitioning are supported. You can have at most 63 partitions on an IDE disk. -.PP +.P For example, .I /dev/hda refers to all of the first IDE drive in the system; and .I /dev/hdb3 refers to the third DOS "primary" partition on the second one. -.PP +.P They are typically created by: -.PP +.P .in +4n .EX mknod \-m 660 /dev/hda b 3 0 |