From: Ian Jackson Date: Thu, 14 Nov 2019 20:23:27 +0000 (+0000) Subject: Docs: Fix some leftover ; and , X-Git-Tag: v0.5.1~8^2 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=secnet.git;a=commitdiff_plain;h=d817b49007e60b0e7392f23caf08dc0328eb32de Docs: Fix some leftover ; and , Signed-off-by: Ian Jackson --- diff --git a/README b/README index 6c9e76b..518dd08 100644 --- a/README +++ b/README @@ -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