manpagefix.diff 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. diff -Naur dasm-2.20.14.1/docs/dasm.1 dasm-2.20.14.1.patched/docs/dasm.1
  2. --- dasm-2.20.14.1/docs/dasm.1 2020-11-09 16:50:22.000000000 -0500
  3. +++ dasm-2.20.14.1.patched/docs/dasm.1 2022-09-29 11:35:53.562786259 -0400
  4. @@ -16,12 +16,22 @@
  5. \fBdasm\fP is a versatile macro assembler with support for several
  6. 8\-bit microprocessors including MOS 6502 & 6507; Motorola 6803, 68705,
  7. and 68HC11; Hitachi HD6303 (extended Motorola 6801) and Fairchild F8.
  8. +.PP
  9. +\fBNote:\fP The source filename \fImust\fP be given as the first
  10. +argument; this is unlike most assemblers and compilers.
  11. .SH OPTIONS
  12. \fBdasm\fP supports the following options, briefly described below.
  13. For more information see the \fBdasm\fP \fITechnical Reference Manual\fP.
  14. .TP
  15. .BI \-f #
  16. output format 1\-3 [default: \fI1\fP]
  17. +.RS
  18. +.IR 1 " = \fB2-byte header; rest is data\fP"
  19. +.br
  20. +.IR 2 " = \fBRandom Access Segments (see dasm.pdf)\fP"
  21. +.br
  22. +.IR 3 " = \fBRaw (no headers/segments; just code)\fP"
  23. +.RE
  24. .TP
  25. .BI \-o name
  26. output file name [default: \fIa.out\fP]
  27. @@ -57,6 +67,7 @@
  28. symbol table sorting [default: \fI0\fP]
  29. .RS
  30. .IR 0 " = \fBalphabetical\fP"
  31. +.br
  32. .IR 1 " = \fBaddress/value\fP"
  33. .RE
  34. .TP
  35. @@ -64,7 +75,9 @@
  36. error format [default: \fI0\fP]
  37. .RS
  38. .IR 0 " = \fBMS\fP"
  39. +.br
  40. .IR 1 " = \fBDillon\fP"
  41. +.br
  42. .IR 2 " = \fBGNU\fP"
  43. .RE
  44. .TP
  45. @@ -78,7 +91,7 @@
  46. maximum allowed file-size in kB
  47. .SH SEE ALSO
  48. .TP
  49. -.IR /usr/share/doc/dasm/dasm.pdf :
  50. +.IR /usr/doc/dasm-2.20.14.1/dasm.pdf :
  51. .B dasm Technical Reference Manual
  52. .SH AUTHOR
  53. Written and maintained by the DASM team and its contributors.