Package: mmake / 2.3-7

fix-manpage.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Description: - Fix a few typos in Manpage replacing a direct change in upstream
               source code.
Author: Thomas Bushnell, BSG <tb@debian.org>
Reviewed-by: Giovani Agusuto Ferreira <giovani@riseup.net>
Last-Update: 2016-07-02
Index: mmake-2.3/mmake.1
===================================================================
--- mmake-2.3.orig/mmake.1
+++ mmake-2.3/mmake.1
@@ -137,7 +137,7 @@
 .SH "SYNOPSIS"
 .IX Header "SYNOPSIS"
 .Vb 1
-\& mmake [ -d | -v ]
+\& mmake [ \-d | \-v ]
 .Ve
 .SH "DESCRIPTION"
 .IX Header "DESCRIPTION"
@@ -270,7 +270,7 @@ of the source files that you want to pre
 <filename>.java to <filename>.xjava. The Makefile has a rule to build
 \&.class files from .xjava files.
 .PP
-It is \fBnot\fR necesarry to change every file from .java to .xjava. The
+It is \fBnot\fR necessary to change every file from .java to .xjava. The
 Makefile will work well and consistently in an environment of both
 \&.java and .xjava files. (E.g. 'make clean' will only remove .java
 files that were created from a .xjava file. Other java files will, of