doc/Changes		list of changes since 2.0 (link to version.h)
doc/Manifest		this file
doc/README		general information and installation instructions
doc/README.*		Programmers notes on v2.0 changes, and background info
doc/rbak.man.old	Outdated nroff/troff source for manual page
doc/rbak.txt		simple formatted manual page (ASCII) - current
doc/rbak_apollo.cat,
doc/wbak_apollo.cat     The Apollo man pages (for reference)

include/ansitape.h	ANSI tape headers
include/char.h		character classification macros
include/dio.h		directory I/O operations
include/error.h		fatal error messages with exit status codes
include/finfo.h		information about files
include/format.h	rbak format
include/lang.h		C language differences
include/lim.h		implementation-defined limits
include/net.h		network databases
include/order.h		conversions between local host and Apollo byte orders
include/passwd.h	password database
include/pathnames.h	implementation-defined pathnames
include/rbak.h		command line parsing and file operations
include/remote.h	remote magtape protocol
include/remove.h	recursive removal of files and directories
include/sig.h		signal handling
include/sio.h		standard I/O library
include/sock.h		sockets and associated options
include/std.h		C language standards
include/str.h		string operations
include/tape.h		magtape control operations
include/timestamp.h	file time stamps
include/type_uids.h	Apollo object type uid declarations
include/var.h		variable argument lists
include/version.h	list of changes (as comments) and version number

src/Makefile		Makefile for rbak
src/Makefile.*		Makefiles for specific ports
src/ansitape.c		ANSI tape headers
src/error.c		fatal error messages with exit status codes
src/rbak.c		command line parsing and file operations
src/remote.c		remote magtape protocol
src/remove.c		recursive removal of files and directories
src/sio.c		support functions for standard I/O library
