[PATCH] D12684: [INSTALL.txt] Fix formatting - 80 character line

Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Sep 13 13:18:39 PDT 2015


This revision was automatically updated to reflect the committed changes.
Closed by commit rL247530: [docs] NFC: Fix line formatting in INSTALL.txt (authored by vedantk).

Changed prior to commit:
  http://reviews.llvm.org/D12684?vs=34178&id=34650#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D12684

Files:
  cfe/trunk/INSTALL.txt

Index: cfe/trunk/INSTALL.txt
===================================================================
--- cfe/trunk/INSTALL.txt
+++ cfe/trunk/INSTALL.txt
@@ -44,6 +44,6 @@
 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.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12684.34650.patch
Type: text/x-patch
Size: 652 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150913/6899c437/attachment.bin>


More information about the cfe-commits mailing list