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

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