Module Name: src
Committed By: abhinav
Date: Sat Jun 3 08:44:59 UTC 2017
Modified Files:
src/share/man/man9: rwlock.9
Log Message:
Fix typo: s/DIANOSTIC/DIAGNOSTIC
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/share/man/man9/rwlock.9
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man9/rwlock.9
diff -u src/share/man/man9/rwlock.9:1.15 src/share/man/man9/rwlock.9:1.16
--- src/share/man/man9/rwlock.9:1.15 Thu Dec 2 12:54:13 2010
+++ src/share/man/man9/rwlock.9 Sat Jun 3 08:44:59 2017
@@ -1,4 +1,4 @@
-.\" $NetBSD: rwlock.9,v 1.15 2010/12/02 12:54:13 wiz Exp $
+.\" $NetBSD: rwlock.9,v 1.16 2017/06/03 08:44:59 abhinav Exp $
.\"
.\" Copyright (c) 2006, 2007, 2009 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -100,7 +100,7 @@ Note that these interfaces must not be u
interrupt handler.
.Sh OPTIONS AND MACROS
.Bl -tag -width abcd
-.It Cd "options DIANOSTIC"
+.It Cd "options DIAGNOSTIC"
.Pp
Kernels compiled with the
.Dv DIAGNOSTIC