[lib/vty] Add 'no terminal monitor' alias
2006-01-17 Paul Jakma <paul.jakma@sun.com>
* vty.c: (no_terminal_monitor_cmd) New ALIAS for
terminal_no_monitor, in the more normal negating format,
to be kind to my fingers.
(vty_init) install new ALIAS.
diff --git a/lib/ChangeLog b/lib/ChangeLog
index a3270c6..430e6aa 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -3,6 +3,10 @@
* md5.{c,h}: (md5_loop) Is better off taking a void * and doing
cast to byte wise type internally, avoids needs for casts
in users.
+ * vty.c: (no_terminal_monitor_cmd) New ALIAS for
+ terminal_no_monitor, in the more normal negating format,
+ to be kind to my fingers.
+ (vty_init) install new ALIAS.
2006-01-16 Paul Jakma <paul.jakma@sun.com>