diff options
author | Suzanne Goldlust <sgoldlust@isc.org> | 2022-06-01 23:23:41 +0200 |
---|---|---|
committer | Marcin Godzina <mgodzina@isc.org> | 2022-06-01 23:23:41 +0200 |
commit | d1f5b1fd5bebe1f216557f373240881d76b7d181 (patch) | |
tree | 7a17baf5b49ca7d1cd68b8836be3abf3ea17f1c3 | |
parent | Update doc/sphinx/arm/config.rst (diff) | |
download | kea-d1f5b1fd5bebe1f216557f373240881d76b7d181.tar.xz kea-d1f5b1fd5bebe1f216557f373240881d76b7d181.zip |
Apply 4 suggestion(s) to 2 file(s)
-rw-r--r-- | doc/sphinx/arm/config.rst | 8 | ||||
-rw-r--r-- | doc/sphinx/arm/hooks.rst | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/doc/sphinx/arm/config.rst b/doc/sphinx/arm/config.rst index 5708a17400..1c11550797 100644 --- a/doc/sphinx/arm/config.rst +++ b/doc/sphinx/arm/config.rst @@ -212,9 +212,9 @@ to an existing subnet. The same can be done with manyu other commands like lease6-add etc. Kea also uses user context to store non-standard data. -As of this moment only :ref:`dhcp4-store-extended-info` uses this feature. +Currently, only :ref:`dhcp4-store-extended-info` uses this feature. -When enabled it adds ISC key in `user-context` to differentiate automatically +When enabled, it adds the ISC key in `user-context` to differentiate automatically added content. Example of relay information stored in a lease: @@ -252,9 +252,9 @@ Example of relay information stored in a lease: } -Of course user context can store configuration for multiple hooks and comments at once. +User context can store configuration for multiple hooks and comments at once. -For a discussion about user-context used in hooks, see :ref:`user-context-hooks`. +For a discussion about user context used in hooks, see :ref:`user-context-hooks`. Simplified Notation diff --git a/doc/sphinx/arm/hooks.rst b/doc/sphinx/arm/hooks.rst index f7cd5ad391..3a8a15155e 100644 --- a/doc/sphinx/arm/hooks.rst +++ b/doc/sphinx/arm/hooks.rst @@ -3626,10 +3626,10 @@ operations, for example. If user context is supported in a given context, the parser translates "comment" entries into user context with a "comment" entry. -Of course user context can store configuration for multiple hooks and comments at once. +User context can store configuration for multiple hooks and comments at once. -Some hooks use user-context for configuration that can be easily edited -without the need to restart of the server. +Some hooks use user context for a configuration that can be easily edited +without the need to restart the server. The DDNS-Tuning Hook uses user-context to configure per subnet behavior. Example: |