diff options
Diffstat (limited to 'usr.bin/clang/llvm-as/llvm-as.1')
-rw-r--r-- | usr.bin/clang/llvm-as/llvm-as.1 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/usr.bin/clang/llvm-as/llvm-as.1 b/usr.bin/clang/llvm-as/llvm-as.1 index 79e6e39..bca402b 100644 --- a/usr.bin/clang/llvm-as/llvm-as.1 +++ b/usr.bin/clang/llvm-as/llvm-as.1 @@ -1,5 +1,7 @@ .\" $FreeBSD$ -.TH "LLVM-AS" "1" "2013-04-11" "3.3" "LLVM" +.\" Man page generated from reStructuredText. +. +.TH "LLVM-AS" "1" "2014-01-01" "3.4" "LLVM" .SH NAME llvm-as \- LLVM assembler . @@ -29,8 +31,6 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] .in \\n[rst2man-indent\\n[rst2man-indent-level]]u .. -.\" Man page generated from reStructuredText. -. .SH SYNOPSIS .sp \fBllvm\-as\fP [\fIoptions\fP] [\fIfilename\fP] @@ -50,11 +50,11 @@ these rules: .IP \(bu 2 If the input is standard input, then the output is standard output. .IP \(bu 2 -If the input is a file that ends with \fB.ll\fP, then the output file is of the -same name, except that the suffix is changed to \fB.bc\fP. +If the input is a file that ends with \fB\&.ll\fP, then the output file is of the +same name, except that the suffix is changed to \fB\&.bc\fP\&. .IP \(bu 2 -If the input is a file that does not end with the \fB.ll\fP suffix, then the -output file has the same name as the input file, except that the \fB.bc\fP +If the input is a file that does not end with the \fB\&.ll\fP suffix, then the +output file has the same name as the input file, except that the \fB\&.bc\fP suffix is appended. .UNINDENT .SH OPTIONS |