From c0d085751fa5ad25ee405907492441e913fc250a Mon Sep 17 00:00:00 2001 From: Adam Vandenberg <flangy@gmail.com> Date: Thu, 29 Jul 2010 09:20:26 -0700 Subject: [PATCH] Tweak brew install docs --- Library/Contributions/manpages/brew.1.md | 4 ++-- share/man/man1/brew.1 | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md index fe72a7fb26..9fbe1d02fb 100644 --- a/Library/Contributions/manpages/brew.1.md +++ b/Library/Contributions/manpages/brew.1.md @@ -47,8 +47,8 @@ didn't include with OS X. If `--debug` is passed and brewing fails, opens a shell inside the temporary folder used for compiling. - If `--use-llvm` is passed, attempt to compile using the LLVM front-end to GCC. - *NOTE*: Not all formulae are compatible with LLVM, especially C++-based ones. + If `--use-llvm` is passed, attempt to compile using the LLVM front-end to GCC. + *NOTE*: Not all formulae will build with LLVM. If `--ignore-dependencies` is passed, skip installing any dependencies of any kind. If they are not already present, the formula will probably fail to diff --git a/share/man/man1/brew.1 b/share/man/man1/brew.1 index 189d94b66e..2157a85a19 100644 --- a/share/man/man1/brew.1 +++ b/share/man/man1/brew.1 @@ -51,7 +51,10 @@ Installs \fIformula\fR\. If \fB\-\-debug\fR is passed and brewing fails, opens a shell inside the temporary folder used for compiling\. . .IP -If \fB\-\-use\-llvm\fR is passed, attempt to compile using the LLVM front\-end to GCC\. \fINOTE\fR: Not all formulae are compatible with LLVM, especially C++\-based ones\. +If \fB\-\-use\-llvm\fR is passed, attempt to compile using the LLVM front\-end to GCC\. +. +.br +\fINOTE\fR: Not all formulae will build with LLVM\. . .IP If \fB\-\-ignore\-dependencies\fR is passed, skip installing any dependencies of any kind\. If they are not already present, the formula will probably fail to install\. -- GitLab