about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2016-03-18 21:22:58 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2016-03-18 21:22:59 +0000
commit43e595712ce29e402bf11b27ef4262229f21bbdb (patch)
tree79f9c6c04a75cd21c0a4b39d14598fffd64e0c0e
parentbc0c3caf607d93f75de4c32e5dc485b5475ca8ae (diff)
downloadzsh-43e595712ce29e402bf11b27ef4262229f21bbdb.tar.gz
zsh-43e595712ce29e402bf11b27ef4262229f21bbdb.tar.xz
zsh-43e595712ce29e402bf11b27ef4262229f21bbdb.zip
unposted: Document run-help-* helper functions.
-rw-r--r--ChangeLog5
-rw-r--r--Doc/Zsh/contrib.yo23
2 files changed, 25 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index ba4e49f1d..169fcce9b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-03-18  Daniel Shahaf  <d.s@daniel.shahaf.name>
+
+	* unposted: Doc/Zsh/contrib.yo: Document run-help-* helper
+	functions.
+
 2016-03-18  Mikael Magnusson  <mikachu@gmail.com>
 
 	* 38179: Completion/Unix/Command/_adb: Fix completion by mostly
diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo
index f8754fbcc..923bb29a9 100644
--- a/Doc/Zsh/contrib.yo
+++ b/Doc/Zsh/contrib.yo
@@ -4047,12 +4047,29 @@ your search path, in order to be found and used by tt(run-help).
 
 startitem()
 findex(run-help-git)
+findex(run-help-ip)
+findex(run-help-openssl)
+findex(run-help-p4)
+findex(run-help-sudo)
 findex(run-help-svk)
 findex(run-help-svn)
-xitem(tt(run-help-git))
-xitem(tt(run-help-svk))
+xitem(run-help-git)
+xitem(run-help-ip)
+xitem(run-help-openssl)
+xitem(run-help-p4)
+xitem(run-help-sudo)
+xitem(run-help-svk)
 item(tt(run-help-svn))(
-Assistant functions for the tt(git), tt(svk), and tt(svn) commands.
+Assistant functions for the
+tt(git),
+tt(ip),
+tt(openssl),
+tt(p4),
+tt(sudo),
+tt(svk),
+and 
+tt(svn),
+commands.
 )
 enditem()
 )