Module Name:    src
Committed By:   wiz
Date:           Tue Dec 22 11:56:15 UTC 2009

Modified Files:
        src/share/man/man9: vmem.9

Log Message:
Remove trailing whitespace, make HTML-ready, sort sections.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/share/man/man9/vmem.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/vmem.9
diff -u src/share/man/man9/vmem.9:1.7 src/share/man/man9/vmem.9:1.8
--- src/share/man/man9/vmem.9:1.7	Mon Dec 21 22:49:18 2009
+++ src/share/man/man9/vmem.9	Tue Dec 22 11:56:14 2009
@@ -1,4 +1,4 @@
-.\"	$NetBSD: vmem.9,v 1.7 2009/12/21 22:49:18 dyoung Exp $
+.\"	$NetBSD: vmem.9,v 1.8 2009/12/22 11:56:14 wiz Exp $
 .\"
 .\" Copyright (c)2006 YAMAMOTO Takashi,
 .\" All rights reserved.
@@ -91,7 +91,7 @@
 .It Fa allocfn
 The callback function used to import spans from the backend arena.
 Set both
-.Fa allocfn 
+.Fa allocfn
 and
 .Fa freefn
 to
@@ -102,13 +102,13 @@
 .Fo "(*allocfn)"
 .Fa source
 .Fa size
-.Fa "&actualsize"
+.Fa "\*[Am]actualsize"
 .Fa flags
 .Fc
 to import a span of size at least
 .Fa size .
 .Fa allocfn
-should accept the same 
+should accept the same
 .Fa flags
 as
 .Fn vmem_alloc .
@@ -386,6 +386,11 @@
 .%D 2001
 .Re
 .\" ------------------------------------------------------------
+.Sh AUTHORS
+This implementation of
+.Nm
+was written by
+.An YAMAMOTO Takashi .
 .Sh BUGS
 .Nm
 cannot manage a resource that starts at 0, because it reserves the
@@ -407,8 +412,3 @@
 .Xr RUN_ONCE 9 ,
 so it cannot be used as early during system bootstrap as
 .Xr extent 9 .
-.Sh AUTHORS
-This implementation of
-.Nm
-was written by
-.An YAMAMOTO Takashi .

Reply via email to