diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Completion/Unix/Type/_hosts | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 778419d73..faae79d32 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-04-12 Clint Adams <clint@zsh.org> + + * 16972: Completion/Unix/Type/_hosts: complete for aaaa, zone, mx, + soa, txt. + 2002-04-09 Felix Rosencrantz <f_rosencrantz@yahoo.com> * 16955: Completion/Unix/Type/.distfiles, diff --git a/Completion/Unix/Type/_hosts b/Completion/Unix/Type/_hosts index fc2970cb9..a058b28da 100644 --- a/Completion/Unix/Type/_hosts +++ b/Completion/Unix/Type/_hosts @@ -1,4 +1,4 @@ -#compdef ftp ping rwho rup xping traceroute host +#compdef ftp ping rwho rup xping traceroute host aaaa zone mx ns soa txt local expl hosts |