From e7b9c5cf7598caebe61c90c82738f6288a4f6ef1 Mon Sep 17 00:00:00 2001 From: ae Date: Mon, 7 Nov 2011 07:50:35 +0000 Subject: Fix multi-line comment formatting. Pointed by: jh MFC after: 1 week --- sbin/fdisk/fdisk.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sbin/fdisk') 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) -- cgit v1.1