summaryrefslogtreecommitdiff
path: root/INSTALL.txt
diff options
context:
space:
mode:
authorChris Bieneman <beanz@apple.com>2015-11-20 18:49:02 +0000
committerChris Bieneman <beanz@apple.com>2015-11-20 18:49:02 +0000
commitf57d2f430da6df55c405e1c85a02e233dac5c892 (patch)
treea34148bad59138b993af177535841efef30ed051 /INSTALL.txt
parentcdf86baa9b7198b6a405d2d6ac88b4c14485860a (diff)
downloadclang-f57d2f430da6df55c405e1c85a02e233dac5c892.tar.gz
Honor system specific paths of MAN pages
Summary: Caught on NetBSD. Patch by: Kamil Rytarowski (krytarowski) Reviewers: beanz, jroelofs Subscribers: cfe-commits, joerg Differential Revision: http://reviews.llvm.org/D14800 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@253693 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'INSTALL.txt')
-rw-r--r--INSTALL.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/INSTALL.txt b/INSTALL.txt
index a1652b243e..fc9bd4620b 100644
--- a/INSTALL.txt
+++ b/INSTALL.txt
@@ -45,5 +45,4 @@ 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.
+command line interface. See the man page for clang for more information.