diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md index 9cc55170d4..777f90cded 100644 --- a/Library/Contributions/manpages/brew.1.md +++ b/Library/Contributions/manpages/brew.1.md @@ -172,6 +172,11 @@ Some external commands are shipped with Homebrew, and enabled by default. Downloads the tarball or checks out from VCS for the given . For tarballs, also prints MD5 and SHA1 checksums. + * `man`: + Regenerates this man page from source. + + *NOTE*: Requires [`ronn`][ronn]. + * `missing`: Checks all installed formuale for missing dependencies. @@ -179,6 +184,8 @@ Some external commands are shipped with Homebrew, and enabled by default. Starts a local webserver with an app that lets you browse available formulae, similar to `gem server`. + *NOTE*: Requires [`sinatra`][sinatra]. + * `test` : A few formulae provide a test method. `brew test ` runs this test method. There is no standard output or return code, but it should @@ -187,6 +194,13 @@ Some external commands are shipped with Homebrew, and enabled by default. Example: `brew install jruby && brew test jruby` +[ronn]: http://rtomayko.github.com/ronn/ + "Ronn" + +[sinatra]: http://www.sinatrarb.com/ + "Sinatra" + + ## ENVIRONMENT * HOMEBREW\_DEBUG: @@ -238,7 +252,7 @@ Some external commands are shipped with Homebrew, and enabled by default. ## SEE ALSO - Homebrew Wiki: http://wiki.github.com/mxcl/homebrew/ +Homebrew Wiki: http://wiki.github.com/mxcl/homebrew/ ## AUTHORS diff --git a/share/man/man1/brew.1 b/share/man/man1/brew.1 index 6bcd379e9c..85e2e7dea0 100644 --- a/share/man/man1/brew.1 +++ b/share/man/man1/brew.1 @@ -182,6 +182,13 @@ Checks all formulae for Homebrew coding style violations\. This should be run be Downloads the tarball or checks out from VCS for the given \fIformula\fR\. For tarballs, also prints MD5 and SHA1 checksums\. . .TP +\fBman\fR +Regenerates this man page from source\. +. +.IP +\fINOTE\fR: Requires \fBronn\fR \fIhttp://rtomayko\.github\.com/ronn/\fR\. +. +.TP \fBmissing\fR Checks all installed formuale for missing dependencies\. . @@ -189,6 +196,9 @@ Checks all installed formuale for missing dependencies\. \fBserver\fR Starts a local webserver with an app that lets you browse available formulae, similar to \fBgem server\fR\. . +.IP +\fINOTE\fR: Requires \fBsinatra\fR \fIhttp://www\.sinatrarb\.com/\fR\. +. .TP \fBtest\fR \fIformula\fR A few formulae provide a test method\. \fBbrew test \fR runs this test method\. There is no standard output or return code, but it should generally indicate to the user if something is wrong with the installed formula\.