From: jca Date: Tue, 28 Jun 2016 19:45:53 +0000 (+0000) Subject: Add missing words to help the reader. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=7d62d86a5efabf7e7941310c1b074b4072630901;p=openbsd Add missing words to help the reader. ok mikeb@ --- diff --git a/gnu/usr.bin/binutils-2.17/gas/doc/as.texinfo b/gnu/usr.bin/binutils-2.17/gas/doc/as.texinfo index ae32a47c8e7..635692cc259 100644 --- a/gnu/usr.bin/binutils-2.17/gas/doc/as.texinfo +++ b/gnu/usr.bin/binutils-2.17/gas/doc/as.texinfo @@ -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. diff --git a/gnu/usr.bin/binutils/gas/doc/as.texinfo b/gnu/usr.bin/binutils/gas/doc/as.texinfo index c1d9f8d278e..f28885987b4 100644 --- a/gnu/usr.bin/binutils/gas/doc/as.texinfo +++ b/gnu/usr.bin/binutils/gas/doc/as.texinfo @@ -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.