* pathnames.sgml: Remove stray '@'.
This commit is contained in:
parent
729c92aaa7
commit
df85c52e8c
|
@ -1,3 +1,7 @@
|
|||
2013-02-13 Christopher Faylor <me.cygwin2013@cgf.cx>
|
||||
|
||||
* pathnames.sgml: Remove stray '@'.
|
||||
|
||||
2013-02-13 Christopher Faylor <me.cygwin2013@cgf.cx>
|
||||
|
||||
* pathnames.sgml: Clarify '@' processing.
|
||||
|
|
|
@ -998,7 +998,7 @@ In the following example compare the behaviors
|
|||
|
||||
<example id="pathnames-at-ex"><title> Using @pathname</title>
|
||||
<screen>
|
||||
<prompt>bash$</prompt> <userinput>@/bin/echo 'This is "a long" line' > mylist</userinput>
|
||||
<prompt>bash$</prompt> <userinput>/bin/echo 'This is "a long" line' > mylist</userinput>
|
||||
<prompt>bash$</prompt> <userinput>/bin/echo @mylist</userinput>
|
||||
@mylist
|
||||
<prompt>bash$</prompt> <userinput>cmd</userinput>
|
||||
|
|
Loading…
Reference in New Issue