diff options
author | jilles <jilles@FreeBSD.org> | 2009-06-24 22:04:04 +0000 |
---|---|---|
committer | jilles <jilles@FreeBSD.org> | 2009-06-24 22:04:04 +0000 |
commit | 1f2b1b2840fc50dc3796a1eada55b57d93f00316 (patch) | |
tree | b2b71888536e7b14e65bf309d1ee0ac2a344fa2b /tools | |
parent | a1a0aeecefccffed1c3ed1b149fcb87763a1e05d (diff) | |
download | FreeBSD-src-1f2b1b2840fc50dc3796a1eada55b57d93f00316.zip FreeBSD-src-1f2b1b2840fc50dc3796a1eada55b57d93f00316.tar.gz |
Designate special builtins as such in command -V and type.
Also document various properties of special builtins that we implement.
Approved by: ed (mentor) (implicit)
Diffstat (limited to 'tools')
-rw-r--r-- | tools/regression/bin/sh/builtins/command5.0.stdout | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/regression/bin/sh/builtins/command5.0.stdout b/tools/regression/bin/sh/builtins/command5.0.stdout index 9f6427f..4cb2b11 100644 --- a/tools/regression/bin/sh/builtins/command5.0.stdout +++ b/tools/regression/bin/sh/builtins/command5.0.stdout @@ -2,7 +2,7 @@ ls is /bin/ls true is a shell builtin /bin/ls is /bin/ls fun is a shell function -break is a shell builtin +break is a special shell builtin if is a shell keyword { is a shell keyword foo is an alias for bar |