chiark / gitweb /
docs: Minor fix to README
[subdirmk.git] / README
diff --git a/README b/README
index 6c9e76b626d1087ce23b8488b1b784ec2f67c06e..bbec51884700b9776f8f9491f1b6375b0a9c1e0d 100644 (file)
--- a/README
+++ b/README
@@ -183,7 +183,7 @@ In more detail, with all the various options laid out:
              for      build     source       build         source
                                                        
   This       lc       &file     &^file       $(PWD)/&file  $(abs_src)/&file
-  directory  any      &/file    &^/file      $(PWD)&/file  $(abs_src)/&/file
+  directory  any      &/file    &^/file      $(PWD)/&file  $(abs_src)/&/file
              several  & f g h   &^ f g h     $(addprefix...)
                                              
   Top        lc       file      &~file
@@ -231,14 +231,14 @@ empty string).
 &~/            =>      $(top_srcdir)/
 
 In general:
-    =  return subdir without delimiter (not allowed with `,' `;')
-    ,   pathname of this subdirectory in source tree
-    ;   pathname of top level of source tree
+    =  return subdir without delimiter (not allowed with `^' `~')
+    ^   pathname of this subdirectory in source tree
+    ~   pathname of top level of source tree
     /  terminates the escape (needed if next is not lwsp or space)
   lwsp  starts multi-word processing (see below)
 
 So pathname syntax is a subset of:
-    '&' [ ',' | ';' ] [ lc | '/' ]
+    '&' [ '^' | '~' ] [ lc | '/' ]
 
 &&             =>      &&              for convenience in shell runes
 \&             =>      &               general escaping mechanism