From 5a243c97fb14f74a866a23613d57bdd7e4add400 Mon Sep 17 00:00:00 2001 From: Jorge Pereira Date: Tue, 29 Jan 2019 18:29:04 -0200 Subject: [PATCH] Minor fix --- raddb/mods-available/cache_eap | 2 +- raddb/mods-available/couchbase | 6 +++--- raddb/mods-available/delay | 5 ++++- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/raddb/mods-available/cache_eap b/raddb/mods-available/cache_eap index cd6a7a846c2d..7ef52105de30 100644 --- a/raddb/mods-available/cache_eap +++ b/raddb/mods-available/cache_eap @@ -39,7 +39,7 @@ # packet (i.e. different RADIUS packet header, different src/dst # IP/port), but with the same contents. # -# This module enables that retransmit +# This module enables that retransmit. # # The module is not enabled in the default configuration because that # proxy architecture is used only in limited situations. In the diff --git a/raddb/mods-available/couchbase b/raddb/mods-available/couchbase index d34d40ac99b9..ffcf13a0c273 100644 --- a/raddb/mods-available/couchbase +++ b/raddb/mods-available/couchbase @@ -23,7 +23,7 @@ couchbase { server = "http://cb01.example.org:8091/ http://cb02.example.org:8091/" # - # bucket:: Couchbase bucket name + # bucket:: Couchbase bucket name. # bucket = "radius" @@ -40,7 +40,7 @@ couchbase { acct_key = "radacct_%{%{Acct-Unique-Session-Id}:-%{Acct-Session-Id}}" # - # doctype:: Value for the 'docType' element in the json body for accounting documents + # doctype:: Value for the 'docType' element in the json body for accounting documents. # doctype = "radacct" @@ -194,7 +194,7 @@ couchbase { uses = 0 # - # lifetime:: The lifetime (in seconds) of the connection + # lifetime:: The lifetime (in seconds) of the connection. # # NOTE: A setting of `0` means infinite (no limit). # diff --git a/raddb/mods-available/delay b/raddb/mods-available/delay index 0b3bf47db6d4..228fe1e740c7 100644 --- a/raddb/mods-available/delay +++ b/raddb/mods-available/delay @@ -19,6 +19,9 @@ # responses. # +# +# ## Default instance +# delay { # # delay:: How long to delay request processing for. @@ -45,7 +48,7 @@ delay { # NAS will only allow a limited number of request to be in # flight. # - # The default is "no", which means that + # The default is `no`, which means that. # # relative = no }