Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Sep 2020 22:51:59 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r365538 - stable/12/share/man/man9
Message-ID:  <202009092251.089Mpxc5037275@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Wed Sep  9 22:51:58 2020
New Revision: 365538
URL: https://svnweb.freebsd.org/changeset/base/365538

Log:
  MFC r364424:
  r364424 | imp | 2020-08-20 10:52:34 -0600 (Thu, 20 Aug 2020) | 5 lines
  
  Fix function name in zone.9
  
  uma_zone_prealloc -> uma_prealloc. There's no uma_zone_prealloc defined and the
  docs for it describe uma_prealloc exactly.

Modified:
  stable/12/share/man/man9/zone.9
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/share/man/man9/zone.9
==============================================================================
--- stable/12/share/man/man9/zone.9	Wed Sep  9 22:49:43 2020	(r365537)
+++ stable/12/share/man/man9/zone.9	Wed Sep  9 22:51:58 2020	(r365538)
@@ -25,7 +25,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd August 30, 2019
+.Dd August 20, 2020
 .Dt UMA 9
 .Os
 .Sh NAME
@@ -401,7 +401,7 @@ This function infers the domain from the pointer and d
 argument.
 .Pp
 The
-.Fn uma_zone_prealloc
+.Fn uma_prealloc
 function allocates slabs for the requested number of items, typically following
 the initial creation of a zone.
 Subsequent allocations from the zone will be satisfied using the pre-allocated
@@ -409,7 +409,7 @@ slabs.
 Note that slab allocation is performed with the
 .Dv M_WAITOK
 flag, so
-.Fn uma_zone_prealloc
+.Fn uma_prealloc
 may sleep.
 .Pp
 The



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009092251.089Mpxc5037275>