aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar coredns[bot] <bot@bot.coredns.io> 2021-07-20 10:28:21 +0000
committerGravatar coredns[bot] <bot@bot.coredns.io> 2021-07-20 10:28:21 +0000
commit3f881c7202a755f8a218080bedac89fcea2dd482 (patch)
treeaac1791cb8dc25e581fa692cdb0beb71fdd9db69
parent6b0973d238f77f22390992f24732ab63b3e19abd (diff)
downloadcoredns-3f881c7202a755f8a218080bedac89fcea2dd482.tar.gz
coredns-3f881c7202a755f8a218080bedac89fcea2dd482.tar.zst
coredns-3f881c7202a755f8a218080bedac89fcea2dd482.zip
auto remove trailing whitespaces
Signed-off-by: coredns[bot] <bot@bot.coredns.io>
-rw-r--r--man/coredns-geoip.74
-rw-r--r--plugin/geoip/README.md2
-rw-r--r--plugin/trace/README.md2
3 files changed, 4 insertions, 4 deletions
diff --git a/man/coredns-geoip.7 b/man/coredns-geoip.7
index 8f1896cf6..28104259d 100644
--- a/man/coredns-geoip.7
+++ b/man/coredns-geoip.7
@@ -79,7 +79,7 @@ A limited set of fields will be exported as labels, all values are stored using
.RS
.TS
allbox;
-l l l l
+l l l l
l l l l .
\fBLabel\fP\fB Type\fP\fB Example\fP\fB Description\fP
\fB\fCgeoip/city/name\fR \fB\fCstring\fR \fB\fCCambridge\fR Then city name in English language.
@@ -102,7 +102,7 @@ l l l l .
.RS
.TS
allbox;
-l l
+l l
l l .
\fBValue\fP\fB Continent (EN)\fP
AF Africa
diff --git a/plugin/geoip/README.md b/plugin/geoip/README.md
index b666518f7..583cee9c8 100644
--- a/plugin/geoip/README.md
+++ b/plugin/geoip/README.md
@@ -25,7 +25,7 @@ if getLongitude := metadata.ValueFunc(ctx, "geoip/longitude"); getLongitude != n
```
## Databases
-The supported databases use city schema such as `City` and `Enterprise`. Other databases types with different schemas are not supported yet.
+The supported databases use city schema such as `City` and `Enterprise`. Other databases types with different schemas are not supported yet.
You can download a [free and public City database](https://dev.maxmind.com/geoip/geolite2-free-geolocation-data).
diff --git a/plugin/trace/README.md b/plugin/trace/README.md
index d0b955409..0a0d0e848 100644
--- a/plugin/trace/README.md
+++ b/plugin/trace/README.md
@@ -98,7 +98,7 @@ trace tracinghost:9411 {
The trace plugin will publish the following metadata, if the *metadata*
plugin is also enabled:
-* `trace/traceid`: identifier of (zipkin/datadog) trace of processed request
+* `trace/traceid`: identifier of (zipkin/datadog) trace of processed request
## See Also