]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Minor fixes
authorJorge Pereira <jpereiran@gmail.com>
Tue, 29 Jan 2019 17:41:51 +0000 (15:41 -0200)
committerJorge Pereira <jpereiran@gmail.com>
Tue, 29 Jan 2019 17:41:51 +0000 (15:41 -0200)
raddb/mods-available/cui
raddb/mods-available/detail
raddb/mods-available/detail.example.com

index 3b88e509c7eff16c64cc157c7ad0c6cccbb56f59..a36cadb4fd6892a387d3d8b8830b5c0880d79bae 100644 (file)
@@ -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/<DB>/schema.sql`
 #  * Queries are in `raddb/sql/cui/<DB>/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
 }
-
index 99f82f4d114bf6930082104e86259a3933408c97..886a6e0a66df2882fd16cdd17435a52ee328aed7 100644 (file)
@@ -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 {
        #
index 92e4252cef2567209f582cc6251a2a6a088eb0a3..c853c6efdddb43c04ddc06798f908b813b0bbbdd 100644 (file)
@@ -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