summaryrefslogtreecommitdiff
path: root/static/v10/man1/mc68cprs.1
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-25 21:07:28 -0400
committerJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-25 21:07:28 -0400
commit711594636704defae873be1a355a292505585afd (patch)
tree59ee13f863830d8beba6cfd02bbe813dd486c26f /static/v10/man1/mc68cprs.1
parent3258a063c1f189d7b019e40e525b46bef9b9a7b1 (diff)
docs: Added UNIX V10 Manuals
Diffstat (limited to 'static/v10/man1/mc68cprs.1')
-rwxr-xr-xstatic/v10/man1/mc68cprs.142
1 files changed, 42 insertions, 0 deletions
diff --git a/static/v10/man1/mc68cprs.1 b/static/v10/man1/mc68cprs.1
new file mode 100755
index 00000000..f26c0178
--- /dev/null
+++ b/static/v10/man1/mc68cprs.1
@@ -0,0 +1,42 @@
+.TH MC68CPRS 1 "630 MTG"
+.SH NAME
+mc68cprs \- compress a MC68000 object file
+.SH SYNOPSIS
+.B mc68cprs
+.RB [ \-pv ]
+infile outfile
+.SH DESCRIPTION
+The
+.I mc68cprs
+command
+reduces the size of a Motorola 68000 object file,
+.IR infile ,
+by removing duplicate structure and union descriptors.
+The reduced file,
+.IR outfile ,
+is produced as output.
+.PP
+The options are:
+.PP
+.TP 6
+.B \-p
+Prints statistical messages including:
+.sp
+.RS 12
+total number of tags
+.br
+total duplicate tags
+.br
+total reduction of
+.IR infile .
+.RE
+.PP
+.TP 6
+.B \-v
+Prints verbose error messages if error condition occurs.
+.SH EXAMPLE
+.ft CW
+ mc68cprs dmda.out sm3b
+.ft R
+.SH SEE ALSO
+mc68strip(1).