diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-26 16:38:00 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-26 16:38:00 -0400 |
| commit | 97d5c458cfa039d857301e1ca7d5af3beb37131d (patch) | |
| tree | b460cd850d0537eb71806ba30358840377b27688 /static/unix-v10/man1/mc68cprs.1 | |
| parent | b89dc2331a50c63f8b33272a5c4c61ab98abdaa3 (diff) | |
build: Better Build System
Diffstat (limited to 'static/unix-v10/man1/mc68cprs.1')
| -rwxr-xr-x | static/unix-v10/man1/mc68cprs.1 | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/static/unix-v10/man1/mc68cprs.1 b/static/unix-v10/man1/mc68cprs.1 new file mode 100755 index 00000000..f26c0178 --- /dev/null +++ b/static/unix-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). |
