Mention the new bind(1) sh builtin.
This commit is contained in:
parent
2eb7466905
commit
a2a51bf521
@ -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 \
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user