summaryrefslogtreecommitdiffstats
path: root/sbin/fdisk
diff options
context:
space:
mode:
authorae <ae@FreeBSD.org>2011-11-07 07:50:35 +0000
committerae <ae@FreeBSD.org>2011-11-07 07:50:35 +0000
commite7b9c5cf7598caebe61c90c82738f6288a4f6ef1 (patch)
tree1fc097d5dfe73b7c58c32f20d671b180adc49f17 /sbin/fdisk
parent1b8d5771386ca46cd4f207074a6633094be32d24 (diff)
downloadFreeBSD-src-e7b9c5cf7598caebe61c90c82738f6288a4f6ef1.zip
FreeBSD-src-e7b9c5cf7598caebe61c90c82738f6288a4f6ef1.tar.gz
Fix multi-line comment formatting.
Pointed by: jh MFC after: 1 week
Diffstat (limited to 'sbin/fdisk')
-rw-r--r--sbin/fdisk/fdisk.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/sbin/fdisk/fdisk.c b/sbin/fdisk/fdisk.c
index 0ed4ec5..c784b86 100644
--- a/sbin/fdisk/fdisk.c
+++ b/sbin/fdisk/fdisk.c
@@ -822,7 +822,8 @@ write_disk(off_t sector, void *buf)
warnx("GEOM_MBR: %s", errmsg);
gctl_free(grq);
} else {
- /* Try to write MBR directly. This may help when disk
+ /*
+ * Try to write MBR directly. This may help when disk
* is not in use.
* XXX: hardcoded sectorsize
*/
@@ -831,7 +832,8 @@ write_disk(off_t sector, void *buf)
return (0);
}
- /* GEOM_MBR is not available or failed to write MBR.
+ /*
+ * GEOM_MBR is not available or failed to write MBR.
* Now check that we have GEOM_PART and recommend to use gpart (8).
*/
if (geom_class_available("PART") != 0)
OpenPOWER on IntegriCloud