Package: bin86
Version: 0.16.17-3
Severity: minor
Tags: patch
Found some typos in '/usr/share/man/man1/ld86.1.gz',
'/usr/share/man/man1/as86.1.gz',
and '/usr/share/man/man1/ar86.1.gz'
see attached '.diff' files.
Hope this helps...
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.24-1-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash
Versions of packages bin86 depends on:
ii libc6 2.7-13 GNU C Library: Shared libraries
bin86 recommends no packages.
bin86 suggests no packages.
-- debconf-show failed
--- ld86.1 2008-10-01 07:02:02.000000000 -0400
+++ /tmp/ld86.1 2008-10-03 01:59:46.000000000 -0400
@@ -108,7 +108,7 @@
Standard C variable for the end of the text segment.
.TP
.B __edata
-Standard C variable for the end of the initilised data.
+Standard C variable for the end of the initialized data.
.TP
.B __end
Standard C variable for the end of the bss area.
@@ -129,8 +129,8 @@
The top of segment 'X's data area.
.TP
.B __segXCL
-The bottom of segment 'X's 'common data' or unitilised data area. Each
-segment has both an initilised and unitilised data area.
+The bottom of segment 'X's 'common data' or uninitialized data area. Each
+segment has both an initialized and uninitialized data area.
.TP
.B __segXCH
The top of segment 'X's common area.
--- ar86.1 2008-10-01 07:02:02.000000000 -0400
+++ /tmp/ar86.1 2008-10-03 01:54:05.000000000 -0400
@@ -41,7 +41,7 @@
.B p
\fIprint\fP the contents of archive members to standard out. If a file
list is included only those members are printed. If the \fBv\fR
-modifier is present each file's contents are preceeded by a new line,
+modifier is present each file's contents are preceded by a new line,
a line with the string \fBmember\fR, a space character, the member
name, and two following newlines.
.TP
--- as86.1 2008-10-01 07:02:02.000000000 -0400
+++ /tmp/as86.1 2008-10-03 01:55:30.000000000 -0400
@@ -186,7 +186,7 @@
mov ax,[_hello]
.fi
Absolute addressing, ax is set to contents of location 1234. Note the
-third option is not strictly consistant but is in place mainly for asld
+third option is not strictly consistent but is in place mainly for asld
compatibility.
.sp