about summary refs log tree commit diff
path: root/Doc/Zsh/builtins.yo
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2008-12-18 09:49:04 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2008-12-18 09:49:04 +0000
commit976cb71d6f0717d35c75d9082deea255de35d0f1 (patch)
tree59671b2123acc7d2d98c10df2498ab8ffa646c3e /Doc/Zsh/builtins.yo
parent0414a4fd70dc85d5df91b20a60f16c106e15b5f6 (diff)
downloadzsh-976cb71d6f0717d35c75d9082deea255de35d0f1.tar.gz
zsh-976cb71d6f0717d35c75d9082deea255de35d0f1.tar.xz
zsh-976cb71d6f0717d35c75d9082deea255de35d0f1.zip
Richard Hartmann: 26155: quote use of . for a command in text
Diffstat (limited to 'Doc/Zsh/builtins.yo')
-rw-r--r--Doc/Zsh/builtins.yo4
1 files changed, 2 insertions, 2 deletions
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)