diff options
author | dim <dim@FreeBSD.org> | 2015-01-10 21:44:31 +0000 |
---|---|---|
committer | dim <dim@FreeBSD.org> | 2015-01-10 21:44:31 +0000 |
commit | 8bf84181c0aea1c8623771a812df36509973b22e (patch) | |
tree | 7b8600019b1cbde2f34b701f92fe2ecccf17e131 /usr.bin/clang/tblgen | |
parent | c118a100d9383e87b2ea94cdc492d8dd41ce1e25 (diff) | |
download | FreeBSD-src-8bf84181c0aea1c8623771a812df36509973b22e.zip FreeBSD-src-8bf84181c0aea1c8623771a812df36509973b22e.tar.gz |
Regenerate the manpages for the additional llvm/clang tools. This
contains only very minor updates.
Diffstat (limited to 'usr.bin/clang/tblgen')
-rw-r--r-- | usr.bin/clang/tblgen/tblgen.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/clang/tblgen/tblgen.1 b/usr.bin/clang/tblgen/tblgen.1 index 95036eb..848d5ba 100644 --- a/usr.bin/clang/tblgen/tblgen.1 +++ b/usr.bin/clang/tblgen/tblgen.1 @@ -1,7 +1,7 @@ .\" $FreeBSD$ .\" Man page generated from reStructuredText. . -.TH "TBLGEN" "1" "2014-01-01" "3.4" "LLVM" +.TH "TBLGEN" "1" "2015-01-10" "3.5" "LLVM" .SH NAME tblgen \- Target Description To C++ Code Generator . @@ -42,7 +42,7 @@ users of LLVM will not need to use this program. It is only for assisting with writing an LLVM target backend. .sp The input and output of \fBtblgen\fP is beyond the scope of this short -introduction. Please see \fB\&../TableGenFundamentals\fP\&. +introduction; please see the \fBintroduction to TableGen\fP\&. .sp The \fIfilename\fP argument specifies the name of a Target Description (\fB\&.td\fP) file to read as input. @@ -177,6 +177,6 @@ occurs, it will exit with a non\-zero value. .SH AUTHOR Maintained by The LLVM Team (http://llvm.org/). .SH COPYRIGHT -2003-2013, LLVM Project +2003-2014, LLVM Project .\" Generated by docutils manpage writer. . |