Be less verbose when `The' and `command' just aren't necessary
authorMisha Brukman <brukman+llvm@gmail.com>
Mon, 15 Nov 2004 20:39:30 +0000 (20:39 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Mon, 15 Nov 2004 20:39:30 +0000 (20:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17846 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CommandGuide/llvm-as.pod

index 9413c0c3ea87225822d6febbaaedf6d4f1ad429d..fa2fa9c106680bc94156845303899169aac9202a 100644 (file)
@@ -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.