Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man9 Fix a Xr (missing section), and sort SEE ALSO.
details: https://anonhg.NetBSD.org/src/rev/b9c7a54d6a9a
branches: trunk
changeset: 551508:b9c7a54d6a9a
user: wiz <wiz%NetBSD.org@localhost>
date: Sun Sep 07 14:10:34 2003 +0000
description:
Fix a Xr (missing section), and sort SEE ALSO.
diffstat:
share/man/man9/pool_cache.9 | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (26 lines):
diff -r a2a263661490 -r b9c7a54d6a9a share/man/man9/pool_cache.9
--- a/share/man/man9/pool_cache.9 Sun Sep 07 13:33:38 2003 +0000
+++ b/share/man/man9/pool_cache.9 Sun Sep 07 14:10:34 2003 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: pool_cache.9,v 1.1 2003/09/07 11:24:35 yamt Exp $
+.\" $NetBSD: pool_cache.9,v 1.2 2003/09/07 14:10:34 wiz Exp $
.\"
.\" Copyright (c)2003 YAMAMOTO Takashi,
.\" All rights reserved.
@@ -166,7 +166,7 @@
will be passed to
.Fn pool_get
function of the backing
-.Xr pool
+.Xr pool 9
and the object constructor specified when the pool cache is created by
.Fn pool_cache_init .
.\" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
@@ -228,5 +228,5 @@
.Pa sys/kern/subr_pool.c .
.Sh SEE ALSO
.Xr intro 9 ,
-.Xr pool 9 ,
-.Xr malloc 9
+.Xr malloc 9 ,
+.Xr pool 9
Home |
Main Index |
Thread Index |
Old Index