diff options
| author | Jack Nagel | 2014-11-16 21:57:08 -0600 |
|---|---|---|
| committer | Jack Nagel | 2014-11-16 21:57:08 -0600 |
| commit | 887e575303ee4402b4d0759922cfb7b76863e2a7 (patch) | |
| tree | a2ae07b46029b74a68d9ce61b8c3a48a91e27e0e /share/man/man1 | |
| parent | 413b2063c7ef1b27df6b02ee4c6fcda0167c754c (diff) | |
| download | homebrew-887e575303ee4402b4d0759922cfb7b76863e2a7.tar.bz2 | |
Remove more references to removed external commands
Diffstat (limited to 'share/man/man1')
| -rw-r--r-- | share/man/man1/brew.1 | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/share/man/man1/brew.1 b/share/man/man1/brew.1 index aba74993a..3771bc91a 100644 --- a/share/man/man1/brew.1 +++ b/share/man/man1/brew.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "BREW" "1" "October 2014" "Homebrew" "brew" +.TH "BREW" "1" "November 2014" "Homebrew" "brew" . .SH "NAME" \fBbrew\fR \- The missing package manager for OS X @@ -463,20 +463,7 @@ Print the version number of brew to standard error and exit\. Homebrew, like \fBgit\fR(1), supports external commands\. These are executable scripts that reside somewhere in the PATH, named \fBbrew\-<cmdname>\fR or \fBbrew\-<cmdname>\.rb\fR, which can be invoked like \fBbrew cmdname\fR\. This allows you to create your own commands without modifying Homebrew\'s internals\. . .P -A number of (useful, but unsupported) external commands are included and enabled by default: -. -.IP "" 4 -. -.nf - -$ ls $(brew \-\-repository)/Library/Contributions/cmd -. -.fi -. -.IP "" 0 -. -.P -Documentation for the included external commands as well as instructions for creating your own can be found in the docs: \fIhttps://github\.com/Homebrew/homebrew/blob/master/share/doc/homebrew/External\-Commands\.md\fR +Instructions for creating your own commands can be found in the docs: \fIhttps://github\.com/Homebrew/homebrew/blob/master/share/doc/homebrew/External\-Commands\.md\fR . .SH "SPECIFYING FORMULAE" Many Homebrew commands accept one or more \fIformula\fR arguments\. These arguments can take several different forms: |
