summaryrefslogtreecommitdiff
path: root/doc/manpages
diff options
context:
space:
mode:
authorAlistair Coles <alistairncoles@gmail.com>2017-10-09 10:06:19 +0100
committerAlistair Coles <alistairncoles@gmail.com>2017-10-09 10:07:20 +0100
commit8b7f15223cde4c19fd9cbbd97e8ad79a1b4afa8d (patch)
tree48e6aca67af81cc08857cc002bb0cdf7c3a0b81d /doc/manpages
parent816331155c624c444ed123bcab412821bd7854fb (diff)
downloadswift-8b7f15223cde4c19fd9cbbd97e8ad79a1b4afa8d.tar.gz
Add example to container-sync-realms.conf.5 man page
Related-Change: I0760ce149e6d74f2b3f1badebac3e36da1ab7e77 Change-Id: I129de42f91d7924c7bcb9952f17fe8a1a10ae219
Diffstat (limited to 'doc/manpages')
-rw-r--r--doc/manpages/container-sync-realms.conf.519
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/manpages/container-sync-realms.conf.5 b/doc/manpages/container-sync-realms.conf.5
index 234302749..6602615aa 100644
--- a/doc/manpages/container-sync-realms.conf.5
+++ b/doc/manpages/container-sync-realms.conf.5
@@ -102,7 +102,26 @@ key to key2 and make a new key value.
.RE
.PD
+.SH EXAMPLE
+.nf
+.RS 0
+[DEFAULT]
+mtime_check_interval = 300
+
+[realm1]
+key = realm1key
+key2 = realm1key2
+cluster_clustername1 = https://host1/v1/
+cluster_clustername2 = https://host2/v1/
+
+[realm2]
+key = realm2key
+key2 = realm2key2
+cluster_clustername3 = https://host3/v1/
+cluster_clustername4 = https://host4/v1/
+.RE
+.fi
.SH DOCUMENTATION