summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide/llvm-as.pod
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2004-11-15 20:39:30 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2004-11-15 20:39:30 +0000
commitef8d601a538e0915051b4d4095ddd13731af4f85 (patch)
treeebbefeaaad38122dfedae4154bfb8b8f10e4236a /llvm/docs/CommandGuide/llvm-as.pod
parent6c668c4fba975fd520a6bc715bf2e9832b5da4b5 (diff)
downloadbcm5719-llvm-ef8d601a538e0915051b4d4095ddd13731af4f85.tar.gz
bcm5719-llvm-ef8d601a538e0915051b4d4095ddd13731af4f85.zip
Be less verbose when `The' and `command' just aren't necessary
llvm-svn: 17846
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-as.pod')
-rw-r--r--llvm/docs/CommandGuide/llvm-as.pod6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/docs/CommandGuide/llvm-as.pod b/llvm/docs/CommandGuide/llvm-as.pod
index 9413c0c3ea8..fa2fa9c1066 100644
--- a/llvm/docs/CommandGuide/llvm-as.pod
+++ b/llvm/docs/CommandGuide/llvm-as.pod
@@ -10,9 +10,9 @@ B<llvm-as> [I<options>] [I<filename>]
=head1 DESCRIPTION
-The B<llvm-as> command invokes the LLVM assembler. It reads a file containing
-human-readable LLVM assembly language, translates it to LLVM bytecode, and
-writes the result into a file or to standard output.
+B<llvm-as> is the LLVM assembler. It reads a file containing human-readable
+LLVM assembly language, translates it to LLVM bytecode, and writes the result
+into a file or to standard output.
If F<filename> is omitted or is C<->, then B<llvm-as> reads its input from
standard input.
OpenPOWER on IntegriCloud