Remove comment about vcs_info from the manual
[grml-etc-core.git] / doc / grmlzshrc.t2t
index 33df2e0..0d1bec4 100644 (file)
@@ -841,9 +841,11 @@ Lists the content of a gzipped tar archive in default pager.
 Shows the content of a zip archive in default pager.
 
 : **simple-extract()**
-Tries to uncompress/unpack given files and URIs with the appropriate programs. The
-choice is made along the filename ending. simple-extract will never delete the 
-original archive (even on .gz,.bz2 or .xz) unless you use the '-d' option
+Tries to uncompress/unpack given files with the appropriate programs. If an URI
+starting with https, http or ftp is provided simple-extract tries to download
+and then uncompress/unpack the file. The choice is made along the filename
+ending. simple-extract will not delete the original archive (even on .gz,.bz2 or
+.xz) unless you use the '-d' option.
 
 : **sll()**
 Prints details of symlinks given as arguments.
@@ -1522,5 +1524,5 @@ Copyright (c) 2009-2011 Grml project <http://grml.org>
 This manpage is distributed under the terms of the GPL version 2.
 
 Most parts of grml's zshrc are distributed under the terms of GPL v2, too,
-except for **accept-line()** and **vcs_info()**, which are distributed under
-the same conditions as zsh itself (which is BSD-like).
+except for **accept-line()** which are distributed under the same conditions
+as zsh itself (which is BSD-like).