diff options
author | 2015-09-09 15:20:22 +0000 | |
---|---|---|
committer | 2015-09-09 15:20:22 +0000 | |
commit | e87312cdf927a6282a164237d7f4c86e71c7832f (patch) | |
tree | 4175ee1bc796ff4b4223631fa68e2542ed915dc1 | |
parent | remove 3 paragraphs of useless information at the start, and replace (diff) | |
download | wireguard-openbsd-e87312cdf927a6282a164237d7f4c86e71c7832f.tar.xz wireguard-openbsd-e87312cdf927a6282a164237d7f4c86e71c7832f.zip |
In the flag command description, mention that a bootable partition
is marked with '*'
due to comments from sthen and kettenis
-rw-r--r-- | sbin/fdisk/fdisk.8 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sbin/fdisk/fdisk.8 b/sbin/fdisk/fdisk.8 index 804f2ae87fb..e463a758f23 100644 --- a/sbin/fdisk/fdisk.8 +++ b/sbin/fdisk/fdisk.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fdisk.8,v 1.83 2015/09/09 15:13:35 deraadt Exp $ +.\" $OpenBSD: fdisk.8,v 1.84 2015/09/09 15:20:22 deraadt Exp $ .\" .\" .\" Copyright (c) 1997 Tobias Weingartner @@ -327,6 +327,8 @@ will cause the partition to be sized to use the remainder of the disk. Make the given MBR partition table entry bootable and mark all others as not bootable (only one entry can be marked bootable). +The bootable partition is denoted with +.Sq * . .\" If you wish to boot from an extended .\" MBR partition, you will need to mark the MBR partition table entry for the .\" extended MBR partition as bootable. |