Update the builtin(1) manpage to reflect changes since the csh(1)

to tcsh(1) upgrade.  The following commands were added as builtins:

	bindkey
	builtins
	complete
	echotc
	filetest
	hup
	log
	ls-F
	printenv
	sched
	settc
	setty
	telltc
	uncomplete
	where

The printf builtin was removed.
This commit is contained in:
Sheldon Hearn 2000-05-09 14:59:06 +00:00
parent f167d7fb3e
commit 68acfb0617
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=60261
2 changed files with 46 additions and 10 deletions

View File

@ -5,30 +5,35 @@ MAN1= 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 break.1 builtin.1 breaksw.1 builtin.1 case.1 \
builtin.1 cd.1 builtin.1 chdir.1 builtin.1 command.1 \
MLINKS= builtin.1 alias.1 builtin.1 alloc.1 builtin.1 bg.1 builtin.1 bindkey.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 \
builtin.1 continue.1 builtin.1 default.1 \
builtin.1 dirs.1 builtin.1 do.1 builtin.1 done.1 \
builtin.1 elif.1 builtin.1 else.1 \
builtin.1 echotc.1 builtin.1 elif.1 builtin.1 else.1 \
builtin.1 end.1 builtin.1 endif.1 builtin.1 endsw.1 \
builtin.1 esac.1 builtin.1 eval.1 builtin.1 exec.1 \
builtin.1 exit.1 builtin.1 export.1 builtin.1 fc.1 \
builtin.1 fg.1 builtin.1 fi.1 builtin.1 for.1 \
builtin.1 fg.1 builtin.1 fi.1 builtin.1 filetest.1 builtin.1 for.1 \
builtin.1 foreach.1 builtin.1 getopts.1 builtin.1 glob.1 \
builtin.1 goto.1 builtin.1 hash.1 builtin.1 hashstat.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 history.1 builtin.1 hup.1 builtin.1 if.1 builtin.1 jobid.1 \
builtin.1 jobs.1 builtin.1 limit.1 builtin.1 log.1 builtin.1 logout.1 \
builtin.1 ls-F.1 \
builtin.1 notify.1 builtin.1 onintr.1 builtin.1 popd.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 sched.1 builtin.1 set.1 \
builtin.1 setenv.1 builtin.1 settc.1 builtin.1 setty.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 then.1 builtin.1 trap.1 builtin.1 type.1 \
builtin.1 telltc.1 builtin.1 then.1 builtin.1 trap.1 builtin.1 type.1 \
builtin.1 ulimit.1 builtin.1 umask.1 builtin.1 unalias.1 \
builtin.1 uncomplete.1 \
builtin.1 unhash.1 builtin.1 unlimit.1 builtin.1 unset.1 \
builtin.1 unsetenv.1 builtin.1 until.1 builtin.1 wait.1 \
builtin.1 where.1 \
builtin.1 while.1
MLINKS+=intro.1 introduction.1

View File

@ -34,18 +34,22 @@
.Nm alias ,
.Nm alloc ,
.Nm bg ,
.Nm bindkey ,
.Nm break ,
.Nm breaksw ,
.Nm builtins ,
.Nm case ,
.Nm cd ,
.Nm chdir ,
.Nm command ,
.Nm complete ,
.Nm continue ,
.Nm default ,
.Nm dirs ,
.Nm do ,
.Nm done ,
.Nm echo ,
.Nm echotc ,
.Nm elif ,
.Nm else ,
.Nm end ,
@ -58,6 +62,7 @@
.Nm export ,
.Nm fc ,
.Nm fg ,
.Nm filetest ,
.Nm fi ,
.Nm for ,
.Nm foreach ,
@ -67,33 +72,41 @@
.Nm hash ,
.Nm hashstat ,
.Nm history ,
.Nm hup ,
.Nm if ,
.Nm jobid ,
.Nm jobs ,
.Nm kill ,
.Nm limit ,
.Nm log ,
.Nm login ,
.Nm logout ,
.Nm ls-F ,
.Nm nice ,
.Nm nohup ,
.Nm notify ,
.Nm onintr ,
.Nm popd ,
.Nm printf ,
.Nm printenv ,
.Nm pushd ,
.Nm pwd ,
.Nm read ,
.Nm readonly ,
.Nm rehash ,
.Nm repeat ,
.Nm sched ,
.Nm set ,
.Nm setenv ,
.Nm settc ,
.Nm setty ,
.Nm setvar ,
.Nm shift ,
.Nm source ,
.Nm stop ,
.Nm suspend ,
.Nm switch ,
.Nm telltc ,
.Nm then ,
.Nm time ,
.Nm trap ,
@ -101,12 +114,14 @@
.Nm ulimit ,
.Nm umask ,
.Nm unalias ,
.Nm uncomplete ,
.Nm unhash ,
.Nm unlimit ,
.Nm unset ,
.Nm unsetenv ,
.Nm until ,
.Nm wait ,
.Nm where ,
.Nm which ,
.Nm while
.Nd shell builtin commands
@ -157,18 +172,22 @@ with the other shells.
.It Ic alias Ta \&No Ta Yes Ta Yes
.It Ic alloc Ta \&No Ta Yes Ta \&No
.It Ic bg Ta \&No Ta Yes Ta Yes
.It Ic bindkey Ta \&No Ta Yes Ta \&No
.It Ic break Ta \&No Ta Yes Ta \&No
.It Ic breaksw Ta \&No Ta Yes Ta \&No
.It Ic builtins Ta \&No Ta Yes Ta \&No
.It Ic case Ta \&No Ta Yes Ta Yes
.It Ic cd Ta \&No Ta Yes Ta Yes
.It Ic chdir Ta \&No Ta Yes Ta \&No
.It Ic command Ta \&No Ta \&No Ta Yes
.It Ic complete Ta \&No Ta Yes Ta \&No
.It Ic continue Ta \&No Ta Yes Ta \&No
.It Ic default Ta \&No Ta Yes Ta \&No
.It Ic dirs Ta \&No Ta Yes Ta \&No
.It Ic do Ta \&No Ta \&No Ta Yes
.It Ic done Ta \&No Ta \&No Ta Yes
.It Ic echo Ta Yes Ta Yes Ta Yes
.It Ic echotc Ta \&No Ta Yes Ta \&No
.It Ic elif Ta \&No Ta \&No Ta Yes
.It Ic else Ta \&No Ta Yes Ta \&No
.It Ic end Ta \&No Ta Yes Ta \&No
@ -181,6 +200,7 @@ with the other shells.
.It Ic export Ta \&No Ta \&No Ta Yes
.It Ic fc Ta \&No Ta \&No Ta Yes
.It Ic fg Ta \&No Ta Yes Ta Yes
.It Ic filetest Ta \&No Ta Yes Ta \&No
.It Ic fi Ta \&No Ta \&No Ta Yes
.It Ic for Ta \&No Ta \&No Ta Yes
.It Ic foreach Ta \&No Ta Yes Ta \&No
@ -190,33 +210,41 @@ with the other shells.
.It Ic hash Ta \&No Ta \&No Ta Yes
.It Ic hashstat Ta \&No Ta Yes Ta \&No
.It Ic history Ta \&No Ta Yes Ta \&No
.It Ic hup Ta \&No Ta Yes Ta \&No
.It Ic if Ta \&No Ta Yes Ta \&No
.It Ic jobid Ta \&No Ta \&No Ta Yes
.It Ic jobs Ta \&No Ta Yes Ta Yes
.It Ic kill Ta Yes Ta Yes Ta \&No
.It Ic limit Ta \&No Ta Yes Ta \&No
.It Ic log Ta \&No Ta Yes Ta \&No
.It Ic login Ta Yes Ta Yes Ta \&No
.It Ic logout Ta \&No Ta Yes Ta \&No
.It Ic ls-F Ta \&No Ta Yes Ta \&No
.It Ic nice Ta Yes Ta Yes Ta \&No
.It Ic nohup Ta Yes Ta Yes Ta \&No
.It Ic notify Ta \&No Ta Yes Ta \&No
.It Ic onintr Ta \&No Ta Yes Ta \&No
.It Ic popd Ta \&No Ta Yes Ta \&No
.It Ic printf Ta Yes Ta Yes Ta Yes
.It Ic printenv Ta Yes Ta Yes Ta \&No
.It Ic printf Ta Yes Ta \&No 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
.It Ic sched Ta \&No Ta Yes Ta \&No
.It Ic set Ta \&No Ta Yes Ta \&Yes
.It Ic setenv Ta \&No Ta Yes Ta \&No
.It Ic settc Ta \&No Ta Yes Ta \&No
.It Ic setty Ta \&No Ta Yes Ta \&No
.It Ic setvar Ta \&No Ta \&No Ta Yes
.It Ic shift Ta \&No Ta Yes Ta Yes
.It Ic source Ta \&No Ta Yes Ta \&No
.It Ic stop Ta \&No Ta Yes Ta \&No
.It Ic suspend Ta \&No Ta Yes Ta \&No
.It Ic switch Ta \&No Ta Yes Ta \&No
.It Ic telltc Ta \&No Ta Yes Ta \&No
.It Ic then Ta \&No Ta \&No Ta Yes
.It Ic time Ta Yes Ta Yes Ta \&No
.It Ic trap Ta \&No Ta \&No Ta Yes
@ -224,12 +252,14 @@ with the other shells.
.It Ic ulimit Ta \&No Ta \&No Ta Yes
.It Ic umask Ta \&No Ta Yes Ta Yes
.It Ic unalias Ta \&No Ta Yes Ta Yes
.It Ic uncomplete Ta \&No Ta Yes Ta \&No
.It Ic unhash Ta \&No Ta Yes Ta \&No
.It Ic unlimit Ta \&No Ta Yes Ta \&No
.It Ic unset Ta \&No Ta Yes Ta Yes
.It Ic unsetenv Ta \&No Ta Yes Ta \&No
.It Ic until Ta \&No Ta \&No Ta Yes
.It Ic wait Ta \&No Ta Yes Ta Yes
.It Ic where Ta \&No Ta Yes Ta \&No
.It Ic which Ta Yes Ta Yes Ta \&No
.It Ic while Ta \&No Ta Yes Ta \&No
.El
@ -240,6 +270,7 @@ with the other shells.
.Xr login 1 ,
.Xr nice 1 ,
.Xr nohup 1 ,
.Xr printenv 1 ,
.Xr printf 1 ,
.Xr pwd 1 ,
.Xr sh 1 ,