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.
This commit is contained in:
Sheldon Hearn 2000-03-01 14:13:29 +00:00
parent f2e366a105
commit 8d4c0be368
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=57674
2 changed files with 4 additions and 1 deletions

View file

@ -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 history.1 builtin.1 if.1 builtin.1 jobid.1 \
builtin.1 jobs.1 builtin.1 limit.1 builtin.1 logout.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 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 repeat.1 builtin.1 set.1 builtin.1 setenv.1 \
builtin.1 setvar.1 builtin.1 shift.1 builtin.1 source.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 \ builtin.1 stop.1 builtin.1 suspend.1 builtin.1 switch.1 \

View file

@ -83,6 +83,7 @@
.Nm printf , .Nm printf ,
.Nm pushd , .Nm pushd ,
.Nm pwd , .Nm pwd ,
.Nm read ,
.Nm readonly , .Nm readonly ,
.Nm rehash , .Nm rehash ,
.Nm repeat , .Nm repeat ,
@ -211,6 +212,7 @@ with the other shells.
.It Ic printf Ta Yes Ta Yes Ta Yes .It Ic printf Ta Yes Ta Yes Ta Yes
.It Ic pushd Ta \&No Ta Yes Ta \&No .It Ic pushd Ta \&No Ta Yes Ta \&No
.It Ic pwd Ta Yes Ta \&No Ta Yes .It Ic pwd Ta Yes Ta \&No Ta Yes
.It Ic read Ta \&No Ta \&No Ta Yes
.It Ic readonly Ta \&No Ta \&No Ta Yes .It Ic readonly Ta \&No Ta \&No Ta Yes
.It Ic rehash Ta \&No Ta Yes Ta \&No .It Ic rehash Ta \&No Ta Yes Ta \&No
.It Ic repeat Ta \&No Ta Yes Ta \&No .It Ic repeat Ta \&No Ta Yes Ta \&No