From 8bc9a69bf184b651818de2047cfba8f1b09b1903 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 14 Nov 2019 12:39:00 +0000 Subject: [PATCH] docs: Summarise directory reference syntaxes, permute Just permute the columns which seems to be clearer. Signed-off-by: Ian Jackson --- README | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README b/README index 5897e30..5a585df 100644 --- 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 ------------------- -- 2.30.2