From: Suzanne Goldlust Date: Thu, 22 Aug 2019 16:35:51 +0000 (-0400) Subject: Changed hooks library name in table from user_chk to User Check to maintain consistency X-Git-Tag: Kea-1.6.0~11 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=d4bc9ecad32a7c7857fcf0ca4c1887cbf7e1a72e;p=thirdparty%2Fkea.git Changed hooks library name in table from user_chk to User Check to maintain consistency --- diff --git a/doc/sphinx/arm/hooks.rst b/doc/sphinx/arm/hooks.rst index 8400b99194..d3da15ae37 100644 --- a/doc/sphinx/arm/hooks.rst +++ b/doc/sphinx/arm/hooks.rst @@ -294,7 +294,7 @@ loaded by the correct process per the table below. +-----------------+---------------+------------------------------------------------------------+ | Name | Availability | Description | +=================+===============+============================================================+ - | user_chk | Kea sources |Reads known users list from a file. Unknown users will be | + | User Check | Kea sources |Reads known users list from a file. Unknown users will be | | | (since 0.8) |assigned a lease from the last subnet defined in the | | | |configuration file, e.g. to redirect them a captive | | | |portal. This demonstrates how an external source of |