diff options
Diffstat (limited to 'share/man/man9/extent.9')
-rw-r--r-- | share/man/man9/extent.9 | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/share/man/man9/extent.9 b/share/man/man9/extent.9 index a9596294bff..add3301c72e 100644 --- a/share/man/man9/extent.9 +++ b/share/man/man9/extent.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: extent.9,v 1.7 2002/08/09 22:42:18 jason Exp $ +.\" $OpenBSD: extent.9,v 1.8 2003/06/06 20:56:32 jmc Exp $ .\" $NetBSD: extent.9,v 1.15 1999/03/16 00:40:47 garbled Exp $ .\" .\" Copyright (c) 1996, 1998 The NetBSD Foundation, Inc. @@ -359,15 +359,16 @@ The i386 bus management code uses the extent manager for managing I/O ports and I/O memory. See .Pa sys/arch/i386/i386/machdep.c . -.Sh AUTHORS -The extent manager was designed and implemented by Jason -R. Thorpe <thorpej@NetBSD.ORG>. -Matthias Drochner <drochner@zelux6.zel.kfa-juelich.de> contributed to the -initial testing and optimization of the implementation. -Chris Demetriou <cgd@NetBSD.ORG> contributed many architectural suggestions. .Sh SEE ALSO .Xr ddb 4 , .Xr malloc 9 .Sh HISTORY The extent manager appeared in .Nx 1.3 . +.Sh AUTHORS +The extent manager was designed and implemented by +.An Jason R. Thorpe Aq thorpej@NetBSD.ORG . +.An Matthias Drochner Aq drochner@zelux6.zel.kfa-juelich.de +contributed to the initial testing and optimization of the implementation. +.An Chris Demetriou Aq cgd@NetBSD.ORG +contributed many architectural suggestions. |