BSD 4_4 development
authorCSRG <csrg@ucbvax.Berkeley.EDU>
Mon, 9 Sep 1985 04:57:31 +0000 (20:57 -0800)
committerCSRG <csrg@ucbvax.Berkeley.EDU>
Mon, 9 Sep 1985 04:57:31 +0000 (20:57 -0800)
Work on file usr/src/contrib/dipress/src/bin/restotext/README

Synthesized-from: CSRG/cd3/4.4

usr/src/contrib/dipress/src/bin/restotext/README [new file with mode: 0644]

diff --git a/usr/src/contrib/dipress/src/bin/restotext/README b/usr/src/contrib/dipress/src/bin/restotext/README
new file mode 100644 (file)
index 0000000..68e6072
--- /dev/null
@@ -0,0 +1,18 @@
+Module: restotext
+Owner: knox
+stdout: text description
+args:
+  name         (name of the input res file)
+
+Description:
+   This program reads an RES file and writes out a line-by-line
+   text description of the file.  The name of the RES file is the
+   the first argument of the command line.  A text description
+   of the image is written to the standard output.  The commands
+   in the RES file are translated, but the RES file is not executed.
+
+   The image raster will be read from the file "name.res",
+   where name is read from the command line.  The ".res"
+   extension will not be added if it is already present in the
+   name.
+