-
Notifications
You must be signed in to change notification settings - Fork 207
/
Copy pathmanifest-makeinstall-solaris
257 lines (257 loc) · 18.1 KB
/
manifest-makeinstall-solaris
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
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
drwxr-xr-x install-dir
drwxr-xr-x install-dir/usr
drwxr-xr-x install-dir/usr/local
drwxr-xr-x install-dir/usr/local/bin
-rwxr-xr-x install-dir/usr/local/bin/pcre2-config
-rwxr-xr-x install-dir/usr/local/bin/pcre2grep
-rwxr-xr-x install-dir/usr/local/bin/pcre2test
drwxr-xr-x install-dir/usr/local/include
-rw-r--r-- install-dir/usr/local/include/pcre2.h
-rw-r--r-- install-dir/usr/local/include/pcre2posix.h
drwxr-xr-x install-dir/usr/local/lib
-rw-r--r-- install-dir/usr/local/lib/libpcre2-16.a
-rwxr-xr-x install-dir/usr/local/lib/libpcre2-16.la
lrwxrwxrwx install-dir/usr/local/lib/libpcre2-16.so -> libpcre2-16.so.0.14.0
lrwxrwxrwx install-dir/usr/local/lib/libpcre2-16.so.0 -> libpcre2-16.so.0.14.0
-rwxr-xr-x install-dir/usr/local/lib/libpcre2-16.so.0.14.0
-rw-r--r-- install-dir/usr/local/lib/libpcre2-32.a
-rwxr-xr-x install-dir/usr/local/lib/libpcre2-32.la
lrwxrwxrwx install-dir/usr/local/lib/libpcre2-32.so -> libpcre2-32.so.0.14.0
lrwxrwxrwx install-dir/usr/local/lib/libpcre2-32.so.0 -> libpcre2-32.so.0.14.0
-rwxr-xr-x install-dir/usr/local/lib/libpcre2-32.so.0.14.0
-rw-r--r-- install-dir/usr/local/lib/libpcre2-8.a
-rwxr-xr-x install-dir/usr/local/lib/libpcre2-8.la
lrwxrwxrwx install-dir/usr/local/lib/libpcre2-8.so -> libpcre2-8.so.0.14.0
lrwxrwxrwx install-dir/usr/local/lib/libpcre2-8.so.0 -> libpcre2-8.so.0.14.0
-rwxr-xr-x install-dir/usr/local/lib/libpcre2-8.so.0.14.0
-rw-r--r-- install-dir/usr/local/lib/libpcre2-posix.a
-rwxr-xr-x install-dir/usr/local/lib/libpcre2-posix.la
lrwxrwxrwx install-dir/usr/local/lib/libpcre2-posix.so -> libpcre2-posix.so.3.0.6
lrwxrwxrwx install-dir/usr/local/lib/libpcre2-posix.so.3 -> libpcre2-posix.so.3.0.6
-rwxr-xr-x install-dir/usr/local/lib/libpcre2-posix.so.3.0.6
drwxr-xr-x install-dir/usr/local/lib/pkgconfig
-rw-r--r-- install-dir/usr/local/lib/pkgconfig/libpcre2-16.pc
-rw-r--r-- install-dir/usr/local/lib/pkgconfig/libpcre2-32.pc
-rw-r--r-- install-dir/usr/local/lib/pkgconfig/libpcre2-8.pc
-rw-r--r-- install-dir/usr/local/lib/pkgconfig/libpcre2-posix.pc
drwxr-xr-x install-dir/usr/local/share
drwxr-xr-x install-dir/usr/local/share/doc
drwxr-xr-x install-dir/usr/local/share/doc/pcre2
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/AUTHORS.md
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/COPYING
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/ChangeLog
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/LICENCE.md
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/NEWS
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/README
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/SECURITY.md
drwxr-xr-x install-dir/usr/local/share/doc/pcre2/html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/NON-AUTOTOOLS-BUILD.txt
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/README.txt
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/index.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2-config.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2_callout_enumerate.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2_code_copy.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2_code_copy_with_tables.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2_code_free.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2_compile.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2_compile_context_copy.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2_compile_context_create.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2_compile_context_free.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2_config.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2_convert_context_copy.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2_convert_context_create.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2_convert_context_free.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2_converted_pattern_free.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2_dfa_match.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2_general_context_copy.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2_general_context_create.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2_general_context_free.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2_get_error_message.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2_get_mark.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2_get_match_data_heapframes_size.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2_get_match_data_size.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2_get_ovector_count.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2_get_ovector_pointer.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2_get_startchar.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2_jit_compile.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2_jit_free_unused_memory.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2_jit_match.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2_jit_stack_assign.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2_jit_stack_create.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2_jit_stack_free.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2_maketables.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2_maketables_free.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2_match.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2_match_context_copy.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2_match_context_create.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2_match_context_free.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2_match_data_create.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2_match_data_create_from_pattern.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2_match_data_free.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2_next_match.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2_pattern_convert.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2_pattern_info.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2_serialize_decode.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2_serialize_encode.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2_serialize_free.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2_serialize_get_number_of_codes.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2_set_bsr.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2_set_callout.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2_set_character_tables.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2_set_compile_extra_options.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2_set_compile_recursion_guard.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2_set_depth_limit.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2_set_glob_escape.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2_set_glob_separator.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2_set_heap_limit.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2_set_match_limit.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2_set_max_pattern_compiled_length.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2_set_max_pattern_length.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2_set_max_varlookbehind.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2_set_newline.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2_set_offset_limit.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2_set_optimize.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2_set_parens_nest_limit.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2_set_recursion_limit.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2_set_recursion_memory_management.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2_set_substitute_callout.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2_set_substitute_case_callout.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2_substitute.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2_substring_copy_byname.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2_substring_copy_bynumber.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2_substring_free.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2_substring_get_byname.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2_substring_get_bynumber.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2_substring_length_byname.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2_substring_length_bynumber.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2_substring_list_free.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2_substring_list_get.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2_substring_nametable_scan.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2_substring_number_from_name.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2api.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2build.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2callout.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2compat.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2convert.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2demo.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2grep.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2jit.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2limits.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2matching.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2partial.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2pattern.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2perform.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2posix.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2sample.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2serialize.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2syntax.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2test.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/html/pcre2unicode.html
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/pcre2-config.txt
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/pcre2.txt
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/pcre2grep.txt
-rw-r--r-- install-dir/usr/local/share/doc/pcre2/pcre2test.txt
drwxr-xr-x install-dir/usr/local/share/man
drwxr-xr-x install-dir/usr/local/share/man/man1
-rw-r--r-- install-dir/usr/local/share/man/man1/pcre2-config.1
-rw-r--r-- install-dir/usr/local/share/man/man1/pcre2grep.1
-rw-r--r-- install-dir/usr/local/share/man/man1/pcre2test.1
drwxr-xr-x install-dir/usr/local/share/man/man3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2_callout_enumerate.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2_code_copy.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2_code_copy_with_tables.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2_code_free.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2_compile.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2_compile_context_copy.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2_compile_context_create.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2_compile_context_free.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2_config.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2_convert_context_copy.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2_convert_context_create.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2_convert_context_free.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2_converted_pattern_free.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2_dfa_match.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2_general_context_copy.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2_general_context_create.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2_general_context_free.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2_get_error_message.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2_get_mark.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2_get_match_data_heapframes_size.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2_get_match_data_size.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2_get_ovector_count.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2_get_ovector_pointer.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2_get_startchar.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2_jit_compile.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2_jit_free_unused_memory.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2_jit_match.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2_jit_stack_assign.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2_jit_stack_create.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2_jit_stack_free.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2_maketables.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2_maketables_free.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2_match.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2_match_context_copy.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2_match_context_create.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2_match_context_free.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2_match_data_create.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2_match_data_create_from_pattern.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2_match_data_free.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2_next_match.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2_pattern_convert.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2_pattern_info.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2_serialize_decode.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2_serialize_encode.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2_serialize_free.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2_serialize_get_number_of_codes.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2_set_bsr.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2_set_callout.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2_set_character_tables.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2_set_compile_extra_options.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2_set_compile_recursion_guard.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2_set_depth_limit.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2_set_glob_escape.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2_set_glob_separator.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2_set_heap_limit.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2_set_match_limit.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2_set_max_pattern_compiled_length.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2_set_max_pattern_length.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2_set_max_varlookbehind.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2_set_newline.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2_set_offset_limit.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2_set_optimize.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2_set_parens_nest_limit.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2_set_recursion_limit.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2_set_recursion_memory_management.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2_set_substitute_callout.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2_set_substitute_case_callout.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2_substitute.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2_substring_copy_byname.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2_substring_copy_bynumber.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2_substring_free.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2_substring_get_byname.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2_substring_get_bynumber.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2_substring_length_byname.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2_substring_length_bynumber.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2_substring_list_free.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2_substring_list_get.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2_substring_nametable_scan.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2_substring_number_from_name.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2api.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2build.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2callout.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2compat.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2convert.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2demo.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2jit.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2limits.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2matching.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2partial.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2pattern.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2perform.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2posix.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2sample.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2serialize.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2syntax.3
-rw-r--r-- install-dir/usr/local/share/man/man3/pcre2unicode.3