svn commit: r227296 - head/sbin/bsdlabel

Andrey V. Elsukov ae at FreeBSD.org
Mon Nov 7 07:51:11 UTC 2011


Author: ae
Date: Mon Nov  7 07:51:10 2011
New Revision: 227296
URL: http://svn.freebsd.org/changeset/base/227296

Log:
  Fix multi-line comment formatting.
  
  MFC after:	2 weeks

Modified:
  head/sbin/bsdlabel/bsdlabel.c

Modified: head/sbin/bsdlabel/bsdlabel.c
==============================================================================
--- head/sbin/bsdlabel/bsdlabel.c	Mon Nov  7 07:50:35 2011	(r227295)
+++ head/sbin/bsdlabel/bsdlabel.c	Mon Nov  7 07:51:10 2011	(r227296)
@@ -412,7 +412,8 @@ writelabel(void)
 			serrno = errno;
 
 		if (geom_class_available("PART") != 0) {
-			/* Since we weren't able open provider for
+			/*
+			 * Since we weren't able open provider for
 			 * writing, then recommend user to use gpart(8).
 			 */
 			warnc(serrno,


More information about the svn-src-all mailing list