From: Jorge Pereira Date: Tue, 29 Jan 2019 17:41:51 +0000 (-0200) Subject: Minor fixes X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0de3ebbfb3017a37ca2bf1ac2583d87558bdd859;p=thirdparty%2Ffreeradius-server.git Minor fixes --- diff --git a/raddb/mods-available/cui b/raddb/mods-available/cui index 3b88e509c7e..a36cadb4fd6 100644 --- a/raddb/mods-available/cui +++ b/raddb/mods-available/cui @@ -8,8 +8,8 @@ # # ## CUI Module # -# The module `cui` (Chargeable-User-Identity) writes -# Chargeable-User-Identity log to an SQL database. +# The module `cui` (`Chargeable-User-Identity`) writes +# `Chargeable-User-Identity` log to an SQL database. # # * Schema is in `raddb/sql/cui//schema.sql` # * Queries are in `raddb/sql/cui//queries.conf` @@ -58,7 +58,7 @@ sql cuisql { # ==== # - # sqlite { ... }:: SQLite configuration + # sqlite { ... }:: SQLite configuration. # sqlite { filename = ${radacctdir}/cui.sqlite @@ -101,4 +101,3 @@ sql cuisql { # $INCLUDE ${modconfdir}/${.:name}/cui/${dialect}/queries.conf } - diff --git a/raddb/mods-available/detail b/raddb/mods-available/detail index 99f82f4d114..886a6e0a66d 100644 --- a/raddb/mods-available/detail +++ b/raddb/mods-available/detail @@ -14,7 +14,7 @@ # attribute MAY BE from the originating NAS, and NOT from # the proxy which actually sent us the request. # -# ## Default instance +# ## Default instance # detail { # diff --git a/raddb/mods-available/detail.example.com b/raddb/mods-available/detail.example.com index 92e4252cef2..c853c6efddd 100644 --- a/raddb/mods-available/detail.example.com +++ b/raddb/mods-available/detail.example.com @@ -19,7 +19,7 @@ # only ONE "listen" section. If you use BOTH of the examples # above, you will need to define TWO "detail" modules. # -# e.g. detail1.example.com && detail2.example.com +# e.g. `detail1.example.com` && `detail2.example.com` # # We write *multiple* detail files here. They will be processed # by the detail "listen" section in the order that they were