Add missing words to help the reader.
authorjca <jca@openbsd.org>
Tue, 28 Jun 2016 19:45:53 +0000 (19:45 +0000)
committerjca <jca@openbsd.org>
Tue, 28 Jun 2016 19:45:53 +0000 (19:45 +0000)
ok mikeb@

gnu/usr.bin/binutils-2.17/gas/doc/as.texinfo
gnu/usr.bin/binutils/gas/doc/as.texinfo

index ae32a47..635692c 100644 (file)
@@ -2087,8 +2087,8 @@ preprocessed.
 If the first line of an input file is @code{#NO_APP} or if you use the
 @samp{-f} option, whitespace and comments are not removed from the input file.
 Within an input file, you can ask for whitespace and comment removal in
-specific portions of the by putting a line that says @code{#APP} before the
-text that may contain whitespace or comments, and putting a line that says
+specific portions of the file by putting a line that says @code{#APP} before
+the text that may contain whitespace or comments, and putting a line that says
 @code{#NO_APP} after this text.  This feature is mainly intend to support
 @code{asm} statements in compilers whose output is otherwise free of comments
 and whitespace.
index c1d9f8d..f288859 100644 (file)
@@ -1998,8 +1998,8 @@ preprocessed.
 If the first line of an input file is @code{#NO_APP} or if you use the
 @samp{-f} option, whitespace and comments are not removed from the input file.
 Within an input file, you can ask for whitespace and comment removal in
-specific portions of the by putting a line that says @code{#APP} before the
-text that may contain whitespace or comments, and putting a line that says
+specific portions of the file by putting a line that says @code{#APP} before
+the text that may contain whitespace or comments, and putting a line that says
 @code{#NO_APP} after this text.  This feature is mainly intend to support
 @code{asm} statements in compilers whose output is otherwise free of comments
 and whitespace.