From a2a51bf52122b6830445113108c5c04a8eef275d Mon Sep 17 00:00:00 2001 From: tjr Date: Tue, 23 Jul 2002 14:38:07 +0000 Subject: Mention the new bind(1) sh builtin. --- share/man/man1/Makefile | 1 + share/man/man1/builtin.1 | 2 ++ 2 files changed, 3 insertions(+) (limited to 'share') diff --git a/share/man/man1/Makefile b/share/man/man1/Makefile index 2d8dda4..eee6f44 100644 --- a/share/man/man1/Makefile +++ b/share/man/man1/Makefile @@ -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 \ diff --git a/share/man/man1/builtin.1 b/share/man/man1/builtin.1 index 317c47f..f14c845 100644 --- a/share/man/man1/builtin.1 +++ b/share/man/man1/builtin.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 -- cgit v1.1