diff options
| author | Adam Vandenberg | 2010-07-29 09:25:22 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-08-07 18:08:54 -0700 |
| commit | 24d3d397b2033e085c3f7ded8393c9f386d2469f (patch) | |
| tree | bf23e9ecb44f1cd7faed0617c535ab6cc68d8d16 | |
| parent | 68a67d6666f3c436442f890791b9b2e6c999095a (diff) | |
| download | homebrew-24d3d397b2033e085c3f7ded8393c9f386d2469f.tar.bz2 | |
Move ext command docs down to ext commands section
| -rw-r--r-- | Library/Contributions/manpages/brew.1.md | 14 | ||||
| -rw-r--r-- | share/man/man1/brew.1 | 12 |
2 files changed, 13 insertions, 13 deletions
diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md index 7312afb2d..aefc5f7b6 100644 --- a/Library/Contributions/manpages/brew.1.md +++ b/Library/Contributions/manpages/brew.1.md @@ -150,13 +150,6 @@ didn't include with OS X. Using Git, fetches the newest version of Homebrew from the GitHub repository. - * `fetch` <formula>: - Downloads the tarball or checks out from VCS for the given <formula>. For - tarballs, also prints MD5 and SHA1 checksums. - - * `audit`: - Checks all formulae for Homebrew coding style violations. - ## EXTERNAL COMMANDS Homebrew allows external commands to be defined by putting a +x file named @@ -165,6 +158,13 @@ to recognize `brew cmdname`. Some external commands are shipped with Homebrew, and enabled by default. + * `fetch` <formula>: + Downloads the tarball or checks out from VCS for the given <formula>. For + tarballs, also prints MD5 and SHA1 checksums. + + * `audit`: + Checks all formulae for Homebrew coding style violations. + ## ENVIRONMENT * HOMEBREW\_DEBUG: diff --git a/share/man/man1/brew.1 b/share/man/man1/brew.1 index e78d62dfa..74d119251 100644 --- a/share/man/man1/brew.1 +++ b/share/man/man1/brew.1 @@ -164,6 +164,12 @@ For all installed or specific formulae, remove any older versions from the cella \fBupdate\fR Using Git, fetches the newest version of Homebrew from the GitHub repository\. . +.SH "EXTERNAL COMMANDS" +Homebrew allows external commands to be defined by putting a +x file named \fBbrew\-<cmdname>\fR or \fBbrew\-<cmdname>\.rb\fR on the PATH\. This will cause Homebrew to recognize \fBbrew cmdname\fR\. +. +.P +Some external commands are shipped with Homebrew, and enabled by default\. +. .TP \fBfetch\fR \fIformula\fR Downloads the tarball or checks out from VCS for the given \fIformula\fR\. For tarballs, also prints MD5 and SHA1 checksums\. @@ -172,12 +178,6 @@ Downloads the tarball or checks out from VCS for the given \fIformula\fR\. For t \fBaudit\fR Checks all formulae for Homebrew coding style violations\. . -.SH "EXTERNAL COMMANDS" -Homebrew allows external commands to be defined by putting a +x file named \fBbrew\-<cmdname>\fR or \fBbrew\-<cmdname>\.rb\fR on the PATH\. This will cause Homebrew to recognize \fBbrew cmdname\fR\. -. -.P -Some external commands are shipped with Homebrew, and enabled by default\. -. .SH "ENVIRONMENT" . .TP |
