diff --git a/Library/Homebrew/manpages/brew.1.md.erb b/Library/Homebrew/manpages/brew.1.md.erb index 5fc1d7e6dd..f5d5733216 100644 --- a/Library/Homebrew/manpages/brew.1.md.erb +++ b/Library/Homebrew/manpages/brew.1.md.erb @@ -1,3 +1,14 @@ +<% +# To make changes to this man page: +# +# - For changes to a specific command (appears in the `COMMANDS` section): +# - Edit the top comment in `Library/Homebrew/cmd/.{rb,sh}`. +# - Make sure to use the line prefix `#:` for the comments to be recognized as +# documentation. If in doubt, compare with already documented commands. +# - For other changes: Edit this file. +# +# When done, regenerate the man page and its HTML version by running `brew man`. +%> brew(1) -- The missing package manager for OS X ===============================================