@@ -172,66 +172,66 @@ by more verbose descriptions and some possible causes.
172172.*
173173.begnote $break
174174.*
175- .mnote Error opening %s for reading.
175+ .note Error opening %s for reading.
176176The input executable file could not be opened for reading.
177177.np
178178Check that the input file exists and &e2bcmd. has read permissions.
179179.*
180- .mnote Error opening %s for writing.
180+ .note Error opening %s for writing.
181181The output binary file could not be opened for writing.
182182.np
183183Make sure the media is not write protected, has enough free space to hold the
184184output file, and &e2bcmd. has write permissions.
185185.*
186- .mnote Error allocating file I/O buffer.
186+ .note Error allocating file I/O buffer.
187187There is not enough free memory to allocate a file buffer.
188188.*
189- .mnote Error reading while copying data.
189+ .note Error reading while copying data.
190190An error occured while reading the binary part of the input file.
191191.np
192192This is most likely due to a corrupted executable header. Run &e2bcmd. with the
193193&sw.h option and check the size reported. The size of the input file
194194must be at least (" Number of pages" - 1 ) * 512 + "Size mod 512". Omit
195195decrementing the number of pages if "Size mod 512" happens to equal zero.
196196.*
197- .mnote Error writing while copying data.
197+ .note Error writing while copying data.
198198The output binary file can not be written to.
199199.np
200200Make sure the media has enough free space to hold the output file and is not
201201removed while writing to it.
202202.*
203- .mnote Error. %s has no valid executable header.
203+ .note Error. %s has no valid executable header.
204204The signature (the first two bytes of the input file) does not match "MZ".
205205.np
206206&e2bcmd. can only use valid DOS executable files as input.
207207.*
208- .mnote Error allocating/reading reloc-table.
208+ .note Error allocating/reading reloc-table.
209209There is either not enough free memory to allocate a buffer for the relocations
210210(each relocation takes about 4 bytes) or there was an error while reading
211211from the input file.
212212.*
213- .mnote Error. Option "-l=<seg>" mandatory (there are relocations).
213+ .note Error. Option "-l=<seg>" mandatory (there are relocations).
214214The executable file contains relocations. Therefore, &e2bcmd. needs to know the
215215segment the binary output file is supposed to reside at.
216216.np
217217Either provide a segment as an argument to the &sw.l option or rewrite your
218218executable file to not contain any relocations.
219219.*
220- .mnote Error: Binary part exceeds 64 KBytes.
220+ .note Error: Binary part exceeds 64 KBytes.
221221The binary part of the input file is larger than 64 KBytes.
222222.np
223223The restriction applies because the &sw.x option was not specified.
224224Check if the extended behaviour is suitable or rewrite the program to shorten
225225the binary part.
226226.*
227- .mnote Error: Stack segment defined.
227+ .note Error: Stack segment defined.
228228The header defines an initial stack, i.e. ss:sp != 0x0000:0x0000.
229229.np
230230The restriction applies because the &sw.x option was not specified.
231231Check if the extended behaviour is suitable or rewrite the program to not have
232232a segment of class "stack".
233233.*
234- .mnote Error: CS:IP neither 0x0000:0x0000 nor 0x0000:0x0100.
234+ .note Error: CS:IP neither 0x0000:0x0000 nor 0x0000:0x0100.
235235The header defines an initial cs:ip not matching any of the two values.
236236.np
237237The restriction applies because the &sw.x option was not specified.
@@ -240,7 +240,7 @@ different entry point (cf. &lnkname.
240240.mono " option start"
241241).
242242.*
243- .mnote Error: com-file must not have relocations.
243+ .note Error: com-file must not have relocations.
244244Although the binary part is <= 64 KByte in length, there is no stack defined
245245and the cs:ip is 0x0000:0x0100, i.e. &e2bcmd. assumes you try to generate a
246246".COM" executable, there are relocations in the input file.
0 commit comments