From 5f861a3b0f4212a66006f71da0fc0995e5d57fcb Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Sat, 28 Mar 2009 08:30:06 +0100 Subject: [PATCH] objcache(9): Fix wrong function name in the manual page. --- Makefile_upgrade.inc | 2 ++ share/man/man9/Makefile | 2 +- share/man/man9/objcache.9 | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Makefile_upgrade.inc b/Makefile_upgrade.inc index 091936437f..4fc0234f3d 100644 --- a/Makefile_upgrade.inc +++ b/Makefile_upgrade.inc @@ -1060,3 +1060,5 @@ TO_REMOVE+=/usr/share/vi/tcl TO_REMOVE+=/usr/sbin/iwicontrol TO_REMOVE+=/usr/share/man/man8/iwicontrol.8.gz TO_REMOVE+=/usr/share/man/cat8/iwicontrol.8.gz +TO_REMOVE+=/usr/share/man/man9/objcache_reclaim_list.9.gz +TO_REMOVE+=/usr/share/man/cat9/objcache_reclaim_list.9.gz diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index fb7e2f32d9..0dc7d10b03 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -483,7 +483,7 @@ MLINKS+=objcache.9 objcache_create.9 \ objcache.9 objcache_nop_alloc.9 \ objcache.9 objcache_nop_free.9 \ objcache.9 objcache_put.9 \ - objcache.9 objcache_reclaim_list.9 + objcache.9 objcache_reclaimlist.9 MLINKS+=pci.9 pci_disable_busmaster.9 \ pci.9 pci_disable_io.9 \ pci.9 pci_enable_busmaster.9 \ diff --git a/share/man/man9/objcache.9 b/share/man/man9/objcache.9 index 03d2e9ab68..2cd0032fc8 100644 --- a/share/man/man9/objcache.9 +++ b/share/man/man9/objcache.9 @@ -45,7 +45,7 @@ .Nm objcache_nop_free , .\" .Nm objcache_populate_linear , .Nm objcache_put , -.Nm objcache_reclaim_list +.Nm objcache_reclaimlist .Nd "object caching facility" .Sh SYNOPSIS .In sys/objcache.h @@ -97,7 +97,7 @@ .Ft void .Fn objcache_put "struct objcache *oc" "void *obj" .Ft boolean_t -.Fn objcache_reclaim_list "struct objcache *oc[]" "int nlist" "int ocflags" +.Fn objcache_reclaimlist "struct objcache *oc[]" "int nlist" "int ocflags" .Sh DESCRIPTION Object caching is a technique for manipulating objects that are frequently allocated and freed. -- 2.11.4.GIT