Module Name: src
Committed By: wiz
Date: Wed Jun 1 08:17:33 UTC 2016
Modified Files:
src/share/man/man9: bus_space.9
Log Message:
Fix typo. Use .An -nosplit.
To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 src/share/man/man9/bus_space.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/bus_space.9
diff -u src/share/man/man9/bus_space.9:1.47 src/share/man/man9/bus_space.9:1.48
--- src/share/man/man9/bus_space.9:1.47 Wed Jun 1 01:57:31 2016
+++ src/share/man/man9/bus_space.9 Wed Jun 1 08:17:33 2016
@@ -1,4 +1,4 @@
-.\" $NetBSD: bus_space.9,v 1.47 2016/06/01 01:57:31 pgoyette Exp $
+.\" $NetBSD: bus_space.9,v 1.48 2016/06/01 08:17:33 wiz Exp $
.\"
.\" Copyright (c) 1997 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -1988,6 +1988,7 @@ This document was written later during t
development cycle and the specification was updated to fix some
consistency problems and to add some missing functionality.
.Sh AUTHORS
+.An -nosplit
The
.Nm
interfaces were designed and implemented by the
@@ -2003,5 +2004,5 @@ but the rest of the
.Nx
developers and the user community played a significant role in development.
.Pp
-,An Chris Demetriou
+.An Chris Demetriou
wrote this manual page.