BSD 3 development
authorColin L. Mc Master <x-clm@ucbvax.Berkeley.EDU>
Sun, 25 Nov 1979 09:04:45 +0000 (01:04 -0800)
committerColin L. Mc Master <x-clm@ucbvax.Berkeley.EDU>
Sun, 25 Nov 1979 09:04:45 +0000 (01:04 -0800)
Work on file usr/man/man1/ccat.1

Synthesized-from: 3bsd

usr/man/man1/ccat.1 [new file with mode: 0644]

diff --git a/usr/man/man1/ccat.1 b/usr/man/man1/ccat.1
new file mode 100644 (file)
index 0000000..1ed8a40
--- /dev/null
@@ -0,0 +1,35 @@
+.TH CCAT 1 3/15/79
+.UC
+.SH NAME
+ccat \- cat compressed files
+.SH SYNOPSIS
+.B ccat
+[file ...]
+.SH DESCRIPTION
+.I Ccat
+cats the original file from
+a file compressed by
+.I compact.
+It is the csh script
+
+.nf
+foreach file ($argv)
+uncompact < $file
+end
+.fi
+
+.PP
+The file is left compacted.
+.SH DIAGNOSTICS
+Messages about unopenable files, etc.
+Files which were compressed using pack
+are noted.
+.SH "SEE ALSO"
+compact (1),
+uncompact (1)
+.sp
+Gallager, Robert G., "Variations on a Theme of Huffman",
+.I "I.E.E.E.  Transactions on Information Theory,"
+vol. IT-24, no. 6, November 1978, pp. 668 - 674.
+.SH AUTHOR
+Colin L. Mc Master