changed "deled" to "deledit" for wnj
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Sat, 26 Jul 1980 10:28:44 +0000 (02:28 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Sat, 26 Jul 1980 10:28:44 +0000 (02:28 -0800)
SCCS-vsn: usr.bin/sccs/sccs.c 1.18
SCCS-vsn: usr.bin/sccs/sccs.1 1.9

usr/src/usr.bin/sccs/sccs.1
usr/src/usr.bin/sccs/sccs.c

index 595557f..e3e48a7 100644 (file)
@@ -64,7 +64,7 @@ Perform a delta on the named files
 and then get new versions.
 The new versions will have id keywords expanded,
 and will not be editable.
 and then get new versions.
 The new versions will have id keywords expanded,
 and will not be editable.
-.IP deled
+.IP deledit
 Equivalent to ``delget'' except that the
 ``get'' phase includes the ``\-e'' flag.
 This option is useful for making a ``checkpoint''
 Equivalent to ``delget'' except that the
 ``get'' phase includes the ``\-e'' flag.
 This option is useful for making a ``checkpoint''
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,