Module Name: src
Committed By: pgoyette
Date: Wed Jun 1 02:05:10 UTC 2016
Modified Files:
src/share/man/man9: rt_timer.9 scsipi.9 ubc.9
Log Message:
Use .An for authors. From PR misc/49516
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/share/man/man9/rt_timer.9
cvs rdiff -u -r1.25 -r1.26 src/share/man/man9/scsipi.9
cvs rdiff -u -r1.7 -r1.8 src/share/man/man9/ubc.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/rt_timer.9
diff -u src/share/man/man9/rt_timer.9:1.13 src/share/man/man9/rt_timer.9:1.14
--- src/share/man/man9/rt_timer.9:1.13 Tue Sep 17 19:58:03 2013
+++ src/share/man/man9/rt_timer.9 Wed Jun 1 02:05:10 2016
@@ -1,4 +1,4 @@
-.\" $NetBSD: rt_timer.9,v 1.13 2013/09/17 19:58:03 wiz Exp $
+.\" $NetBSD: rt_timer.9,v 1.14 2016/06/01 02:05:10 pgoyette Exp $
.\"
.\" Copyright (c) 1998 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -28,7 +28,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd April 23, 1998
+.Dd June 1, 2016
.Dt RT_TIMER 9
.Os
.Sh NAME
@@ -129,5 +129,6 @@ interface appeared in
.Sh AUTHORS
This interface is roughly based on (but, alas, not compatible with) one
designed by David Borman of BSDI.
-This implementation is by Kevin Lahey of the Numerical Aerospace
-Simulation Facility, NASA Ames Research Center.
+This implementation is by
+.An Kevin Lahey
+of the Numerical Aerospace Simulation Facility, NASA Ames Research Center.
Index: src/share/man/man9/scsipi.9
diff -u src/share/man/man9/scsipi.9:1.25 src/share/man/man9/scsipi.9:1.26
--- src/share/man/man9/scsipi.9:1.25 Mon Mar 22 18:58:33 2010
+++ src/share/man/man9/scsipi.9 Wed Jun 1 02:05:10 2016
@@ -1,4 +1,4 @@
-.\" $NetBSD: scsipi.9,v 1.25 2010/03/22 18:58:33 joerg Exp $
+.\" $NetBSD: scsipi.9,v 1.26 2016/06/01 02:05:10 pgoyette Exp $
.\"
.\"
.\" Copyright (c) 2001 Manuel Bouyer.
@@ -24,7 +24,7 @@
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.\"
-.Dd December 20, 2005
+.Dd June 1, 2016
.Dt SCSIPI 9
.Os
.Sh NAME
@@ -596,5 +596,7 @@ interface appeared in
.Sh AUTHORS
The
.Nm
-interface was designed and implemented by Jason R. Thorpe.
-Manuel Bouyer converted most drivers to the new interface.
+interface was designed and implemented by
+.An Jason R. Thorpe .
+.An Manuel Bouyer
+converted most drivers to the new interface.
Index: src/share/man/man9/ubc.9
diff -u src/share/man/man9/ubc.9:1.7 src/share/man/man9/ubc.9:1.8
--- src/share/man/man9/ubc.9:1.7 Tue Jun 14 00:19:20 2011
+++ src/share/man/man9/ubc.9 Wed Jun 1 02:05:10 2016
@@ -1,4 +1,4 @@
-.\" $NetBSD: ubc.9,v 1.7 2011/06/14 00:19:20 rmind Exp $
+.\" $NetBSD: ubc.9,v 1.8 2016/06/01 02:05:10 pgoyette Exp $
.\"
.\" Copyright (c) 1998 Matthew R. Green
.\" All rights reserved.
@@ -24,7 +24,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd June 14, 2011
+.Dd June 1, 2016
.Dt UBC 9
.Os
.Sh NAME
@@ -145,7 +145,7 @@ subsystem is implemented within the file
UBC first appeared in
.Nx 1.6 .
.Sh AUTHORS
-Chuck Silvers
+.An Chuck Silvers
.Aq [email protected]
designed and implemented the UBC part of UVM, which uses UVM pages
to cache vnode data rather than the traditional buffer cache buffers.