summaryrefslogtreecommitdiff
path: root/builtins/type.def
diff options
context:
space:
mode:
Diffstat (limited to 'builtins/type.def')
-rw-r--r--builtins/type.def16
1 files changed, 8 insertions, 8 deletions
diff --git a/builtins/type.def b/builtins/type.def
index 6cfc72c4..67191b73 100644
--- a/builtins/type.def
+++ b/builtins/type.def
@@ -30,18 +30,18 @@ command name.
Options:
-a display all locations containing an executable named NAME;
- includes aliases, builtins, and functions, if and only if
- the `-p' option is not also used
+ includes aliases, builtins, and functions, if and only if
+ the `-p' option is not also used
-f suppress shell function lookup
-P force a PATH search for each NAME, even if it is an alias,
- builtin, or function, and returns the name of the disk file
- that would be executed
+ builtin, or function, and returns the name of the disk file
+ that would be executed
-p returns either the name of the disk file that would be executed,
- or nothing if `type -t NAME' would not return `file'.
+ or nothing if `type -t NAME' would not return `file'
-t output a single word which is one of `alias', `keyword',
- `function', `builtin', `file' or `', if NAME is an alias, shell
- reserved word, shell function, shell builtin, disk file, or not
- found, respectively
+ `function', `builtin', `file' or `', if NAME is an alias,
+ shell reserved word, shell function, shell builtin, disk file,
+ or not found, respectively
Arguments:
NAME Command name to be interpreted.