aboutsummaryrefslogtreecommitdiff
path: root/share/man/man1
diff options
context:
space:
mode:
authorJilles Tjoelker <jilles@FreeBSD.org>2010-04-25 17:38:53 +0000
committerJilles Tjoelker <jilles@FreeBSD.org>2010-04-25 17:38:53 +0000
commit36f8c7ebef4a5a3d7f459309427531981324b689 (patch)
treef151d0bfc2a19e3ffdd884a6bd6a318b6679e061 /share/man/man1
parentfc0a61a401aecd026b9fee11bc437c9c54817b6b (diff)
downloadsrc-36f8c7ebef4a5a3d7f459309427531981324b689.tar.gz
src-36f8c7ebef4a5a3d7f459309427531981324b689.zip
Make hash, type and ulimit available via execve().
These are specified by POSIX but are not special builtins, and therefore need to be available via execve() and utilities like time, nohup, xargs. (Note that hash was moved from the XSI option to the base in the 2008 standard.) Like most of the POSIX "regular builtin commands", these need to be executed in a shell environment for full functionality, although they may still be of some use outside one. Unlike the POSIX special and regular builtin commands, POSIX does not require these to be found before a PATH search, although that could be an oversight. Like some of the utilities already provided by usr.bin/alias, these may lead to confusing results when invoked from csh(1).
Notes
Notes: svn path=/head/; revision=207196
Diffstat (limited to 'share/man/man1')
-rw-r--r--share/man/man1/builtin.16
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man1/builtin.1 b/share/man/man1/builtin.1
index 12ab0a838418..3f2dc1786f07 100644
--- a/share/man/man1/builtin.1
+++ b/share/man/man1/builtin.1
@@ -245,7 +245,7 @@ but are implemented as scripts using a builtin command of the same name.
.It Ic getopts Ta No** Ta \&No Ta Yes
.It Ic glob Ta \&No Ta Yes Ta \&No
.It Ic goto Ta \&No Ta Yes Ta \&No
-.It Ic hash Ta \&No Ta \&No Ta Yes
+.It Ic hash Ta No** Ta \&No Ta Yes
.It Ic hashstat Ta \&No Ta Yes Ta \&No
.It Ic history Ta \&No Ta Yes Ta \&No
.It Ic hup Ta \&No Ta Yes Ta \&No
@@ -290,8 +290,8 @@ but are implemented as scripts using a builtin command of the same name.
.It Ic times Ta \&No Ta \&No Ta Yes
.It Ic trap Ta \&No Ta \&No Ta Yes
.It Ic true Ta Yes Ta \&No Ta Yes
-.It Ic type Ta \&No Ta \&No Ta Yes
-.It Ic ulimit Ta \&No Ta \&No Ta Yes
+.It Ic type Ta No** Ta \&No Ta Yes
+.It Ic ulimit Ta No** Ta \&No Ta Yes
.It Ic umask Ta No** Ta Yes Ta Yes
.It Ic unalias Ta No** Ta Yes Ta Yes
.It Ic uncomplete Ta \&No Ta Yes Ta \&No