File: mess.en

package info (click to toggle)
man2html 1.6g-7
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 3,620 kB
  • ctags: 3,191
  • sloc: ansic: 9,637; sh: 2,322; perl: 335; makefile: 327; awk: 305; lisp: 171; cs: 170; xml: 119
file content (188 lines) | stat: -rw-r--r-- 5,322 bytes parent folder | download | duplicates (7)
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
BAD_CONFIG_FILE
	"unable to make sense of the file %s\n"
CONFIG_OPEN_ERROR
	"Warning: cannot open configuration file %s\n"
PARSE_ERROR_IN_CONFIG
	"Error parsing config file\n"
INCOMPAT
	"incompatible options %s and %s\n"
NO_ALTERNATE
	"Sorry - no support for alternate systems compiled in\n"
NO_COMPRESS
	"Man was compiled with automatic cat page compression,\n\
but the configuration file does not define COMPRESS.\n"
NO_NAME_FROM_SECTION
	"What manual page do you want from section %s?\n"
NO_NAME_NO_SECTION
	"What manual page do you want?\n"
NO_SUCH_ENTRY_IN_SECTION
	"No entry for %s in section %s of the manual\n"
NO_SUCH_ENTRY
	"No manual entry for %s\n"
PAGER_IS
	"\nusing %s as pager\n"
SYSTEM_FAILED
	"Error executing formatting or display command.\n\
System command %s exited with status %d.\n"
VERSION
	"%s, version %s\n\n"
OUT_OF_MEMORY
	"Out of memory - can't malloc %d bytes\n"
ROFF_CMD_FROM_FILE_ERROR
	"Error parsing *roff command from file %s\n"
MANROFFSEQ_ERROR
	"Error parsing MANROFFSEQ.  Using system defaults.\n"
ROFF_CMD_FROM_COMMANDLINE_ERROR
	"Error parsing *roff command from command line.\n"
UNRECOGNIZED_LINE
	"Unrecognized line in config file (ignored)\n%s\n"
GETVAL_ERROR
	"man-config.c: internal error: string %s not found\n"
FOUND_MANDIR
	"found man directory %s\n"
FOUND_MAP
	"found manpath map %s --> %s\n"
FOUND_CATDIR
	"corresponding catdir is %s\n"
LINE_TOO_LONG
	"Line too long in config file\n"
SECTION
	"\nsection: %s\n"
UNLINKED
	"unlinked %s\n"
GLOBBING
	"globbing %s\n"
EXPANSION_FAILED
	"Attempt [%s] to expand man page failed\n"
OPEN_ERROR
	"Cannot open man page %s\n"
READ_ERROR
	"Error reading man page %s\n"
FOUND_EQN
	"found eqn(1) directive\n"
FOUND_GRAP
	"found grap(1) directive\n"
FOUND_PIC
	"found pic(1) directive\n"
FOUND_TBL
	"found tbl(1) directive\n"
FOUND_VGRIND
	"found vgrind(1) directive\n"
FOUND_REFER
	"found refer(1) directive\n"
ROFF_FROM_COMMAND_LINE
	"parsing directive from command line\n"
ROFF_FROM_FILE
	"parsing directive from file %s\n"
ROFF_FROM_ENV
	"parsing directive from environment\n"
USING_DEFAULT
	"using default preprocessor sequence\n"
PLEASE_WAIT
	"Formatting page, please wait...\n"
CHANGED_MODE
	"changed mode of %s to %o\n"
CAT_OPEN_ERROR
	"Couldn't open %s for writing.\n"
PROPOSED_CATFILE
	"will try to write %s if needed\n"
IS_NEWER_RESULT
	"status from is_newer() = %d\n"
TRYING_SECTION
	"trying section %s\n"
SEARCHING
	"\nsearching in %s\n"
ALREADY_IN_MANPATH
	"but %s is already in the manpath\n"
CANNOT_STAT
	"Warning: cannot stat file %s!\n"
IS_NO_DIR
	"Warning: %s isn't a directory!\n"
ADDING_TO_MANPATH
	"adding %s to manpath\n"
PATH_DIR
	"\npath directory %s "
IS_IN_CONFIG
	"is in the config file\n"
IS_NOT_IN_CONFIG
	"is not in the config file\n"
MAN_NEARBY
	"but there is a man directory nearby\n"
NO_MAN_NEARBY
	"and we found no man directory nearby\n"
ADDING_MANDIRS
	"\nadding mandatory man directories\n\n"
CATNAME_IS
	"cat_name in convert_to_cat () is: %s\n"
NO_EXEC
	"\nnot executing command:\n  %s\n"
USAGE1
	"usage: %s [-adfhktwW] [section] [-M path] [-P pager] [-S list]\n\t"
USAGE2
	"[-m system] "
USAGE3
	"[-p string] name ...\n\n"
USAGE4
	"  a : find all matching entries\n\
  c : do not use cat file\n\
  d : print gobs of debugging information\n\
  D : as for -d, but also display the pages\n\
  f : same as whatis(1)\n\
  h : print this help message\n\
  k : same as apropos(1)\n\
  K : search for a string in all pages\n"
USAGE5
	"  t : use troff to format pages for printing\n"
USAGE6
	"\
  w : print location of man page(s) that would be displayed\n\
      (if no name given: print directories that would be searched)\n\
  W : as for -w, but display filenames only\n\n\
  C file   : use `file' as configuration file\n\
  M path   : set search path for manual pages to `path'\n\
  P pager  : use program `pager' to display pages\n\
  S list   : colon separated section list\n"
USAGE7
	"  m system : search for alternate system's man pages\n"
USAGE8
	"  p string : string tells which preprocessors to run\n\
               e - [n]eqn(1)   p - pic(1)    t - tbl(1)\n\
               g - grap(1)     r - refer(1)  v - vgrind(1)\n"
USER_CANNOT_OPEN_CAT
	"and the real user cannot open the cat file either\n"
USER_CAN_OPEN_CAT
	"but the real user can open the cat file\n"
CANNOT_FORK
	"failed to fork off the command _%s_\n"
WAIT_FAILED
	"error while waiting for child _%s_\n"
GOT_WRONG_PID
	"very strange ..., got wrong pid while waiting for my child\n"
CHILD_TERMINATED_ABNORMALLY
	"fatal error: the command _%s_ terminated abnormally\n"
IDENTICAL
	"Man page %s is identical to %s\n"
MAN_FOUND
	"Found the man page(s):\n"
NO_TROFF
	"error: no TROFF command specified in %s\n"
NO_CAT_FOR_NONSTD_LL
	"no cat page stored because of nonstandard line length\n"
BROWSER_IS
	"\nusing %s as browser\n"
HTMLPAGER_IS
	"\nusing %s to dump HTML pages as text\n"
FOUND_FILE
	"manfile_from_sec_and_dir() found %s\n"
CALLTRACE1
	"manfile_from_sec_and_dir(dir=%s, sec=%s, name=%s, flags=0x%0x)\n"
CALLTRACE2
	"glob_for_file(dir=%s, sec=%s, name=%s, type=0x%0x, ...)\n"
NO_MATCH
	"glob_for_file found no matches.\n"
GLOB_FOR_FILE
	"glob_for_file returns %s.\n"
CALLTRACE3
	 "glob_for_file_ext_glob(dir=%s, sec=%s, name=%s, ext=%s, hpx=%s, glob=%d, type=0x%0x);\n"
ABOUT_TO_GLOB
	"glob_for_file_ext_glob will expand %s\n"