diff options
author | tjr <tjr@FreeBSD.org> | 2002-07-23 14:38:07 +0000 |
---|---|---|
committer | tjr <tjr@FreeBSD.org> | 2002-07-23 14:38:07 +0000 |
commit | a2a51bf52122b6830445113108c5c04a8eef275d (patch) | |
tree | 87ffab8498a829bb744bc9a86439bb20ddf075c8 /share/man | |
parent | 2eb7466905b2273cd96297ab464c37de31d5ba90 (diff) | |
download | FreeBSD-src-a2a51bf52122b6830445113108c5c04a8eef275d.zip FreeBSD-src-a2a51bf52122b6830445113108c5c04a8eef275d.tar.gz |
Mention the new bind(1) sh builtin.
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man1/Makefile | 1 | ||||
-rw-r--r-- | share/man/man1/builtin.1 | 2 |
2 files changed, 3 insertions, 0 deletions
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 |