diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2012-12-20 16:47:26 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2012-12-20 16:47:26 +0000 |
commit | 45b8e70594ef52a9a8a97add890b79dedce270fe (patch) | |
tree | e40a2401ed7613cfced6704c9e4cc781e2bbbb18 /winsup | |
parent | 45edfcd2ab94f9a427d26d1fb4b7980bcaac2530 (diff) | |
download | newlib-45b8e70594ef52a9a8a97add890b79dedce270fe.zip newlib-45b8e70594ef52a9a8a97add890b79dedce270fe.tar.gz newlib-45b8e70594ef52a9a8a97add890b79dedce270fe.tar.bz2 |
* pathnames.sgml (pathnames-at): Drop confusing description on
"embedded double quotes".
Diffstat (limited to 'winsup')
-rw-r--r-- | winsup/doc/ChangeLog | 5 | ||||
-rw-r--r-- | winsup/doc/pathnames.sgml | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog index bdfc1fd..72f14df 100644 --- a/winsup/doc/ChangeLog +++ b/winsup/doc/ChangeLog @@ -1,3 +1,8 @@ +2012-12-20 Corinna Vinschen <corinna@vinschen.de> + + * pathnames.sgml (pathnames-at): Drop confusing description on + "embedded double quotes". + 2012-12-14 Corinna Vinschen <corinna@vinschen.de> * new-features.sgml (ov-new1.7.18): Add sparse change. diff --git a/winsup/doc/pathnames.sgml b/winsup/doc/pathnames.sgml index 774ad55..5860ebb 100644 --- a/winsup/doc/pathnames.sgml +++ b/winsup/doc/pathnames.sgml @@ -993,7 +993,6 @@ starting with "@" in a special way. If a file <filename>@pathname</filename> expands recursively to the content of <filename>pathname</filename>. Double quotes can be used inside the file to delimit strings containing blank space. -Embedded double quotes must be repeated. In the following example compare the behaviors of the bash built-in <command>echo</command> and of the program <command>/bin/echo</command>.</para> |