updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / ocs / fix-manpage-errors.patch
bloba50033164ae53dfd8d2c588da533fb9cf761267f
1 Description: Fix manpage errors.
2 Remove not defined macro `TI'.
3 Author: Benjamin Drung <bdrung@debian.org>
5 --- a/src/om/scripts/ocs.1
6 +++ b/src/om/scripts/ocs.1
7 @@ -70,7 +70,6 @@
8 be an arbitrary collection of documents, in which case you might want
9 to define your own basic GNU-make maintenance rules. See
10 DEFINING YOUR OWN KIND OF SYSTEM.
11 -.TI
13 .SH SPECIFYING SYSTEMS FROM THE COMMAND LINE
15 @@ -86,7 +85,6 @@
16 specifies an Opal subsystem in the current directory, where \fIsystem\fP
17 must be the basename of the directory node, and \fIstructures\fP are
18 incorporated (at least) into the subsystem.
19 -.TI
20 .LP
21 The following options control how a system specified on the command-line
22 shall be compiled:
23 @@ -288,7 +286,6 @@
24 .BI -force " structure" .{sign,impl,c}
25 forces the recompilation of the signature, implementation, or C code
26 of the structure.
27 -.TI
29 .SH SWITCHES AND PROJECT DEFINITIONS
31 @@ -373,7 +370,6 @@
32 .IB var = value
33 overwrite any make variable. You should know what you are doing before
34 you use this switch.
35 -.TI
37 .SH SUBSYSTEMS WITH HAND-CODING
38 See the manual "Handcoder’s Guide to OCS Version 2",
39 --- a/src/om/scripts/oc.1
40 +++ b/src/om/scripts/oc.1
41 @@ -1,21 +1,21 @@
42 '\" t
43 .TH OC 1
45 -.\ LAST EDIT: Mon Feb 14 14:02:47 1994 by dkd@cs.tu-berlin.de bolero
46 -.\ Version: oc.1[1.3] accessed Mon Feb 14 14:07:46 1994
47 -.\ Bytes: 15441
48 -.\ .\ Log for /home/uebb/wg/ocs/trans/ocs/src/om/scripts/oc.1[1.3]:
49 -.\
50 -.\ [1.1] Sat Nov 20 14:41:33 1993 wg@cs.tu-berlin.de accessed
51 -.\ [Sat Nov 20 14:38:19 1993] Intention for change:
52 -.\ --- no intent expressed ---
53 -.\ Corrected -zetaEnrich to -zetaEnrichment
54 -.\ [1.2] Tue Nov 23 12:51:45 1993 maeder@cs.tu-berlin.de proposed
55 -.\ [Tue Nov 23 12:22:00 1993] Intention for change:
56 -.\ Optionen -zunderline und -E korrigieren
57 -.\ [1.3] Mon Feb 14 14:07:46 1994 dkd@cs.tu-berlin.de accessed
58 -.\ [Fri Feb 11 15:29:54 1994] Intention for change:
59 -.\ Added some zOptions
60 +.\" LAST EDIT: Mon Feb 14 14:02:47 1994 by dkd@cs.tu-berlin.de bolero
61 +.\" Version: oc.1[1.3] accessed Mon Feb 14 14:07:46 1994
62 +.\" Bytes: 15441
63 +.\" .\ Log for /home/uebb/wg/ocs/trans/ocs/src/om/scripts/oc.1[1.3]:
64 +.\"
65 +.\" [1.1] Sat Nov 20 14:41:33 1993 wg@cs.tu-berlin.de accessed
66 +.\" [Sat Nov 20 14:38:19 1993] Intention for change:
67 +.\" --- no intent expressed ---
68 +.\" Corrected -zetaEnrich to -zetaEnrichment
69 +.\" [1.2] Tue Nov 23 12:51:45 1993 maeder@cs.tu-berlin.de proposed
70 +.\" [Tue Nov 23 12:22:00 1993] Intention for change:
71 +.\" Optionen -zunderline und -E korrigieren
72 +.\" [1.3] Mon Feb 14 14:07:46 1994 dkd@cs.tu-berlin.de accessed
73 +.\" [Fri Feb 11 15:29:54 1994] Intention for change:
74 +.\" Added some zOptions
77 .SH NAME
78 @@ -170,7 +170,7 @@
79 i.e., the implementation parts and their compilation products may not be used.
80 This is the default.
81 This option can be repeated.
82 -./----------- -v
83 +.\" ---------- -v
84 .TP
85 .BI \-v\fR[ level\fR]
86 Verbose compilation. The default is
87 @@ -196,7 +196,7 @@
88 .B 3
89 Display even minor compilation steps.
90 .RE
91 -./------------ -w
92 +.\" ---------- -w
93 .TP
94 .BI \-w\fR[ level\fR]
95 Display warnings. The default is
96 @@ -222,7 +222,7 @@
97 but additionally display hints,
98 e.g., missing patterns.
99 .RE
100 -./ ---------- -o
101 +.\" ---------- -o
103 .BI \-o\fR[ kind\fR]
104 Controls code optimization. The default is no optimization;
105 @@ -302,7 +302,7 @@
106 .I size
107 (but not to the code speed).
109 -./--------- d
110 +.\" ---------- -d
112 .BI \-d\fR[ kind\fR]
113 Controls generation of code for debugging. The default is to generate
114 @@ -501,11 +501,11 @@
115 .IB structure .c
116 C file for
117 .I structure
118 -./ .TP
119 -./ .IB structure .o
120 -./ object code of
121 -./ .I structure
122 -./ generated by a C compiler
123 +.\" .TP
124 +.\" .IB structure .o
125 +.\" object code of
126 +.\" .I structure
127 +.\" generated by a C compiler
130 .SH SEE ALSO
131 @@ -540,11 +540,11 @@
132 self-explanatory.
134 .SH BUGS
135 -./ The implementation of infixes is currently rather prototypical. Large
136 -./ infix expressions without brackets might cause the compiler to use up
137 -./ a lot memory or to virtually prevent it from terminating. More then 6
138 -./ levels of omitted bracketing in infix applications is not recommended.
139 -./ .LP
140 +.\" The implementation of infixes is currently rather prototypical. Large
141 +.\" infix expressions without brackets might cause the compiler to use up
142 +.\" a lot memory or to virtually prevent it from terminating. More then 6
143 +.\" levels of omitted bracketing in infix applications is not recommended.
144 +.\" .LP
145 Please refer to the
146 .IR "A User's Guide to the Opal Compilation System (Version 2)"
147 for how to identify a bug. We encourage you to send bug reports to
148 @@ -588,26 +588,26 @@
149 Email: opal-users@projects.uebb.tu-berlin.de,
150 WWW: http://projcts.uebb.tu-berlin.de/opal/
152 -./.SH COPYRIGHT AND LICENCE
154 -./The OPAL Compiler is distributed as free software software. Copyright
155 -./is with the authors, Andreas Fett, Carola Gerke, Wolfgang Grieskamp,
156 -./Michael Jatzeck, Wolfram Schulte. As stated above, there is absolutely
157 -./no warranty.
158 -./.LP
159 -./You are free to use the OPAL Compiler to generate
160 -./NON-COMMERCIAL stand-alone applications.
161 -./.LP
162 -./You are free to copy and re-distribute the OPAL Compiler
163 -./as a whole WITHOUT ANY MODIFICATION.
164 -./.LP
165 -./You are free to build commercial software from the OPAL Compiler,
166 -./or to redistribute modified parts of it, PROVIDED:
168 -./.TP
169 -./1) You have written consent from Peter Pepper, who is
170 -./authorized by the authors for this purpose;
171 -./.LP
172 -./.TP
173 -./2) The notice on copyright of the authors above is included
174 -./in human readable form in your product.
175 +.\".SH COPYRIGHT AND LICENCE
176 +.\"
177 +.\"The OPAL Compiler is distributed as free software software. Copyright
178 +.\"is with the authors, Andreas Fett, Carola Gerke, Wolfgang Grieskamp,
179 +.\"Michael Jatzeck, Wolfram Schulte. As stated above, there is absolutely
180 +.\"no warranty.
181 +.\".LP
182 +.\"You are free to use the OPAL Compiler to generate
183 +.\"NON-COMMERCIAL stand-alone applications.
184 +.\".LP
185 +.\"You are free to copy and re-distribute the OPAL Compiler
186 +.\"as a whole WITHOUT ANY MODIFICATION.
187 +.\".LP
188 +.\"You are free to build commercial software from the OPAL Compiler,
189 +.\"or to redistribute modified parts of it, PROVIDED:
190 +.\"
191 +.\".TP
192 +.\"1) You have written consent from Peter Pepper, who is
193 +.\"authorized by the authors for this purpose;
194 +.\".LP
195 +.\".TP
196 +.\"2) The notice on copyright of the authors above is included
197 +.\"in human readable form in your product.