docs/engine/swarm
Trapier Marshall 6c5174393e Correct default-address-pool to default-addr-pool
WHAT I DID:

```
git grep -l default-address-pool  |\
xargs sed -i 's:default-address-pool:default-addr-pool:g'
```

... then put the `engine/release-notes.md` back to
`--default-address-pool`, since it refers to `dockerd`.

REFERENCES:

client version 18.09.3:

```
$ docker swarm init --help |grep default-addr
      --default-addr-pool ipNetSlice           default address pool in CIDR format (default [])
      --default-addr-pool-mask-length uint32   default address pool subnet mask length (default 24)
```

server version 18.09.3:

```
$ dockerd --help |grep default-addr
      --default-address-pool pool-options       Default address pools for node specific local networks
```
2019-09-24 11:00:00 -04:00
..
how-swarm-mode-works Spelling revision 2018-09-23 21:43:11 +02:00
images Move externally hosted images to the repo, and update image links 2019-02-05 16:14:01 -08:00
swarm-tutorial Addresses 7094 2019-02-28 13:48:12 -08:00
admin_guide.md Fix deadlink issue-9214 (#9243) 2019-08-12 15:51:13 +01:00
configs.md Publish amberjack content to beta.docs.docker.com (#1089) 2019-05-31 09:38:50 -07:00
index.md Remove reference to pre-1.12 standalone swarm 2018-12-23 11:26:40 +01:00
ingress.md Revert "Revert "Merge branch 'master' of github.com:docker/docs-private into test-branch-2"" 2018-08-29 19:01:03 -07:00
join-nodes.md Use consistent formatting for notes 2019-02-09 00:49:57 +01:00
key-concepts.md Flesh out swarm key concepts (#4634) 2017-10-20 11:09:23 -07:00
manage-nodes.md Remove "edge-only" include 2019-01-14 22:45:03 +01:00
networking.md Correct default-address-pool to default-addr-pool 2019-09-24 11:00:00 -04:00
raft.md Various copyedits to reduce future tense, wordiness, and use of 'please' (#5788) 2018-01-25 17:37:23 -08:00
secrets.md Publish amberjack content to beta.docs.docker.com (#1089) 2019-05-31 09:38:50 -07:00
services.md Formatting of commands 2019-07-19 15:45:08 -07:00
stack-deploy.md Minor style edits 2019-07-09 18:45:36 +01:00
swarm-mode.md Correct default-address-pool to default-addr-pool 2019-09-24 11:00:00 -04:00
swarm_manager_locking.md Various copyedits to reduce future tense, wordiness, and use of 'please' (#5788) 2018-01-25 17:37:23 -08:00