Module Name: src Committed By: jruoho Date: Wed Apr 14 11:11:30 UTC 2010
Modified Files: src/share/man/man9: bus_dma.9 Log Message: Now that all USENIX papers are available online, add URL to SEE ALSO. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/share/man/man9/bus_dma.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_dma.9 diff -u src/share/man/man9/bus_dma.9:1.50 src/share/man/man9/bus_dma.9:1.51 --- src/share/man/man9/bus_dma.9:1.50 Mon Apr 5 18:24:24 2010 +++ src/share/man/man9/bus_dma.9 Wed Apr 14 11:11:29 2010 @@ -1,4 +1,4 @@ -.\" $NetBSD: bus_dma.9,v 1.50 2010/04/05 18:24:24 dyoung Exp $ +.\" $NetBSD: bus_dma.9,v 1.51 2010/04/14 11:11:29 jruoho Exp $ .\" .\" Copyright (c) 1996, 1997, 1998, 2001, 2005, 2006 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 5, 2010 +.Dd April 14, 2010 .Dt BUS_DMA 9 .Os .Sh NAME @@ -813,9 +813,12 @@ .Rs .%A Jason Thorpe .%T "A Machine-Independent DMA Framework for NetBSD" -.%J "Proceedings of the FREENIX track: 1998 USENIX Annual Technical Conference" -.%P pp. 1-12 -.%D 1998 +.%I USENIX Association +.%B Proceedings of the FREENIX Track: 1998 USENIX Annual Technical Conference +.%P 1-12 +.%D June 15-19, 1998 +.%U http://www.usenix.org/publications/ +.%U library/proceedings/usenix98/freenix/thorpe_dma.pdf .Re .Sh HISTORY The