Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/dist/bind/bin/nslookup Pull up revision 1.5 (requested ...
details: https://anonhg.NetBSD.org/src/rev/cf49d0514c07
branches: netbsd-1-6
changeset: 531016:cf49d0514c07
user: cyber <cyber%NetBSD.org@localhost>
date: Wed Nov 26 05:04:37 2003 +0000
description:
Pull up revision 1.5 (requested by itojunin ticket #1538):
sync w/ bind837
diffstat:
dist/bind/bin/nslookup/commands.l | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diffs (25 lines):
diff -r 7abc674220dc -r cf49d0514c07 dist/bind/bin/nslookup/commands.l
--- a/dist/bind/bin/nslookup/commands.l Wed Nov 26 05:04:34 2003 +0000
+++ b/dist/bind/bin/nslookup/commands.l Wed Nov 26 05:04:37 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: commands.l,v 1.2.2.1 2002/06/28 11:36:03 lukem Exp $ */
+/* $NetBSD: commands.l,v 1.2.2.2 2003/11/26 05:04:37 cyber Exp $ */
%{
@@ -79,7 +79,6 @@
* exit - exit the program
* root - set default server to the root
* ls NAME - list the domain NAME
- * view FILE - sorts and view the file with more
* set OPTION - set an option
* help - print help information
* ? - print help information
@@ -104,7 +103,6 @@
extern char rootServerName[];
extern void PrintHelp();
-extern void ViewList(char *);
%}
WS [ \t]
Home |
Main Index |
Thread Index |
Old Index