diff --git a/docs/reference/commandline/attach.md b/docs/reference/commandline/attach.md index 124474bef2..dfe2908c3b 100644 --- a/docs/reference/commandline/attach.md +++ b/docs/reference/commandline/attach.md @@ -54,7 +54,7 @@ the `` is either a letter [a-Z], or the `ctrl-` combined with any of the following: * `a-z` (a single lowercase alpha character ) -* `@` (ampersand) +* `@` (at sign) * `[` (left bracket) * `\\` (two backward slashes) * `_` (underscore) diff --git a/docs/reference/commandline/cli.md b/docs/reference/commandline/cli.md index 26d2469a28..96486d73d9 100644 --- a/docs/reference/commandline/cli.md +++ b/docs/reference/commandline/cli.md @@ -111,7 +111,7 @@ property. The format of the `` is a comma-separated list of either a letter [a-Z], or the `ctrl-` combined with any of the following: * `a-z` (a single lowercase alpha character ) -* `@` (ampersand) +* `@` (at sign) * `[` (left bracket) * `\\` (two backward slashes) * `_` (underscore) diff --git a/man/docker-attach.1.md b/man/docker-attach.1.md index adecceb37f..c78f4fbb1b 100644 --- a/man/docker-attach.1.md +++ b/man/docker-attach.1.md @@ -55,7 +55,7 @@ the `` is either a letter [a-Z], or the `ctrl-` combined with any of the following: * `a-z` (a single lowercase alpha character ) -* `@` (ampersand) +* `@` (at sign) * `[` (left bracket) * `\\` (two backward slashes) * `_` (underscore)