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:
@@ -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 \
|
||||
|
||||
@@ -83,6 +83,7 @@
|
||||
.Nm printf ,
|
||||
.Nm pushd ,
|
||||
.Nm pwd ,
|
||||
.Nm read ,
|
||||
.Nm readonly ,
|
||||
.Nm rehash ,
|
||||
.Nm repeat ,
|
||||
@@ -211,6 +212,7 @@ with the other shells.
|
||||
.It Ic printf Ta Yes Ta Yes Ta Yes
|
||||
.It Ic pushd Ta \&No Ta Yes Ta \&No
|
||||
.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 rehash Ta \&No Ta Yes Ta \&No
|
||||
.It Ic repeat Ta \&No Ta Yes Ta \&No
|
||||
|
||||
Reference in New Issue
Block a user