summaryrefslogtreecommitdiff
path: root/INSTALL.txt
diff options
context:
space:
mode:
authorVedant Kumar <vsk@apple.com>2015-09-13 20:17:18 +0000
committerVedant Kumar <vsk@apple.com>2015-09-13 20:17:18 +0000
commit979aa4018b0fb1b7acee5c4cdb0b4354816b5a9a (patch)
tree474428922d3746a3a8cbdca6b57b90d41534ab56 /INSTALL.txt
parent60669b0ea19a33f05264d41b844da4bd2da36e6b (diff)
downloadclang-979aa4018b0fb1b7acee5c4cdb0b4354816b5a9a.tar.gz
[docs] NFC: Fix line formatting in INSTALL.txt
Patch by beltex! Differential Revision: http://reviews.llvm.org/D12684 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@247530 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'INSTALL.txt')
-rw-r--r--INSTALL.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/INSTALL.txt b/INSTALL.txt
index bd2f4fe370..a1652b243e 100644
--- a/INSTALL.txt
+++ b/INSTALL.txt
@@ -44,6 +44,6 @@ From inside the Clang build directory, run 'make install' to install the Clang
compiler and header files into the prefix directory selected when LLVM was
configured.
-The Clang compiler is available as 'clang' and 'clang++'. It supports a gcc like command line
-interface. See the man page for clang (installed into $prefix/share/man/man1)
-for more information.
+The Clang compiler is available as 'clang' and 'clang++'. It supports a gcc like
+command line interface. See the man page for clang (installed into
+$prefix/share/man/man1) for more information.