* 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>
|
2013-02-13 Christopher Faylor <me.cygwin2013@cgf.cx>
|
||||||
|
|
||||||
* pathnames.sgml: Clarify '@' processing.
|
* pathnames.sgml: Clarify '@' processing.
|
||||||
|
|
|
@ -998,7 +998,7 @@ In the following example compare the behaviors
|
||||||
|
|
||||||
<example id="pathnames-at-ex"><title> Using @pathname</title>
|
<example id="pathnames-at-ex"><title> Using @pathname</title>
|
||||||
<screen>
|
<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>
|
<prompt>bash$</prompt> <userinput>/bin/echo @mylist</userinput>
|
||||||
@mylist
|
@mylist
|
||||||
<prompt>bash$</prompt> <userinput>cmd</userinput>
|
<prompt>bash$</prompt> <userinput>cmd</userinput>
|
||||||
|
|
Loading…
Reference in New Issue