Author: vedantk
Date: Sun Sep 13 15:17:18 2015
New Revision: 247530

URL: http://llvm.org/viewvc/llvm-project?rev=247530&view=rev
Log:
[docs] NFC: Fix line formatting in INSTALL.txt

Patch by beltex!

Differential Revision: http://reviews.llvm.org/D12684

Modified:
    cfe/trunk/INSTALL.txt

Modified: cfe/trunk/INSTALL.txt
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/INSTALL.txt?rev=247530&r1=247529&r2=247530&view=diff
==============================================================================
--- cfe/trunk/INSTALL.txt (original)
+++ cfe/trunk/INSTALL.txt Sun Sep 13 15:17:18 2015
@@ -44,6 +44,6 @@ From inside the Clang build directory, r
 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.


_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to