diff --git a/Library/Homebrew/manpages/brew.1.md.erb b/Library/Homebrew/manpages/brew.1.md.erb
index bc2140b409..7412d0a69d 100644
--- a/Library/Homebrew/manpages/brew.1.md.erb
+++ b/Library/Homebrew/manpages/brew.1.md.erb
@@ -54,7 +54,21 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note
<%= developer_commands.join("\n") %>
-## EXTERNAL COMMANDS
+## OFFICIAL EXTERNAL COMMANDS
+
+ * `bundle`:
+ Bundler for non-Ruby dependencies from Homebrew:
+
+
+ * `cask`:
+ Install macOS applications distributed as binaries:
+
+
+ * `services`:
+ Integrates Homebrew formulae with macOS's `launchctl` manager:
+
+
+## CUSTOM EXTERNAL COMMANDS
Homebrew, like `git`(1), supports external commands. These are executable
scripts that reside somewhere in the `PATH`, named `brew-` or
@@ -251,7 +265,7 @@ If your proxy requires authentication:
Homebrew Documentation:
-`git`(1), `git-log`(1)
+`brew-cask`(1), `git`(1), `git-log`(1)
## AUTHORS
diff --git a/docs/brew.1.html b/docs/brew.1.html
index 0911dd79cf..5042ede2b4 100644
--- a/docs/brew.1.html
+++ b/docs/brew.1.html
@@ -601,7 +601,19 @@ the new repository clone.
-EXTERNAL COMMANDS
+OFFICIAL EXTERNAL COMMANDS
+
+
+bundleBundler for non-Ruby dependencies from Homebrew:
+https://github.com/Homebrew/homebrew-bundle
+caskInstall macOS applications distributed as binaries:
+https://github.com/caskroom/homebrew-cask
+servicesIntegrates Homebrew formulae with macOS's launchctl manager:
+https://github.com/Homebrew/homebrew-services
+
+
+
+CUSTOM EXTERNAL COMMANDS
Homebrew, like git(1), supports external commands. These are executable
scripts that reside somewhere in the PATH, named brew-cmdname or
@@ -742,7 +754,7 @@ your shell profile, or you can use it before a brew command:
Homebrew Documentation: https://github.com/Homebrew/brew/blob/master/docs/
-git(1), git-log(1)
+brew-cask(1), git(1), git-log(1)
AUTHORS
diff --git a/manpages/brew.1 b/manpages/brew.1
index ada470f19e..f54c43a1c8 100644
--- a/manpages/brew.1
+++ b/manpages/brew.1
@@ -801,7 +801,21 @@ If \fB\-\-to\-tag\fR is passed, set HOMEBREW_UPDATE_TO_TAG to test updating betw
.IP
If \fB\-\-keep\-tmp\fR is passed, retain the temporary directory containing the new repository clone\.
.
-.SH "EXTERNAL COMMANDS"
+.SH "OFFICIAL EXTERNAL COMMANDS"
+.
+.TP
+\fBbundle\fR
+Bundler for non\-Ruby dependencies from Homebrew: \fIhttps://github\.com/Homebrew/homebrew\-bundle\fR
+.
+.TP
+\fBcask\fR
+Install macOS applications distributed as binaries: \fIhttps://github\.com/caskroom/homebrew\-cask\fR
+.
+.TP
+\fBservices\fR
+Integrates Homebrew formulae with macOS\'s \fBlaunchctl\fR manager: \fIhttps://github\.com/Homebrew/homebrew\-services\fR
+.
+.SH "CUSTOM EXTERNAL COMMANDS"
Homebrew, like \fBgit\fR(1), supports external commands\. These are executable scripts that reside somewhere in the \fBPATH\fR, named \fBbrew\-\fR\fIcmdname\fR or \fBbrew\-\fR\fIcmdname\fR\fB\.rb\fR, which can be invoked like \fBbrew\fR \fIcmdname\fR\. This allows you to create your own commands without modifying Homebrew\'s internals\.
.
.P
@@ -1007,7 +1021,7 @@ http_proxy=http://:@: brew install foo
Homebrew Documentation: \fIhttps://github\.com/Homebrew/brew/blob/master/docs/\fR
.
.P
-\fBgit\fR(1), \fBgit\-log\fR(1)
+\fBbrew\-cask\fR(1), \fBgit\fR(1), \fBgit\-log\fR(1)
.
.SH "AUTHORS"
Homebrew\'s lead maintainer is Mike McQuaid\.