Module Name:    src
Committed By:   sevan
Date:           Sun Sep 11 01:59:10 UTC 2016

Modified Files:
        src/sbin/disklabel: disklabel.5

Log Message:
Grammar fix suggested by textproc/igor.
Syntax fix highlighted by mandoc -Tlint.
Bump date.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sbin/disklabel/disklabel.5

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sbin/disklabel/disklabel.5
diff -u src/sbin/disklabel/disklabel.5:1.27 src/sbin/disklabel/disklabel.5:1.28
--- src/sbin/disklabel/disklabel.5:1.27	Sat Feb 25 01:55:00 2006
+++ src/sbin/disklabel/disklabel.5	Sun Sep 11 01:59:10 2016
@@ -1,4 +1,4 @@
-.\"	$NetBSD: disklabel.5,v 1.27 2006/02/25 01:55:00 christos Exp $
+.\"	$NetBSD: disklabel.5,v 1.28 2016/09/11 01:59:10 sevan Exp $
 .\"
 .\" Copyright (c) 1987, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -32,7 +32,7 @@
 .\"
 .\"     @(#)disklabel.5.5	8.1 (Berkeley) 6/5/93
 .\"
-.Dd February 24, 2006
+.Dd September 11, 2016
 .Dt DISKLABEL 5
 .Os
 .Sh NAME
@@ -136,7 +136,7 @@ struct disklabel {
 	u_int32_t d_magic;		/* the magic number */
 	u_int16_t d_type;		/* drive type */
 	u_int16_t d_subtype;		/* controller/d_type specific */
-	char	  d_typename[16];	/* type name, e.g. "eagle" */
+	char	  d_typename[16];	/* type name, e.g "eagle" */
 
 	/*
 	 * d_packname contains the pack identifier and is returned when
@@ -404,8 +404,8 @@ struct partinfo {
 .Pp
 Disk specific ioctls are defined in
 .Pa sys/dkio.h .
-.Pp
 .Bd -literal
+.Pp
 /*
  * Disk-specific ioctls.
  */

Reply via email to