aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/type.txt
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2005-09-25 02:31:22 +1000
committerGravatar axel <axel@liljencrantz.se>2005-09-25 02:31:22 +1000
commitfe29e1b5d4b67e9021261d949bcfbd67cf5f8fb4 (patch)
tree3850a76566201b91a6ebee1f9dec7b72dc6ffad4 /doc_src/type.txt
parentb1dcf542bcd66a07492bd0133f96202ee3cb475f (diff)
Escape from token search and help updates
darcs-hash:20050924163122-ac50b-25d56f7e806bedeeaafabae415cd25a676c7e4cf.gz
Diffstat (limited to 'doc_src/type.txt')
-rw-r--r--doc_src/type.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc_src/type.txt b/doc_src/type.txt
index 424e2874..e24acfc9 100644
--- a/doc_src/type.txt
+++ b/doc_src/type.txt
@@ -12,8 +12,8 @@ With no options, indicate how each name would be interpreted if used as a comman
- \c -a or \c --all print all of possible definitions of the specified names
- \c -f or \c --no-functions supresses function and builtin lookup
- \c -t or \c --type print a string which is one of alias, keyword, function, builtin, or file if name is an alias, shell reserved word, function, builtin, or disk file, respectively
-- \c -p or \c --path either return the name of the disk file that would be executed if name were specified as a command name, or nothing if ‘‘type -t name’’ would not return file
-- \c -P or \c --force-path either return the name of the disk file that would be executed if name were specified as a command name, or nothing no file with the spacified name could be found in the PATH
+- \c -p or \c --path either return the name of the disk file that would be executed if name were specified as a command name, or nothing if 'type -t name' would not return 'file'
+- \c -P or \c --force-path either return the name of the disk file that would be executed if name were specified as a command name, or nothing no file with the specified name could be found in the PATH
\subsection type-example Example