summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2013-02-13 18:07:24 +0000
committerChristopher Faylor <me@cgf.cx>2013-02-13 18:07:24 +0000
commitdf85c52e8c745fa2f38029f7c4b9c90f4c9fa23b (patch)
tree5767b69eea94dd2e8bf8a4ff2e1975410784b346
parent729c92aaa76aa01a3406d2f0c297ae0ef6f5ce7f (diff)
downloadcygnal-df85c52e8c745fa2f38029f7c4b9c90f4c9fa23b.tar.gz
cygnal-df85c52e8c745fa2f38029f7c4b9c90f4c9fa23b.tar.bz2
cygnal-df85c52e8c745fa2f38029f7c4b9c90f4c9fa23b.zip
* pathnames.sgml: Remove stray '@'.
-rw-r--r--winsup/doc/ChangeLog4
-rw-r--r--winsup/doc/pathnames.sgml2
2 files changed, 5 insertions, 1 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog
index 2839ad9d8..d861b5ca8 100644
--- a/winsup/doc/ChangeLog
+++ b/winsup/doc/ChangeLog
@@ -1,5 +1,9 @@
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.
2013-01-23 Christopher Faylor <me.cygwin2012@cgf.cx>
diff --git a/winsup/doc/pathnames.sgml b/winsup/doc/pathnames.sgml
index 77f47a259..96b0077af 100644
--- a/winsup/doc/pathnames.sgml
+++ b/winsup/doc/pathnames.sgml
@@ -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>