aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2010-08-11 21:10:51 -0700
committerAdam Vandenberg2010-08-11 21:10:51 -0700
commitd4b5c316ce833e9f64fde4b993e7f2907d18e015 (patch)
treedc8c0a4e59a079ac79e95160050b17ae36795e06 /Library
parent6ca543bd86f46296414ba70b34f154663de25598 (diff)
downloadhomebrew-d4b5c316ce833e9f64fde4b993e7f2907d18e015.tar.bz2
Reformat manpage slightly
Diffstat (limited to 'Library')
-rw-r--r--Library/Contributions/manpages/brew.1.md14
1 files changed, 8 insertions, 6 deletions
diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md
index c4c645ebd..376fdd49c 100644
--- a/Library/Contributions/manpages/brew.1.md
+++ b/Library/Contributions/manpages/brew.1.md
@@ -4,7 +4,7 @@ brew(1) -- The missing package manager for OS X
## SYNOPSIS
`brew` [--verbose|-v] command [options] [formula] ...
-`brew` [--version|-v]
+`brew` [--version|-v]
## DESCRIPTION
@@ -47,12 +47,12 @@ 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.
+ 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
- install.
+ any kind. If they are not already present, the formula will probably fail
+ to install.
If `--HEAD` is passed, and <formula> defines it, install the HEAD version,
aka master, trunk, unstable, dev.
@@ -174,7 +174,8 @@ Some external commands are shipped with Homebrew, and enabled by default.
## ENVIRONMENT
* HOMEBREW\_DEBUG:
- If set, instructs Homebrew to always assume `--debug` when running commands.
+ If set, instructs Homebrew to always assume `--debug` when running
+ commands.
* HOMEBREW\_EDITOR:
If set, Homebrew will use this editor when editing a single formula, or
@@ -200,7 +201,8 @@ Some external commands are shipped with Homebrew, and enabled by default.
configurations.)
* HOMEBREW\_USE\_LLVM:
- If set, instructs Homebrew to use the LLVM front-ends to the GCC compilers.
+ If set, instructs Homebrew to use the LLVM front-ends to the GCC
+ compilers.
*NOTE*: Not all formulae will build correctly under LLVM.