aboutsummaryrefslogtreecommitdiff
path: root/share/man/man1/Makefile
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>2000-03-01 14:13:29 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>2000-03-01 14:13:29 +0000
commit8d4c0be368151b14202478d670053ceb6b6101e4 (patch)
tree152e5e5d39128c8cf35efcf2cf0c48ce6752c11a /share/man/man1/Makefile
parentf2e366a1057c0492a8abdf936898879a630e633e (diff)
downloadsrc-8d4c0be368151b14202478d670053ceb6b6101e4.tar.gz
src-8d4c0be368151b14202478d670053ceb6b6101e4.zip
Add missing entry for read(1) to the builtin(1) manual page and
add an MLINKS entry for it. I can't imagine how I missed this one.
Notes
Notes: svn path=/head/; revision=57674
Diffstat (limited to 'share/man/man1/Makefile')
-rw-r--r--share/man/man1/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/share/man/man1/Makefile b/share/man/man1/Makefile
index 7241953b0bb8..1be6213e680e 100644
--- a/share/man/man1/Makefile
+++ b/share/man/man1/Makefile
@@ -20,7 +20,8 @@ MLINKS= builtin.1 alias.1 builtin.1 alloc.1 builtin.1 bg.1 \
builtin.1 history.1 builtin.1 if.1 builtin.1 jobid.1 \
builtin.1 jobs.1 builtin.1 limit.1 builtin.1 logout.1 \
builtin.1 notify.1 builtin.1 onintr.1 builtin.1 popd.1 \
- builtin.1 pushd.1 builtin.1 readonly.1 builtin.1 rehash.1 \
+ builtin.1 pushd.1 builtin.1 read.1 builtin.1 readonly.1 \
+ builtin.1 rehash.1 \
builtin.1 repeat.1 builtin.1 set.1 builtin.1 setenv.1 \
builtin.1 setvar.1 builtin.1 shift.1 builtin.1 source.1 \
builtin.1 stop.1 builtin.1 suspend.1 builtin.1 switch.1 \