Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/disklabel Grammar fix suggested by textproc/igor.



details:   https://anonhg.NetBSD.org/src/rev/c8642f95f3b4
branches:  trunk
changeset: 347677:c8642f95f3b4
user:      sevan <sevan%NetBSD.org@localhost>
date:      Sun Sep 11 01:59:10 2016 +0000

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

diffstat:

 sbin/disklabel/disklabel.5 |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (37 lines):

diff -r c3f11ce82f4b -r c8642f95f3b4 sbin/disklabel/disklabel.5
--- a/sbin/disklabel/disklabel.5        Sun Sep 11 01:48:00 2016 +0000
+++ b/sbin/disklabel/disklabel.5        Sun Sep 11 01:59:10 2016 +0000
@@ -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 @@
        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 @@
 .Pp
 Disk specific ioctls are defined in
 .Pa sys/dkio.h .
+.Bd -literal
 .Pp
-.Bd -literal
 /*
  * Disk-specific ioctls.
  */



Home | Main Index | Thread Index | Old Index