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