From 2728c095f6f49e1d82e1c27ecac6630033157af1 Mon Sep 17 00:00:00 2001 From: Jorge Pereira Date: Mon, 28 Jan 2019 14:39:51 -0200 Subject: [PATCH] Keep the same format for 'list { ... }' --- raddb/mods-available/couchbase | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/raddb/mods-available/couchbase b/raddb/mods-available/couchbase index a65c7675270d..d34d40ac99b9 100644 --- a/raddb/mods-available/couchbase +++ b/raddb/mods-available/couchbase @@ -50,7 +50,7 @@ couchbase { expire = 2592000 # - # update {}:: Map attribute names to json element names for accounting. + # update { ... }:: Map attribute names to json element names for accounting. # # Configuration items are in the format ` = ''` # @@ -98,7 +98,7 @@ couchbase { # read_clients = no # - # client {}:: `Map` attribute names to jSON element names when loading clients. + # client { ... }:: `Map` attribute names to jSON element names when loading clients. # # Configuration follows the same rules as the accounting `map` above. # @@ -109,7 +109,7 @@ couchbase { view = "_design/client/_view/by_id" # - # template {}:: Sets default values (not obtained from couchbase) for new client entries. + # template { ... }:: Sets default values (not obtained from couchbase) for new client entries. # template { # login = 'test' @@ -119,7 +119,7 @@ couchbase { } # - # attribute{}:: Sets the client mappings following the format: ` = ''`. + # attribute { ... }:: Sets the client mappings following the format: ` = ''`. # # The following attributes are required: # @@ -145,7 +145,7 @@ couchbase { } # - # pool {}:: The connection pool is new for >= `3.0`, and will be used in many + # pool { ... }:: The connection pool is new for >= `3.0`, and will be used in many # modules, for all kinds of connection-related activity. # pool {