changed "deled" to "deledit" for wnj
[unix-history] / usr / src / usr.bin / sccs / sccs.c
index 86f4122..c19b320 100644 (file)
@@ -5,7 +5,7 @@
 # include <sysexits.h>
 # include <whoami.h>
 
 # include <sysexits.h>
 # include <whoami.h>
 
-static char SccsId[] = "@(#)sccs.c     1.17 %G%";
+static char SccsId[] = "@(#)sccs.c     1.18 %G%";
 
 # define bitset(bit, word)     ((bit) & (word))
 
 
 # define bitset(bit, word)     ((bit) & (word))
 
@@ -53,7 +53,7 @@ struct sccsprog SccsProg[] =
        "what",         PROG,   NO_SDOT,                PROGPATH(what),
        "edit",         CMACRO, 0,                      "get -e",
        "delget",       CMACRO, 0,                      "delta/get",
        "what",         PROG,   NO_SDOT,                PROGPATH(what),
        "edit",         CMACRO, 0,                      "get -e",
        "delget",       CMACRO, 0,                      "delta/get",
-       "deled",        CMACRO, 0,                      "delta/get -e",
+       "deledit",      CMACRO, 0,                      "delta/get -e",
        "del",          CMACRO, 0,                      "delta/get",
        "delt",         CMACRO, 0,                      "delta/get",
        "fix",          FIX,    0,                      NULL,
        "del",          CMACRO, 0,                      "delta/get",
        "delt",         CMACRO, 0,                      "delta/get",
        "fix",          FIX,    0,                      NULL,