2005-04-25 Paul Jakma <paul.jakma@sun.com>

	* memory.c: Make the string field much wider
	* memtypes.c: Correct the prefix list str/entry strings
diff --git a/lib/memory.c b/lib/memory.c
index 335a921..adf23b1 100644
--- a/lib/memory.c
+++ b/lib/memory.c
@@ -264,7 +264,7 @@
     if (m->index == 0)
       vty_out (vty, "-----------------------------\r\n");
     else
-      vty_out (vty, "%-22s: %10ld\r\n", m->format, mstat[m->index].alloc);
+      vty_out (vty, "%-30s: %10ld\r\n", m->format, mstat[m->index].alloc);
 }
 
 DEFUN (show_memory_all,