From feb1e75b615d8ec10c06a1b8070fca77c5bc6334 Mon Sep 17 00:00:00 2001 From: Martin Afanasjew Date: Sun, 17 Apr 2016 05:34:41 +0200 Subject: [PATCH] manpages: add editing instructions to ERB template Closes #102. Signed-off-by: Martin Afanasjew --- Library/Homebrew/manpages/brew.1.md.erb | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 ===============================================