From 27b9d0a69859e3bc6cc8d3409ceb7961eae853ec Mon Sep 17 00:00:00 2001 From: Jan Lentfer Date: Thu, 10 Dec 2009 12:49:00 +0100 Subject: [PATCH] make.conf and make.conf.5: Remove obsolete TOP_TABLE_SIZE option. --- etc/defaults/make.conf | 7 ------- share/man/man5/make.conf.5 | 8 -------- 2 files changed, 15 deletions(-) diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf index 3a08915fbc..dc8333bdbc 100644 --- a/etc/defaults/make.conf +++ b/etc/defaults/make.conf @@ -174,13 +174,6 @@ THREAD_LIB?= thread_xu # To build the installer as part of buildworld. #WANT_INSTALLER=yes # -# top(1) uses a hash table for the user names. The size of this hash -# can be tuned to match the number of local users. The table size should -# be a prime number approximately twice as large as the number of lines in -# /etc/passwd. The default number is 20011. -# -#TOP_TABLE_SIZE= 101 -# # Documentation # # The list of languages and encodings to build and install diff --git a/share/man/man5/make.conf.5 b/share/man/man5/make.conf.5 index 047578af4d..d1e0b07e68 100644 --- a/share/man/man5/make.conf.5 +++ b/share/man/man5/make.conf.5 @@ -548,14 +548,6 @@ or to configure the system's default threading library. The default is .Li thread_xu . -.It Va TOP_TABLE_SIZE -.Pq Vt int -.Xr top 1 -uses a hash table for the user names. The size of this hash can be tuned -to match the number of local users. The table size should be a prime number -approximately twice as large as the number of lines in -.Pa /etc/passwd . -The default number is 20011. .It Va WANT_IDEA .Pq Vt bool Set to build the IDEA encryption code. -- 2.41.0