X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/0f4556f12c8f75078501c9d1338ae7648a97f975..95f51977ddc18faa2e212f30c00a39540b39f325:/usr/src/usr.bin/learn/mem.c diff --git a/usr/src/usr.bin/learn/mem.c b/usr/src/usr.bin/learn/mem.c index 1985232ef4..a486c143f3 100644 --- a/usr/src/usr.bin/learn/mem.c +++ b/usr/src/usr.bin/learn/mem.c @@ -1,5 +1,5 @@ #ifndef lint -static char sccsid[] = "@(#)mem.c 4.2 (Berkeley) 4/25/83"; +static char sccsid[] = "@(#)mem.c 4.3 (Berkeley) 5/15/86"; #endif not lint # include "stdio.h" @@ -38,7 +38,7 @@ struct keys { {"#bad", BAD}, {"#create", CREATE}, {"#cmp", CMP}, - {"xyzzy", XYZZY}, + {"hint", HINT}, {"#once", ONCE}, {"#", NOP}, {NULL, 0}