diff options
author | 2019-12-29 13:35:17 +0100 | |
---|---|---|
committer | 2019-12-29 13:35:17 +0100 | |
commit | fc546cf12916b9b484f39ee1d68cc3a7faa6a139 (patch) | |
tree | 87fcdf5222298153aabe535d9a124d414b5e0a12 /man/coredns-clouddns.7 | |
parent | 92e0086c196f08d7b55f45bd202f36640700ecd2 (diff) | |
download | coredns-fc546cf12916b9b484f39ee1d68cc3a7faa6a139.tar.gz coredns-fc546cf12916b9b484f39ee1d68cc3a7faa6a139.tar.zst coredns-fc546cf12916b9b484f39ee1d68cc3a7faa6a139.zip |
doc: fix generated manual pages (#3571)
Went over all generated manual pages and fixed some markdown issues,
mostly escaping "_" to avoid underlining entire paragraphs.
Some textual fixes in route53 and other cloud DNS plugins.
Regenerated the markdown with mmark.
Signed-off-by: Miek Gieben <miek@miek.nl>
Diffstat (limited to 'man/coredns-clouddns.7')
-rw-r--r-- | man/coredns-clouddns.7 | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/man/coredns-clouddns.7 b/man/coredns-clouddns.7 index 4783e028d..7265aecc2 100644 --- a/man/coredns-clouddns.7 +++ b/man/coredns-clouddns.7 @@ -37,19 +37,15 @@ Therefore, for a non-existing resource record, SOA response will be from the rig .IP \(bu 4 \fBPROJECT_ID\fP the project ID of the Google Cloud project. .IP \(bu 4 -\fBHOSTED\fIZONE\fPNAME\fP the name of the hosted zone that contains the resource record sets to be +\fBHOSTED_ZONE_NAME\fP the name of the hosted zone that contains the resource record sets to be accessed. .IP \(bu 4 -\fB\fCcredentials\fR is used for reading the credential file. -.IP \(bu 4 -\fBFILENAME\fP GCP credentials file path (normally a .json file). +\fB\fCcredentials\fR is used for reading the credential file from \fBFILENAME\fP (normally a .json file). .IP \(bu 4 \fB\fCfallthrough\fR If zone matches and no record can be generated, pass request to the next plugin. If \fB[ZONES...]\fP is omitted, then fallthrough happens for all zones for which the plugin is authoritative. If specific zones are listed (for example \fB\fCin-addr.arpa\fR and \fB\fCip6.arpa\fR), then only queries for those zones will be subject to fallthrough. -.IP \(bu 4 -\fBZONES\fP zones it should be authoritative for. If empty, the zones from the configuration block .SH "EXAMPLES" |