source: trunk/athena/bin/delete/delete_errs.et @ 4505

Revision 4505, 1.5 KB checked in by jik, 34 years ago (diff)
Shorten mit-copyright.h to mit-copying.h so it'll work on systems with 14-char filenames.
Line 
1#     Copyright 1988 Massachusetts Institute of Technology.
2#
3#     For copying and distribution information, see the file
4#     "mit-copying.h".
5#
6#     $Source: /afs/dev.mit.edu/source/repository/athena/bin/delete/delete_errs.et,v $
7#     $Author: jik $
8#     $Header: /afs/dev.mit.edu/source/repository/athena/bin/delete/delete_errs.et,v 1.4 1991-02-28 18:42:24 jik Exp $
9#
10
11        et      del
12
13ec REGEXP_MISSING_QUOTED_CHAR,
14        "missing quoted character after backslash"
15ec REGEXP_MISSING_BRACE,
16        "missing ]"
17ec REGEXP_EMPTY_BRACES,
18        "illegal empty braces"
19ec DIR_NOT_DIRECTORY,
20        "internal error: directory operation on non-directory"
21ec DIR_IMPOSSIBLE_ERROR,
22        "interal error: something that shouldn't happen just did"
23ec COL_COLUMNS_TOO_THIN,
24        "possible internal error: listing columns too thin"
25ec DELETE_IS_DOTFILE,
26        "can't delete `.' or `..'"
27ec DELETE_CANT_DEL_DIR,
28        "can't delete (not file)"
29ec DELETE_DIR_NOT_EMPTY,
30        "can't delete (directory not empty)"
31ec DELETE_CANT_DEL_FILE,
32        "can't delete (not directory)"
33ec DELETE_NOT_DELETED,
34        ""
35ec UNDEL_NOT_UNDELETED,
36        ""
37ec NO_HOME_DIR,
38        "can't find home directory"
39ec INTERNAL_ERROR,
40        "strange internal error"
41ec ENOMATCH,
42        "no match"
43ec EXPUNGE_NOT_EXPUNGED,
44        ""
45ec PURGE_TOO_MANY_ARGS,
46        "command takes no arguments"
47ec PAT_NO_FILES_REQUESTED,
48        "internal error: no files requested in call to find_matches or do_match"
49ec PAT_IS_MOUNT,
50        "ignored (is mount point)"
51ec STACK_BAD_OP,
52        "internal error: call to dostack with undefined stack operation"
53ec STACK_EMPTY,
54        "internal error: attempt to pop from empty stack"
55
56        end
57
Note: See TracBrowser for help on using the repository browser.