Mention the new bind(1) sh builtin.

This commit is contained in:
Tim J. Robbins 2002-07-23 14:38:07 +00:00
parent 1c4229a6a7
commit 8030ad187e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=100574
2 changed files with 3 additions and 0 deletions

View file

@ -6,6 +6,7 @@ MAN= builtin.1 intro.1
# Create MLINKS for Shell built in commands for which there are no userland
# utilities of the same name:
MLINKS= builtin.1 alias.1 builtin.1 alloc.1 builtin.1 bg.1 builtin.1 bindkey.1 \
builtin.1 bind.1 \
builtin.1 break.1 builtin.1 breaksw.1 builtin.1 builtins.1 \
builtin.1 case.1 builtin.1 cd.1 builtin.1 chdir.1 builtin.1 command.1 \
builtin.1 complete.1 \

View file

@ -34,6 +34,7 @@
.Nm alias ,
.Nm alloc ,
.Nm bg ,
.Nm bind ,
.Nm bindkey ,
.Nm break ,
.Nm breaksw ,
@ -174,6 +175,7 @@ with the other shells.
.It Ic alias Ta Yes Ta Yes Ta Yes
.It Ic alloc Ta \&No Ta Yes Ta \&No
.It Ic bg Ta Yes Ta Yes Ta Yes
.It Ic bind Ta \&No Ta \&No Ta Yes
.It Ic bindkey Ta \&No Ta Yes Ta \&No
.It Ic break Ta \&No Ta Yes Ta \&Yes
.It Ic breaksw Ta \&No Ta Yes Ta \&No