summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
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