Manpage bug fix reported by Matej Kosik.
This commit is contained in:
parent
6c7004423d
commit
53cbd9acbf
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@ fdisk \- partition a hard disk [IBM]
|
|||
.FL "\fB\-h" "Number of disk heads is \fIm\fR"
|
||||
.FL "\fB\-s" "Number of sectors per track is \fIn\fR"
|
||||
.SH EXAMPLES
|
||||
.EX "fdisk /dev/hd0" "Examine disk partitions"
|
||||
.EX "fdisk \-h9 /dev/hd0" "Examine disk with 9 heads"
|
||||
.EX "fdisk /dev/c0d0" "Examine disk partitions"
|
||||
.EX "fdisk \-h9 /dev/c0d0" "Examine disk with 9 heads"
|
||||
.SH DESCRIPTION
|
||||
.PP
|
||||
When \fIfdisk\fR starts up, it reads in the partition table and displays
|
||||
|
|
Loading…
Reference in a new issue