From aa4669908156081123a99e4aab40ff49174785ff Mon Sep 17 00:00:00 2001 From: "Tom X. Tobin" Date: Fri, 5 Feb 2016 16:47:57 -0500 Subject: [PATCH] Fix mention of at sign in docs The at sign (`@`) was being referred to in the documentation as an ampersand (`&`). Signed-off-by: Tom X. Tobin --- docs/reference/commandline/attach.md | 2 +- docs/reference/commandline/cli.md | 2 +- man/docker-attach.1.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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)