summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorRobert de Bath <rdebath@poboxes.com>1997-10-05 15:05:09 +0200
committerLubomir Rintel <lkundrak@v3.sk>2013-10-23 23:40:02 +0200
commit48798bf2eb93ec3b99720ac2e16093441156653d (patch)
tree35e03d95df5f2677f05e32d70abb6d0583aa47ba /man
parent9d97bc3cb3aecd3416fb7c4be3ca2f436665b696 (diff)
downloaddev86-48798bf2eb93ec3b99720ac2e16093441156653d.tar.gz
Import Dev86src-0.13.0.tar.gzv0.13.0
Diffstat (limited to 'man')
-rw-r--r--man/as86.16
-rw-r--r--man/bcc.12
2 files changed, 4 insertions, 4 deletions
diff --git a/man/as86.1 b/man/as86.1
index 990c263..199c65f 100644
--- a/man/as86.1
+++ b/man/as86.1
@@ -120,10 +120,10 @@ option. If a binary file doesn't start at location zero the first two
items in the table are the start and end addresses of the binary file.
.TP
.B -u
-take undefined symbols as imported-with-unspecified segment
+assume undefined symbols are imported-with-unspecified segment.
.TP
-.B -w
-don't print warnings
+.B -w-
+allow the assembler to print warning messages.
.P
.SH AS86 SOURCE
Special characters
diff --git a/man/bcc.1 b/man/bcc.1
index 9cf4188..21cc421 100644
--- a/man/bcc.1
+++ b/man/bcc.1
@@ -175,7 +175,7 @@ print names and args of subprocesses being run. Two or more -v's print
names of files being unlinked. Three or more -v's print names of paths
being searched.
.TP
-.B -W
+.B -w
allow the assembler to generate warnings, useful for finding 80186+
instructions.
.P