]> granicus.if.org Git - clang/commitdiff
[docs] NFC: Fix line formatting in INSTALL.txt
authorVedant Kumar <vsk@apple.com>
Sun, 13 Sep 2015 20:17:18 +0000 (20:17 +0000)
committerVedant Kumar <vsk@apple.com>
Sun, 13 Sep 2015 20:17:18 +0000 (20:17 +0000)
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

INSTALL.txt

index bd2f4fe370965b566aa59b341af71ab57b0b3b53..a1652b243eedd4f0cc547363f22915d7869fbd0a 100644 (file)
@@ -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.