Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 Added missing newline, as proposed by Petri L...



details:   https://anonhg.NetBSD.org/src/rev/ecf938cda140
branches:  trunk
changeset: 780297:ecf938cda140
user:      jdf <jdf%NetBSD.org@localhost>
date:      Thu Jul 19 17:48:55 2012 +0000

description:
Added missing newline, as proposed by Petri Laakso in PR kern/46721.

diffstat:

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

diffs (17 lines):

diff -r 2cafb5ecfa1f -r ecf938cda140 share/man/man9/bus_space.9
--- a/share/man/man9/bus_space.9        Thu Jul 19 15:16:31 2012 +0000
+++ b/share/man/man9/bus_space.9        Thu Jul 19 17:48:55 2012 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: bus_space.9,v 1.45 2011/07/08 19:40:24 wiz Exp $
+.\" $NetBSD: bus_space.9,v 1.46 2012/07/19 17:48:55 jdf Exp $
 .\"
 .\" Copyright (c) 1997 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -585,6 +585,7 @@
 Its contents are machine-dependent and should be considered opaque by
 machine-independent code.
 This type is used when performing bus space access operations.
+.Pp
 .It Fa bus_space_reservation_t
 .Pp
 The



Home | Main Index | Thread Index | Old Index