[llvm-commits] CVS: llvm/docs/CommandGuide/llvm-as.pod
Misha Brukman
brukman at cs.uiuc.edu
Mon Nov 15 12:39:41 PST 2004
Changes in directory llvm/docs/CommandGuide:
llvm-as.pod updated: 1.2 -> 1.3
---
Log message:
Be less verbose when `The' and `command' just aren't necessary
---
Diffs of the changes: (+3 -3)
Index: llvm/docs/CommandGuide/llvm-as.pod
diff -u llvm/docs/CommandGuide/llvm-as.pod:1.2 llvm/docs/CommandGuide/llvm-as.pod:1.3
--- llvm/docs/CommandGuide/llvm-as.pod:1.2 Fri Jul 2 11:06:19 2004
+++ llvm/docs/CommandGuide/llvm-as.pod Mon Nov 15 14:39:30 2004
@@ -10,9 +10,9 @@
=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.
More information about the llvm-commits
mailing list