From d9f1432e074872aa3a89515bc65ede5ad6551a47 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Fri, 19 Sep 2008 09:14:55 +0000 Subject: c.f. users/13251: update mapfile doc again --- Doc/Zsh/mod_mapfile.yo | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Doc') diff --git a/Doc/Zsh/mod_mapfile.yo b/Doc/Zsh/mod_mapfile.yo index 9a46ff895..98114aea2 100644 --- a/Doc/Zsh/mod_mapfile.yo +++ b/Doc/Zsh/mod_mapfile.yo @@ -27,7 +27,10 @@ The parameter tt(mapfile) may be made read-only; in that case, files referenced may not be written or deleted. A file may conveniently be read into an array as one line per element -with the form `var(array)tt(=LPAR()${(f)mapfile[)var(filename)tt(]RPAR())'. +with the form +`var(array)tt(=LPAR()"${(f)mapfile[)var(filename)tt(]}"RPAR())'. +The double quotes are necessary to prevent empty lines from being +removed. ) enditem() -- cgit 1.4.1