summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2002-07-23 14:38:07 +0000
committertjr <tjr@FreeBSD.org>2002-07-23 14:38:07 +0000
commita2a51bf52122b6830445113108c5c04a8eef275d (patch)
tree87ffab8498a829bb744bc9a86439bb20ddf075c8 /share
parent2eb7466905b2273cd96297ab464c37de31d5ba90 (diff)
downloadFreeBSD-src-a2a51bf52122b6830445113108c5c04a8eef275d.zip
FreeBSD-src-a2a51bf52122b6830445113108c5c04a8eef275d.tar.gz
Mention the new bind(1) sh builtin.
Diffstat (limited to 'share')
-rw-r--r--share/man/man1/Makefile1
-rw-r--r--share/man/man1/builtin.12
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
OpenPOWER on IntegriCloud