Print this page
1181 Remove plot(1B), plot(4B), tplot(1)
Reviewed by: Gordon Ross <gordon.w.ross@gmail.com>
Reviewed by: Garrett D'Amore <garrett@damore.org>
Reviewed by: Richard Lowe <richlowe@richlowe.net>


 367                 svcs.1                          \
 368                 symorder.1                      \
 369                 sys-suspend.1                   \
 370                 tabs.1                          \
 371                 tail.1                          \
 372                 talk.1                          \
 373                 tar.1                           \
 374                 tbl.1                           \
 375                 tcopy.1                         \
 376                 tee.1                           \
 377                 telnet.1                        \
 378                 test.1                          \
 379                 tftp.1                          \
 380                 time.1                          \
 381                 times.1                         \
 382                 timex.1                         \
 383                 tip.1                           \
 384                 tnfdump.1                       \
 385                 tnfxtract.1                     \
 386                 touch.1                         \
 387                 tplot.1                         \
 388                 tput.1                          \
 389                 tr.1                            \
 390                 trap.1                          \
 391                 troff.1                         \
 392                 true.1                          \
 393                 truss.1                         \
 394                 tsort.1                         \
 395                 tty.1                           \
 396                 type.1                          \
 397                 typeset.1                       \
 398                 ul.1                            \
 399                 umask.1                         \
 400                 uname.1                         \
 401                 unifdef.1                       \
 402                 uniq.1                          \
 403                 units.1                         \
 404                 unix2dos.1                      \
 405                 uptime.1                        \
 406                 vacation.1                      \
 407                 vgrind.1                        \


 512                 remsh.1         \
 513                 repeat.1        \
 514                 return.1        \
 515                 rksh.1          \
 516                 rksh93.1        \
 517                 rmail.1         \
 518                 rmdir.1         \
 519                 rmumount.1      \
 520                 select.1        \
 521                 setenv.1        \
 522                 settime.1       \
 523                 sh.1            \
 524                 snca.1          \
 525                 source.1        \
 526                 sparc.1         \
 527                 spellin.1       \
 528                 stop.1          \
 529                 strconf.1       \
 530                 sun.1           \
 531                 switch.1        \
 532                 t300.1          \
 533                 t300s.1         \
 534                 t4014.1         \
 535                 t450.1          \
 536                 tek.1           \
 537                 u370.1          \
 538                 u3b.1           \
 539                 u3b15.1         \
 540                 u3b2.1          \
 541                 u3b5.1          \
 542                 ulimit.1        \
 543                 unalias.1       \
 544                 uncompress.1    \
 545                 unexpand.1      \
 546                 unhash.1        \
 547                 unlimit.1       \
 548                 unpack.1        \
 549                 unset.1         \
 550                 unsetenv.1      \
 551                 until.1         \
 552                 valdate.1       \
 553                 valgid.1        \
 554                 valint.1        \
 555                 valpath.1       \
 556                 valrange.1      \
 557                 valstr.1        \
 558                 valtime.1       \
 559                 valuid.1        \
 560                 valyorn.1       \
 561                 vax.1           \
 562                 vedit.1         \
 563                 ver.1           \
 564                 whence.1        \
 565                 while.1         \
 566                 zcat.1
 567 
 568 MANFILES +=     $(MANSOFILES)
 569 
 570 intro.1         := SOSRC = man1/Intro.1
 571 
 572 unalias.1       := SOSRC = man1/alias.1
 573 
 574 batch.1         := SOSRC = man1/at.1
 575 
 576 dirname.1       := SOSRC = man1/basename.1
 577 
 578 continue.1      := SOSRC = man1/break.1
 579 
 580 chdir.1         := SOSRC = man1/cd.1
 581 dirs.1          := SOSRC = man1/cd.1
 582 popd.1          := SOSRC = man1/cd.1
 583 pushd.1         := SOSRC = man1/cd.1


 722 
 723 case.1          := SOSRC = man1/shell_builtins.1
 724 for.1           := SOSRC = man1/shell_builtins.1
 725 foreach.1       := SOSRC = man1/shell_builtins.1
 726 function.1      := SOSRC = man1/shell_builtins.1
 727 if.1            := SOSRC = man1/shell_builtins.1
 728 repeat.1        := SOSRC = man1/shell_builtins.1
 729 select.1        := SOSRC = man1/shell_builtins.1
 730 switch.1        := SOSRC = man1/shell_builtins.1
 731 until.1         := SOSRC = man1/shell_builtins.1
 732 while.1         := SOSRC = man1/shell_builtins.1
 733 
 734 hashcheck.1     := SOSRC = man1/spell.1
 735 hashmake.1      := SOSRC = man1/spell.1
 736 spellin.1       := SOSRC = man1/spell.1
 737 
 738 strconf.1       := SOSRC = man1/strchg.1
 739 
 740 settime.1       := SOSRC = man1/touch.1
 741 
 742 t300.1          := SOSRC = man1/tplot.1
 743 t300s.1         := SOSRC = man1/tplot.1
 744 t4014.1         := SOSRC = man1/tplot.1
 745 t450.1          := SOSRC = man1/tplot.1
 746 tek.1           := SOSRC = man1/tplot.1
 747 ver.1           := SOSRC = man1/tplot.1
 748 
 749 onintr.1        := SOSRC = man1/trap.1
 750 
 751 false.1         := SOSRC = man1/true.1
 752 
 753 whence.1        := SOSRC = man1/typeset.1
 754 
 755 vedit.1         := SOSRC = man1/vi.1
 756 
 757 edit.1          := SOSRC = man1has/edit.1
 758 
 759 .KEEP_STATE:
 760 
 761 include ../Makefile.man
 762 
 763 install: $(ROOTMANFILES)


 367                 svcs.1                          \
 368                 symorder.1                      \
 369                 sys-suspend.1                   \
 370                 tabs.1                          \
 371                 tail.1                          \
 372                 talk.1                          \
 373                 tar.1                           \
 374                 tbl.1                           \
 375                 tcopy.1                         \
 376                 tee.1                           \
 377                 telnet.1                        \
 378                 test.1                          \
 379                 tftp.1                          \
 380                 time.1                          \
 381                 times.1                         \
 382                 timex.1                         \
 383                 tip.1                           \
 384                 tnfdump.1                       \
 385                 tnfxtract.1                     \
 386                 touch.1                         \

 387                 tput.1                          \
 388                 tr.1                            \
 389                 trap.1                          \
 390                 troff.1                         \
 391                 true.1                          \
 392                 truss.1                         \
 393                 tsort.1                         \
 394                 tty.1                           \
 395                 type.1                          \
 396                 typeset.1                       \
 397                 ul.1                            \
 398                 umask.1                         \
 399                 uname.1                         \
 400                 unifdef.1                       \
 401                 uniq.1                          \
 402                 units.1                         \
 403                 unix2dos.1                      \
 404                 uptime.1                        \
 405                 vacation.1                      \
 406                 vgrind.1                        \


 511                 remsh.1         \
 512                 repeat.1        \
 513                 return.1        \
 514                 rksh.1          \
 515                 rksh93.1        \
 516                 rmail.1         \
 517                 rmdir.1         \
 518                 rmumount.1      \
 519                 select.1        \
 520                 setenv.1        \
 521                 settime.1       \
 522                 sh.1            \
 523                 snca.1          \
 524                 source.1        \
 525                 sparc.1         \
 526                 spellin.1       \
 527                 stop.1          \
 528                 strconf.1       \
 529                 sun.1           \
 530                 switch.1        \





 531                 u370.1          \
 532                 u3b.1           \
 533                 u3b15.1         \
 534                 u3b2.1          \
 535                 u3b5.1          \
 536                 ulimit.1        \
 537                 unalias.1       \
 538                 uncompress.1    \
 539                 unexpand.1      \
 540                 unhash.1        \
 541                 unlimit.1       \
 542                 unpack.1        \
 543                 unset.1         \
 544                 unsetenv.1      \
 545                 until.1         \
 546                 valdate.1       \
 547                 valgid.1        \
 548                 valint.1        \
 549                 valpath.1       \
 550                 valrange.1      \
 551                 valstr.1        \
 552                 valtime.1       \
 553                 valuid.1        \
 554                 valyorn.1       \
 555                 vax.1           \
 556                 vedit.1         \

 557                 whence.1        \
 558                 while.1         \
 559                 zcat.1
 560 
 561 MANFILES +=     $(MANSOFILES)
 562 
 563 intro.1         := SOSRC = man1/Intro.1
 564 
 565 unalias.1       := SOSRC = man1/alias.1
 566 
 567 batch.1         := SOSRC = man1/at.1
 568 
 569 dirname.1       := SOSRC = man1/basename.1
 570 
 571 continue.1      := SOSRC = man1/break.1
 572 
 573 chdir.1         := SOSRC = man1/cd.1
 574 dirs.1          := SOSRC = man1/cd.1
 575 popd.1          := SOSRC = man1/cd.1
 576 pushd.1         := SOSRC = man1/cd.1


 715 
 716 case.1          := SOSRC = man1/shell_builtins.1
 717 for.1           := SOSRC = man1/shell_builtins.1
 718 foreach.1       := SOSRC = man1/shell_builtins.1
 719 function.1      := SOSRC = man1/shell_builtins.1
 720 if.1            := SOSRC = man1/shell_builtins.1
 721 repeat.1        := SOSRC = man1/shell_builtins.1
 722 select.1        := SOSRC = man1/shell_builtins.1
 723 switch.1        := SOSRC = man1/shell_builtins.1
 724 until.1         := SOSRC = man1/shell_builtins.1
 725 while.1         := SOSRC = man1/shell_builtins.1
 726 
 727 hashcheck.1     := SOSRC = man1/spell.1
 728 hashmake.1      := SOSRC = man1/spell.1
 729 spellin.1       := SOSRC = man1/spell.1
 730 
 731 strconf.1       := SOSRC = man1/strchg.1
 732 
 733 settime.1       := SOSRC = man1/touch.1
 734 







 735 onintr.1        := SOSRC = man1/trap.1
 736 
 737 false.1         := SOSRC = man1/true.1
 738 
 739 whence.1        := SOSRC = man1/typeset.1
 740 
 741 vedit.1         := SOSRC = man1/vi.1
 742 
 743 edit.1          := SOSRC = man1has/edit.1
 744 
 745 .KEEP_STATE:
 746 
 747 include ../Makefile.man
 748 
 749 install: $(ROOTMANFILES)