Commit Graph

10 Commits

Author SHA1 Message Date
jtc
23e6aab105 Use "utility" instead of "command". Modern definitions of these terms
are distinct (See POSIX.2 glossary).

A utility is a executable, script or shell builtin; while a command
can be any of those things plus lists, pipelines, compound commands
(if, for, while) and shell function definitions.
1995-07-25 19:36:36 +00:00
ragge
2c26a4db6f Removed some (unworking) #ifdef vax. 1995-06-01 16:25:04 +00:00
cgd
df247e9b94 merge with lite 1995-03-21 06:57:43 +00:00
andrew
61043b5d11 Added mention of the retension, erase and eom options. 1994-10-16 11:46:49 +00:00
mycroft
b527513158 Add retension', erase', eom', and nbsf' subcommands. 1994-04-05 21:13:55 +00:00
jtc
468f4334b4 misc cleanup:
use getopt to parse command line arguments.
  use err(), errx(), etc. for error messages.
  include appropriate header files for function prototypes.
  return 0 on successfull exit instead of dropping off the end of main().
1994-03-30 01:50:43 +00:00
mycroft
8542364e07 Add RCS identifiers. 1993-08-01 18:49:50 +00:00
mycroft
b1bd4afedc Add RCS indentifiers. 1993-08-01 07:42:49 +00:00
mycroft
cda4f8f6ee Add RCS identifiers. 1993-08-01 05:37:30 +00:00
cgd
23a6037ac3 added mt from net-2 sources, with added rcs header.
note that it's in /bin rather than /usr/bin.  wouldn't want to be
screwed trying to restore a backup...
1993-03-25 08:01:33 +00:00