summaryrefslogtreecommitdiffstats
path: root/bin/sh
diff options
context:
space:
mode:
authorstefanf <stefanf@FreeBSD.org>2005-12-04 20:01:48 +0000
committerstefanf <stefanf@FreeBSD.org>2005-12-04 20:01:48 +0000
commit9efed7168d239ac1af5006644a4632654fda29a7 (patch)
treec28563aab3e5f3a846f80035956b7eab9b64103f /bin/sh
parent2df32c17d39cbc77e641b69c67e369f9f33f5ba5 (diff)
downloadFreeBSD-src-9efed7168d239ac1af5006644a4632654fda29a7.zip
FreeBSD-src-9efed7168d239ac1af5006644a4632654fda29a7.tar.gz
Sort.
Diffstat (limited to 'bin/sh')
-rw-r--r--bin/sh/builtins.def12
1 files changed, 6 insertions, 6 deletions
diff --git a/bin/sh/builtins.def b/bin/sh/builtins.def
index c338de1..8159a38 100644
--- a/bin/sh/builtins.def
+++ b/bin/sh/builtins.def
@@ -47,10 +47,12 @@
# NOTE: bltincmd must come first!
bltincmd builtin
-commandcmd command
+aliascmd alias
bgcmd -j bg
+bindcmd bind
breakcmd break continue
cdcmd cd chdir
+commandcmd command
dotcmd .
echocmd echo
evalcmd eval
@@ -60,10 +62,10 @@ expcmd exp let
exportcmd export readonly
#exprcmd expr
falsecmd false
-histcmd -h fc
fgcmd -j fg
getoptscmd getopts
hashcmd hash
+histcmd -h fc
jobidcmd jobid
jobscmd jobs
localcmd local
@@ -74,16 +76,14 @@ returncmd return
setcmd set
setvarcmd setvar
shiftcmd shift
+testcmd test [
timescmd times
trapcmd trap
truecmd : true
typecmd type
+ulimitcmd ulimit
umaskcmd umask
unaliascmd unalias
unsetcmd unset
waitcmd wait
-aliascmd alias
-ulimitcmd ulimit
-testcmd test [
-bindcmd bind
wordexpcmd wordexp
OpenPOWER on IntegriCloud