From 4c91fa948df46110203f49221d18874eb8c9aca8 Mon Sep 17 00:00:00 2001 From: David-Sarah Hopwood Date: Sun, 11 Nov 2012 16:04:23 +0000 Subject: [PATCH] docs/frontends/CLI.rst: fix markup of * and ?. Signed-off-by: David-Sarah Hopwood --- docs/frontends/CLI.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/frontends/CLI.rst b/docs/frontends/CLI.rst index 9783197b..34e90c94 100644 --- a/docs/frontends/CLI.rst +++ b/docs/frontends/CLI.rst @@ -56,7 +56,7 @@ functionality) and including versions for a number of dependent libraries, like Twisted, Foolscap, pycryptopp, and zfec. "``tahoe --version-and-path``" will also show the path from which each library was imported. -On Unix systems, the shell expands filename wildcards (`` * and ? ``) +On Unix systems, the shell expands filename wildcards — ``'*'`` and ``'?'`` — before the program is able to read them, which may produce unexpected results for many ``tahoe`` comands. We recommend, if you use wildcards, to start the path with "``./``", for example "``tahoe cp -r ./* somewhere:``". -- 2.45.2