From 976cb71d6f0717d35c75d9082deea255de35d0f1 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Thu, 18 Dec 2008 09:49:04 +0000 Subject: Richard Hartmann: 26155: quote use of . for a command in text --- Doc/Zsh/builtins.yo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Doc/Zsh/builtins.yo') diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo index 8317c9547..d4d2a4c9c 100644 --- a/Doc/Zsh/builtins.yo +++ b/Doc/Zsh/builtins.yo @@ -1130,7 +1130,7 @@ alias(rehash)(hash -r) findex(return) cindex(functions, returning from) item(tt(return) [ var(n) ])( -Causes a shell function or tt(.) script to return to +Causes a shell function or `tt(.)' script to return to the invoking script with the return status specified by var(n). If var(n) is omitted, the return status is that of the last command executed. @@ -1237,7 +1237,7 @@ shifted instead of the positional parameters. ) findex(source) item(tt(source) var(file) [ var(arg) ... ])( -Same as tt(.), except that the current directory is always searched and +Same as `tt(.)', except that the current directory is always searched and is always searched first, before directories in tt($path). ) module(stat)(zsh/stat) -- cgit 1.4.1