From b2cdcadac5b6beb2bbe1bbfc6911b40aa3a00340 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Mon, 15 Nov 2004 20:39:30 +0000 Subject: [PATCH] Be less verbose when `The' and `command' just aren't necessary git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17846 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CommandGuide/llvm-as.pod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/CommandGuide/llvm-as.pod b/docs/CommandGuide/llvm-as.pod index 9413c0c3ea8..fa2fa9c1066 100644 --- a/docs/CommandGuide/llvm-as.pod +++ b/docs/CommandGuide/llvm-as.pod @@ -10,9 +10,9 @@ B [I] [I] =head1 DESCRIPTION -The B 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 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 is omitted or is C<->, then B reads its input from standard input. -- 2.34.1