This file is indexed.

/usr/share/doc/libcomerr2/examples/ss_err.et is in comerr-dev 2.1-1.42.9-3ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
	error_table ss

ec	SS_ET_SUBSYSTEM_ABORTED,
	"Subsystem aborted"

ec	SS_ET_VERSION_MISMATCH,
	"Version mismatch"

ec	SS_ET_NULL_INV,
	"No current invocation"

ec	SS_ET_NO_INFO_DIR,
	"No info directory"

ec	SS_ET_COMMAND_NOT_FOUND,
	"Command not found"

ec	SS_ET_LINE_ABORTED,
	"Command line aborted"

ec	SS_ET_EOF,
	"End-of-file reached"

ec	SS_ET_PERMISSION_DENIED,
	"Permission denied"

ec	SS_ET_TABLE_NOT_FOUND,
	"Request table not found"

ec	SS_ET_NO_HELP_FILE,
	"No info available"

ec	SS_ET_ESCAPE_DISABLED,
	"Shell escapes are disabled"

ec	SS_ET_UNIMPLEMENTED,
	"Sorry, this request is not yet implemented"

	end