aboutsummaryrefslogtreecommitdiff
path: root/docs/CommandGuide/llvm-as.pod
diff options
context:
space:
mode:
Diffstat (limited to 'docs/CommandGuide/llvm-as.pod')
-rw-r--r--docs/CommandGuide/llvm-as.pod6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/CommandGuide/llvm-as.pod b/docs/CommandGuide/llvm-as.pod
index 9413c0c3ea..fa2fa9c106 100644
--- a/docs/CommandGuide/llvm-as.pod
+++ b/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.