From: Vedant Kumar Date: Sun, 13 Sep 2015 20:17:18 +0000 (+0000) Subject: [docs] NFC: Fix line formatting in INSTALL.txt X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=979aa4018b0fb1b7acee5c4cdb0b4354816b5a9a;p=clang [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 --- 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.