Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 Fix typo: s/openes/opens



details:   https://anonhg.NetBSD.org/src/rev/a401a46735d3
branches:  trunk
changeset: 821080:a401a46735d3
user:      abhinav <abhinav%NetBSD.org@localhost>
date:      Mon Jan 23 11:42:03 2017 +0000

description:
Fix typo: s/openes/opens

diffstat:

 share/man/man9/disk.9 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 4bc98b960f3f -r a401a46735d3 share/man/man9/disk.9
--- a/share/man/man9/disk.9     Mon Jan 23 11:18:02 2017 +0000
+++ b/share/man/man9/disk.9     Mon Jan 23 11:42:03 2017 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: disk.9,v 1.42 2016/12/12 10:09:52 wiz Exp $
+.\"    $NetBSD: disk.9,v 1.43 2017/01/23 11:42:03 abhinav Exp $
 .\"
 .\" Copyright (c) 1995, 1996 Jason R. Thorpe.
 .\" All rights reserved.
@@ -102,7 +102,7 @@
         * Information required to be the parent of a disk wedge.
         */
        kmutex_t        dk_rawlock;     /* lock on these fields */
-       u_int           dk_rawopens;    /* # of openes of rawvp */
+       u_int           dk_rawopens;    /* # of opens of rawvp */
        struct vnode    *dk_rawvp;      /* vnode for the RAW_PART bdev */
 
        kmutex_t        dk_openlock;    /* lock on these and openmask */



Home | Main Index | Thread Index | Old Index