diff options
| author | Adam Vandenberg | 2010-08-11 21:10:51 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-08-11 21:10:51 -0700 |
| commit | d4b5c316ce833e9f64fde4b993e7f2907d18e015 (patch) | |
| tree | dc8c0a4e59a079ac79e95160050b17ae36795e06 | |
| parent | 6ca543bd86f46296414ba70b34f154663de25598 (diff) | |
| download | homebrew-d4b5c316ce833e9f64fde4b993e7f2907d18e015.tar.bz2 | |
Reformat manpage slightly
| -rw-r--r-- | Library/Contributions/manpages/brew.1.md | 14 | ||||
| -rw-r--r-- | share/man/man1/brew.1 | 5 |
2 files changed, 9 insertions, 10 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. diff --git a/share/man/man1/brew.1 b/share/man/man1/brew.1 index 726bc9833..eaecf072f 100644 --- a/share/man/man1/brew.1 +++ b/share/man/man1/brew.1 @@ -51,10 +51,7 @@ 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\. -. -.br -\fINOTE\fR: Not all formulae will build with LLVM\. +If \fB\-\-use\-llvm\fR is passed, attempt to compile using the LLVM front\-end to GCC\. \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\. |
