chiark / gitweb /
docs: Summarise directory reference syntaxes, permute
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 14 Nov 2019 12:39:00 +0000 (12:39 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 14 Nov 2019 12:39:00 +0000 (12:39 +0000)
Just permute the columns which seems to be clearer.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
README

diff --git a/README b/README
index 5897e308644050ec8006fe42e830816ed03f0fb2..5a585df4f26d3a1f042622712aec99232994edc0 100644 (file)
--- a/README
+++ b/README
@@ -141,15 +141,15 @@ config.status etc. is done for you.
 Summary of directory reference syntaxes
 ---------------------------------------
 
-                  In source tree             In build tree
-                  Relative     Absolute      Relative  Absolute
-
-                                             &file     $(abs)/&file
- This directory   &^/file      &~/file       &/file    $(abs)/&/file
-                  & ^ f g h    & ~ f g h     & f g h
-
- Top level        $(ts)/file   $(ats)/file   file      $(abs)/file
-                                             f g h
+                  In build tree             In source tree             
+                  Relative  Absolute        Relative     Absolute      
+                                          
+                  &file     $(abs)/&file                             
+ This directory   &/file    $(abs)/&/file   &^/file      &~/file       
+                  & f g h                   & ^ f g h    & ~ f g h     
+                                          
+ Top level        file      $(abs)/file     $(ts)/file   $(ats)/file   
+                  f g h                                              
 
 Substitution syntax
 -------------------