diff options
author | max <max@FreeBSD.org> | 1997-06-16 11:50:33 +0000 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-06-16 11:50:33 +0000 |
commit | 25ab19110ca5aa081c1000a706182465ba37efb8 (patch) | |
tree | 2a40c79d25818cab19cf50134da842f3c56d3ac1 /shells | |
parent | 235ac3957f34db256f393d65e86795d2d07ef7a0 (diff) | |
download | FreeBSD-ports-25ab19110ca5aa081c1000a706182465ba37efb8.zip FreeBSD-ports-25ab19110ca5aa081c1000a706182465ba37efb8.tar.gz |
Patch for zsh.texi to to add @direntry and @dircategory.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/zsh/files/patch-ac | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/shells/zsh/files/patch-ac b/shells/zsh/files/patch-ac new file mode 100644 index 0000000..20799ee --- /dev/null +++ b/shells/zsh/files/patch-ac @@ -0,0 +1,13 @@ +--- Doc/zsh.texi.orig Thu Dec 19 09:00:10 1996 ++++ Doc/zsh.texi Mon Jun 16 20:35:02 1997 +@@ -2,6 +2,10 @@ + @c %**start of header + @setfilename zsh.info + @settitle zsh ++@dircategory Shells ++@direntry ++* Zsh: (zsh). The Z shell. ++@end direntry + @c %**end of header + + @setchapternewpage odd |