aboutsummaryrefslogtreecommitdiff
path: root/misc/freebsd-doc-en/pkg-plist.html-split
blob: ffde857017eb1dca7f94f4d756fbb70cf158b088 (plain) (blame)
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
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
%%DOCSDIR%%/%%DOCLANG%%/articles/bsdl-gpl/addenda.html
%%DOCSDIR%%/%%DOCLANG%%/articles/bsdl-gpl/bsd-advantages.html
%%DOCSDIR%%/%%DOCLANG%%/articles/bsdl-gpl/conclusion.html
%%DOCSDIR%%/%%DOCLANG%%/articles/bsdl-gpl/current-bsdl.html
%%DOCSDIR%%/%%DOCLANG%%/articles/bsdl-gpl/gpl-advantages.html
%%DOCSDIR%%/%%DOCLANG%%/articles/bsdl-gpl/history.html
%%DOCSDIR%%/%%DOCLANG%%/articles/bsdl-gpl/index.html
%%DOCSDIR%%/%%DOCLANG%%/articles/bsdl-gpl/license-cannot.html
%%DOCSDIR%%/%%DOCLANG%%/articles/bsdl-gpl/origins-gpl.html
%%DOCSDIR%%/%%DOCLANG%%/articles/bsdl-gpl/origins-lgpl.html
%%DOCSDIR%%/%%DOCLANG%%/articles/bsdl-gpl/orphaning.html
%%DOCSDIR%%/%%DOCLANG%%/articles/bsdl-gpl/recommendations.html
%%DOCSDIR%%/%%DOCLANG%%/articles/bsdl-gpl/trademarks.html
%%DOCSDIR%%/%%DOCLANG%%/articles/bsdl-gpl/unix-license.html
%%DOCSDIR%%/%%DOCLANG%%/articles/building-products/bi01.html
%%DOCSDIR%%/%%DOCLANG%%/articles/building-products/conclusion.html
%%DOCSDIR%%/%%DOCLANG%%/articles/building-products/freebsd-collaboration.html
%%DOCSDIR%%/%%DOCLANG%%/articles/building-products/freebsd-intro.html
%%DOCSDIR%%/%%DOCLANG%%/articles/building-products/index.html
%%DOCSDIR%%/%%DOCLANG%%/articles/building-products/trademarks.html
%%DOCSDIR%%/%%DOCLANG%%/articles/committers-guide/archs.html
%%DOCSDIR%%/%%DOCLANG%%/articles/committers-guide/benefits.html
%%DOCSDIR%%/%%DOCLANG%%/articles/committers-guide/bugzilla.html
%%DOCSDIR%%/%%DOCLANG%%/articles/committers-guide/commit-log-message.html
%%DOCSDIR%%/%%DOCLANG%%/articles/committers-guide/committer.types.html
%%DOCSDIR%%/%%DOCLANG%%/articles/committers-guide/conventions.html
%%DOCSDIR%%/%%DOCLANG%%/articles/committers-guide/coverity.html
%%DOCSDIR%%/%%DOCLANG%%/articles/committers-guide/developer.relations.html
%%DOCSDIR%%/%%DOCLANG%%/articles/committers-guide/google-analytics.html
%%DOCSDIR%%/%%DOCLANG%%/articles/committers-guide/if-in-doubt.html
%%DOCSDIR%%/%%DOCLANG%%/articles/committers-guide/index.html
%%DOCSDIR%%/%%DOCLANG%%/articles/committers-guide/kerberos-ldap.html
%%DOCSDIR%%/%%DOCLANG%%/articles/committers-guide/misc.html
%%DOCSDIR%%/%%DOCLANG%%/articles/committers-guide/non-committers.html
%%DOCSDIR%%/%%DOCLANG%%/articles/committers-guide/people.html
%%DOCSDIR%%/%%DOCLANG%%/articles/committers-guide/pgpkeys.html
%%DOCSDIR%%/%%DOCLANG%%/articles/committers-guide/phabricator.html
%%DOCSDIR%%/%%DOCLANG%%/articles/committers-guide/ports.html
%%DOCSDIR%%/%%DOCLANG%%/articles/committers-guide/pre-commit-review.html
%%DOCSDIR%%/%%DOCLANG%%/articles/committers-guide/pref-license.html
%%DOCSDIR%%/%%DOCLANG%%/articles/committers-guide/rules.html
%%DOCSDIR%%/%%DOCLANG%%/articles/committers-guide/ssh.guide.html
%%DOCSDIR%%/%%DOCLANG%%/articles/committers-guide/subversion-primer.html
%%DOCSDIR%%/%%DOCLANG%%/articles/committers-guide/tracking.license.grants.html
%%DOCSDIR%%/%%DOCLANG%%/articles/committers-guide/trademarks.html
%%DOCSDIR%%/%%DOCLANG%%/articles/contributing/contrib-how.html
%%DOCSDIR%%/%%DOCLANG%%/articles/contributing/ideas-contributing.html
%%DOCSDIR%%/%%DOCLANG%%/articles/contributing/index.html
%%DOCSDIR%%/%%DOCLANG%%/articles/contributing/ix01.html
%%DOCSDIR%%/%%DOCLANG%%/articles/contributing/ports-contributing.html
%%DOCSDIR%%/%%DOCLANG%%/articles/contributing/trademarks.html
%%DOCSDIR%%/%%DOCLANG%%/articles/contributors/contrib-386bsd.html
%%DOCSDIR%%/%%DOCLANG%%/articles/contributors/contrib-additional.html
%%DOCSDIR%%/%%DOCLANG%%/articles/contributors/contrib-corealumni.html
%%DOCSDIR%%/%%DOCLANG%%/articles/contributors/contrib-derived.html
%%DOCSDIR%%/%%DOCLANG%%/articles/contributors/contrib-develalumni.html
%%DOCSDIR%%/%%DOCLANG%%/articles/contributors/contrib-develinmemoriam.html
%%DOCSDIR%%/%%DOCLANG%%/articles/contributors/contrib-portmgralumni.html
%%DOCSDIR%%/%%DOCLANG%%/articles/contributors/index.html
%%DOCSDIR%%/%%DOCLANG%%/articles/contributors/ix01.html
%%DOCSDIR%%/%%DOCLANG%%/articles/contributors/staff-committers.html
%%DOCSDIR%%/%%DOCLANG%%/articles/contributors/trademarks.html
%%DOCSDIR%%/%%DOCLANG%%/articles/cups/index.html
%%DOCSDIR%%/%%DOCLANG%%/articles/cups/ix01.html
%%DOCSDIR%%/%%DOCLANG%%/articles/cups/printing-cups-clients.html
%%DOCSDIR%%/%%DOCLANG%%/articles/cups/printing-cups-configuring-printers.html
%%DOCSDIR%%/%%DOCLANG%%/articles/cups/printing-cups-configuring-server.html
%%DOCSDIR%%/%%DOCLANG%%/articles/cups/printing-cups-install.html
%%DOCSDIR%%/%%DOCLANG%%/articles/cups/printing-cups-troubleshooting.html
%%DOCSDIR%%/%%DOCLANG%%/articles/cups/trademarks.html
%%DOCSDIR%%/%%DOCLANG%%/articles/explaining-bsd/comparing-bsd-and-linux.html
%%DOCSDIR%%/%%DOCLANG%%/articles/explaining-bsd/index.html
%%DOCSDIR%%/%%DOCLANG%%/articles/explaining-bsd/trademarks.html
%%DOCSDIR%%/%%DOCLANG%%/articles/explaining-bsd/what-a-real-unix.html
%%DOCSDIR%%/%%DOCLANG%%/articles/explaining-bsd/why-is-bsd-not-better-known.html
%%DOCSDIR%%/%%DOCLANG%%/articles/filtering-bridges/filtering-bridges-contributors.html
%%DOCSDIR%%/%%DOCLANG%%/articles/filtering-bridges/filtering-bridges-enabling.html
%%DOCSDIR%%/%%DOCLANG%%/articles/filtering-bridges/filtering-bridges-finalprep.html
%%DOCSDIR%%/%%DOCLANG%%/articles/filtering-bridges/filtering-bridges-how.html
%%DOCSDIR%%/%%DOCLANG%%/articles/filtering-bridges/filtering-bridges-ipfirewall.html
%%DOCSDIR%%/%%DOCLANG%%/articles/filtering-bridges/index.html
%%DOCSDIR%%/%%DOCLANG%%/articles/filtering-bridges/trademarks.html
%%DOCSDIR%%/%%DOCLANG%%/articles/fonts/additional-questions.html
%%DOCSDIR%%/%%DOCLANG%%/articles/fonts/convert-truetype.html
%%DOCSDIR%%/%%DOCLANG%%/articles/fonts/font-formats.html
%%DOCSDIR%%/%%DOCLANG%%/articles/fonts/index.html
%%DOCSDIR%%/%%DOCLANG%%/articles/fonts/obtaining-additional-fonts.html
%%DOCSDIR%%/%%DOCLANG%%/articles/fonts/terminology.html
%%DOCSDIR%%/%%DOCLANG%%/articles/fonts/trademarks.html
%%DOCSDIR%%/%%DOCLANG%%/articles/fonts/truetype-for-other-programs.html
%%DOCSDIR%%/%%DOCLANG%%/articles/fonts/type1-fonts-ghostscript.html
%%DOCSDIR%%/%%DOCLANG%%/articles/fonts/type1-fonts-groff.html
%%DOCSDIR%%/%%DOCLANG%%/articles/fonts/type1-fonts-x11.html
%%DOCSDIR%%/%%DOCLANG%%/articles/fonts/virtual-console.html
%%DOCSDIR%%/%%DOCLANG%%/articles/freebsd-questions/ar01s02.html
%%DOCSDIR%%/%%DOCLANG%%/articles/freebsd-questions/ar01s03.html
%%DOCSDIR%%/%%DOCLANG%%/articles/freebsd-questions/ar01s04.html
%%DOCSDIR%%/%%DOCLANG%%/articles/freebsd-questions/ar01s05.html
%%DOCSDIR%%/%%DOCLANG%%/articles/freebsd-questions/ar01s06.html
%%DOCSDIR%%/%%DOCLANG%%/articles/freebsd-questions/ar01s07.html
%%DOCSDIR%%/%%DOCLANG%%/articles/freebsd-questions/ar01s08.html
%%DOCSDIR%%/%%DOCLANG%%/articles/freebsd-questions/index.html
%%DOCSDIR%%/%%DOCLANG%%/articles/freebsd-questions/trademarks.html
%%DOCSDIR%%/%%DOCLANG%%/articles/freebsd-releng/index.html
%%DOCSDIR%%/%%DOCLANG%%/articles/freebsd-releng/releng-building.html
%%DOCSDIR%%/%%DOCLANG%%/articles/freebsd-releng/releng-eol.html
%%DOCSDIR%%/%%DOCLANG%%/articles/freebsd-releng/releng-head.html
%%DOCSDIR%%/%%DOCLANG%%/articles/freebsd-releng/releng-mirrors.html
%%DOCSDIR%%/%%DOCLANG%%/articles/freebsd-releng/releng-prep.html
%%DOCSDIR%%/%%DOCLANG%%/articles/freebsd-releng/releng-stable.html
%%DOCSDIR%%/%%DOCLANG%%/articles/freebsd-releng/releng-terms.html
%%DOCSDIR%%/%%DOCLANG%%/articles/freebsd-releng/releng-website.html
%%DOCSDIR%%/%%DOCLANG%%/articles/freebsd-releng/releng-wrapup.html
%%DOCSDIR%%/%%DOCLANG%%/articles/freebsd-releng/trademarks.html
%%DOCSDIR%%/%%DOCLANG%%/articles/freebsd-update-server/Configuration.html
%%DOCSDIR%%/%%DOCLANG%%/articles/freebsd-update-server/build.html
%%DOCSDIR%%/%%DOCLANG%%/articles/freebsd-update-server/index.html
%%DOCSDIR%%/%%DOCLANG%%/articles/freebsd-update-server/introduction.html
%%DOCSDIR%%/%%DOCLANG%%/articles/freebsd-update-server/patch.html
%%DOCSDIR%%/%%DOCLANG%%/articles/freebsd-update-server/prerequisites.html
%%DOCSDIR%%/%%DOCLANG%%/articles/freebsd-update-server/tips.html
%%DOCSDIR%%/%%DOCLANG%%/articles/freebsd-update-server/trademarks.html
%%DOCSDIR%%/%%DOCLANG%%/articles/geom-class/geom.html
%%DOCSDIR%%/%%DOCLANG%%/articles/geom-class/index.html
%%DOCSDIR%%/%%DOCLANG%%/articles/geom-class/kernelprog.html
%%DOCSDIR%%/%%DOCLANG%%/articles/geom-class/prelim.html
%%DOCSDIR%%/%%DOCLANG%%/articles/geom-class/trademarks.html
%%DOCSDIR%%/%%DOCLANG%%/articles/gjournal-desktop/configure-journal.html
%%DOCSDIR%%/%%DOCLANG%%/articles/gjournal-desktop/further-reading.html
%%DOCSDIR%%/%%DOCLANG%%/articles/gjournal-desktop/index.html
%%DOCSDIR%%/%%DOCLANG%%/articles/gjournal-desktop/reserve-space.html
%%DOCSDIR%%/%%DOCLANG%%/articles/gjournal-desktop/trademarks.html
%%DOCSDIR%%/%%DOCLANG%%/articles/gjournal-desktop/troubleshooting-gjournal.html
%%DOCSDIR%%/%%DOCLANG%%/articles/gjournal-desktop/understanding-journaling.html
%%DOCSDIR%%/%%DOCLANG%%/articles/hubs/index.html
%%DOCSDIR%%/%%DOCLANG%%/articles/hubs/mirror-howto.html
%%DOCSDIR%%/%%DOCLANG%%/articles/hubs/mirror-official.html
%%DOCSDIR%%/%%DOCLANG%%/articles/hubs/mirror-requirements.html
%%DOCSDIR%%/%%DOCLANG%%/articles/hubs/mirror-statpages.html
%%DOCSDIR%%/%%DOCLANG%%/articles/hubs/mirror-where.html
%%DOCSDIR%%/%%DOCLANG%%/articles/hubs/trademarks.html
%%DOCSDIR%%/%%DOCLANG%%/articles/ipsec-must/IPsec.html
%%DOCSDIR%%/%%DOCLANG%%/articles/ipsec-must/caveat.html
%%DOCSDIR%%/%%DOCLANG%%/articles/ipsec-must/code.html
%%DOCSDIR%%/%%DOCLANG%%/articles/ipsec-must/experiment.html
%%DOCSDIR%%/%%DOCLANG%%/articles/ipsec-must/index.html
%%DOCSDIR%%/%%DOCLANG%%/articles/ipsec-must/ipsec-install.html
%%DOCSDIR%%/%%DOCLANG%%/articles/ipsec-must/kernel.html
%%DOCSDIR%%/%%DOCLANG%%/articles/ipsec-must/solution.html
%%DOCSDIR%%/%%DOCLANG%%/articles/ipsec-must/trademarks.html
%%DOCSDIR%%/%%DOCLANG%%/articles/ldap-auth/client.html
%%DOCSDIR%%/%%DOCLANG%%/articles/ldap-auth/index.html
%%DOCSDIR%%/%%DOCLANG%%/articles/ldap-auth/ldap.html
%%DOCSDIR%%/%%DOCLANG%%/articles/ldap-auth/secure.html
%%DOCSDIR%%/%%DOCLANG%%/articles/ldap-auth/ssl-ca.html
%%DOCSDIR%%/%%DOCLANG%%/articles/ldap-auth/trademarks.html
%%DOCSDIR%%/%%DOCLANG%%/articles/ldap-auth/useful.html
%%DOCSDIR%%/%%DOCLANG%%/articles/leap-seconds/index.html
%%DOCSDIR%%/%%DOCLANG%%/articles/leap-seconds/leapseconds-cautions.html
%%DOCSDIR%%/%%DOCLANG%%/articles/leap-seconds/leapseconds-conclusion.html
%%DOCSDIR%%/%%DOCLANG%%/articles/leap-seconds/leapseconds-posix.html
%%DOCSDIR%%/%%DOCLANG%%/articles/leap-seconds/leapseconds-testing.html
%%DOCSDIR%%/%%DOCLANG%%/articles/linux-emulation/conclusion.html
%%DOCSDIR%%/%%DOCLANG%%/articles/linux-emulation/freebsd-emulation.html
%%DOCSDIR%%/%%DOCLANG%%/articles/linux-emulation/index.html
%%DOCSDIR%%/%%DOCLANG%%/articles/linux-emulation/inside.html
%%DOCSDIR%%/%%DOCLANG%%/articles/linux-emulation/literatures.html
%%DOCSDIR%%/%%DOCLANG%%/articles/linux-emulation/md.html
%%DOCSDIR%%/%%DOCLANG%%/articles/linux-emulation/mi.html
%%DOCSDIR%%/%%DOCLANG%%/articles/linux-emulation/trademarks.html
%%DOCSDIR%%/%%DOCLANG%%/articles/linux-users/commands.html
%%DOCSDIR%%/%%DOCLANG%%/articles/linux-users/conclusion.html
%%DOCSDIR%%/%%DOCLANG%%/articles/linux-users/firewall.html
%%DOCSDIR%%/%%DOCLANG%%/articles/linux-users/index.html
%%DOCSDIR%%/%%DOCLANG%%/articles/linux-users/network.html
%%DOCSDIR%%/%%DOCLANG%%/articles/linux-users/procfs.html
%%DOCSDIR%%/%%DOCLANG%%/articles/linux-users/shells.html
%%DOCSDIR%%/%%DOCLANG%%/articles/linux-users/software.html
%%DOCSDIR%%/%%DOCLANG%%/articles/linux-users/startup.html
%%DOCSDIR%%/%%DOCLANG%%/articles/linux-users/trademarks.html
%%DOCSDIR%%/%%DOCLANG%%/articles/linux-users/updates.html
%%DOCSDIR%%/%%DOCLANG%%/articles/mailing-list-faq/acknowledgments.html
%%DOCSDIR%%/%%DOCLANG%%/articles/mailing-list-faq/bikeshed.html
%%DOCSDIR%%/%%DOCLANG%%/articles/mailing-list-faq/etiquette.html
%%DOCSDIR%%/%%DOCLANG%%/articles/mailing-list-faq/index.html
%%DOCSDIR%%/%%DOCLANG%%/articles/mailing-list-faq/recurring.html
%%DOCSDIR%%/%%DOCLANG%%/articles/nanobsd/howto.html
%%DOCSDIR%%/%%DOCLANG%%/articles/nanobsd/index.html
%%DOCSDIR%%/%%DOCLANG%%/articles/nanobsd/ix01.html
%%DOCSDIR%%/%%DOCLANG%%/articles/nanobsd/trademarks.html
%%DOCSDIR%%/%%DOCLANG%%/articles/new-users/adding-a-user.html
%%DOCSDIR%%/%%DOCLANG%%/articles/new-users/comments-welcome.html
%%DOCSDIR%%/%%DOCLANG%%/articles/new-users/editing-text.html
%%DOCSDIR%%/%%DOCLANG%%/articles/new-users/getting-help.html
%%DOCSDIR%%/%%DOCLANG%%/articles/new-users/index.html
%%DOCSDIR%%/%%DOCLANG%%/articles/new-users/looking-around.html
%%DOCSDIR%%/%%DOCLANG%%/articles/new-users/next-steps.html
%%DOCSDIR%%/%%DOCLANG%%/articles/new-users/other-useful-commands.html
%%DOCSDIR%%/%%DOCLANG%%/articles/new-users/other.html
%%DOCSDIR%%/%%DOCLANG%%/articles/new-users/trademarks.html
%%DOCSDIR%%/%%DOCLANG%%/articles/new-users/your-working-environment.html
%%DOCSDIR%%/%%DOCLANG%%/articles/pam/index.html
%%DOCSDIR%%/%%DOCLANG%%/articles/pam/pam-appl-prog.html
%%DOCSDIR%%/%%DOCLANG%%/articles/pam/pam-config.html
%%DOCSDIR%%/%%DOCLANG%%/articles/pam/pam-essentials.html
%%DOCSDIR%%/%%DOCLANG%%/articles/pam/pam-freebsd-modules.html
%%DOCSDIR%%/%%DOCLANG%%/articles/pam/pam-further.html
%%DOCSDIR%%/%%DOCLANG%%/articles/pam/pam-legalnotice.html
%%DOCSDIR%%/%%DOCLANG%%/articles/pam/pam-module-prog.html
%%DOCSDIR%%/%%DOCLANG%%/articles/pam/pam-sample-appl.html
%%DOCSDIR%%/%%DOCLANG%%/articles/pam/pam-sample-conv.html
%%DOCSDIR%%/%%DOCLANG%%/articles/pam/pam-sample-module.html
%%DOCSDIR%%/%%DOCLANG%%/articles/pam/pam-terms.html
%%DOCSDIR%%/%%DOCLANG%%/articles/pam/trademarks.html
%%DOCSDIR%%/%%DOCLANG%%/articles/pgpkeys/index.html
%%DOCSDIR%%/%%DOCLANG%%/articles/pgpkeys/pgpkeys-core.html
%%DOCSDIR%%/%%DOCLANG%%/articles/pgpkeys/pgpkeys-developers.html
%%DOCSDIR%%/%%DOCLANG%%/articles/pgpkeys/pgpkeys-other.html
%%DOCSDIR%%/%%DOCLANG%%/articles/port-mentor-guidelines/index.html
%%DOCSDIR%%/%%DOCLANG%%/articles/pr-guidelines/index.html
%%DOCSDIR%%/%%DOCLANG%%/articles/pr-guidelines/pr-lifecycle.html
%%DOCSDIR%%/%%DOCLANG%%/articles/pr-guidelines/pr-states.html
%%DOCSDIR%%/%%DOCLANG%%/articles/pr-guidelines/pr-types.html
%%DOCSDIR%%/%%DOCLANG%%/articles/pr-guidelines/references.html
%%DOCSDIR%%/%%DOCLANG%%/articles/pr-guidelines/trademarks.html
%%DOCSDIR%%/%%DOCLANG%%/articles/problem-reports/index.html
%%DOCSDIR%%/%%DOCLANG%%/articles/problem-reports/ix01.html
%%DOCSDIR%%/%%DOCLANG%%/articles/problem-reports/pr-followup.html
%%DOCSDIR%%/%%DOCLANG%%/articles/problem-reports/pr-further.html
%%DOCSDIR%%/%%DOCLANG%%/articles/problem-reports/pr-prep.html
%%DOCSDIR%%/%%DOCLANG%%/articles/problem-reports/pr-problems.html
%%DOCSDIR%%/%%DOCLANG%%/articles/problem-reports/pr-when.html
%%DOCSDIR%%/%%DOCLANG%%/articles/problem-reports/pr-writing.html
%%DOCSDIR%%/%%DOCLANG%%/articles/problem-reports/trademarks.html
%%DOCSDIR%%/%%DOCLANG%%/articles/rc-scripting/index.html
%%DOCSDIR%%/%%DOCLANG%%/articles/rc-scripting/rcng-args.html
%%DOCSDIR%%/%%DOCLANG%%/articles/rc-scripting/rcng-confdummy.html
%%DOCSDIR%%/%%DOCLANG%%/articles/rc-scripting/rcng-daemon-adv.html
%%DOCSDIR%%/%%DOCLANG%%/articles/rc-scripting/rcng-daemon.html
%%DOCSDIR%%/%%DOCLANG%%/articles/rc-scripting/rcng-dummy.html
%%DOCSDIR%%/%%DOCLANG%%/articles/rc-scripting/rcng-furthur.html
%%DOCSDIR%%/%%DOCLANG%%/articles/rc-scripting/rcng-hookup.html
%%DOCSDIR%%/%%DOCLANG%%/articles/rc-scripting/rcng-task.html
%%DOCSDIR%%/%%DOCLANG%%/articles/rc-scripting/trademarks.html
%%DOCSDIR%%/%%DOCLANG%%/articles/releng/ackno.html
%%DOCSDIR%%/%%DOCLANG%%/articles/releng/distribution.html
%%DOCSDIR%%/%%DOCLANG%%/articles/releng/extensibility.html
%%DOCSDIR%%/%%DOCLANG%%/articles/releng/future.html
%%DOCSDIR%%/%%DOCLANG%%/articles/releng/index.html
%%DOCSDIR%%/%%DOCLANG%%/articles/releng/lessons-learned.html
%%DOCSDIR%%/%%DOCLANG%%/articles/releng/release-build.html
%%DOCSDIR%%/%%DOCLANG%%/articles/releng/release-proc.html
%%DOCSDIR%%/%%DOCLANG%%/articles/releng/trademarks.html
%%DOCSDIR%%/%%DOCLANG%%/articles/remote-install/index.html
%%DOCSDIR%%/%%DOCLANG%%/articles/remote-install/installation.html
%%DOCSDIR%%/%%DOCLANG%%/articles/remote-install/intro.html
%%DOCSDIR%%/%%DOCLANG%%/articles/remote-install/preparation.html
%%DOCSDIR%%/%%DOCLANG%%/articles/remote-install/trademarks.html
%%DOCSDIR%%/%%DOCLANG%%/articles/remote-install/zfs.html
%%DOCSDIR%%/%%DOCLANG%%/articles/serial-uart/ar01s04.html
%%DOCSDIR%%/%%DOCLANG%%/articles/serial-uart/cy.html
%%DOCSDIR%%/%%DOCLANG%%/articles/serial-uart/index.html
%%DOCSDIR%%/%%DOCLANG%%/articles/serial-uart/sio.html
%%DOCSDIR%%/%%DOCLANG%%/articles/serial-uart/trademarks.html
%%DOCSDIR%%/%%DOCLANG%%/articles/solid-state/ar01s04.html
%%DOCSDIR%%/%%DOCLANG%%/articles/solid-state/index.html
%%DOCSDIR%%/%%DOCLANG%%/articles/solid-state/kernel.html
%%DOCSDIR%%/%%DOCLANG%%/articles/solid-state/legalnotice.html
%%DOCSDIR%%/%%DOCLANG%%/articles/solid-state/ro-fs.html
%%DOCSDIR%%/%%DOCLANG%%/articles/solid-state/strategies.html
%%DOCSDIR%%/%%DOCLANG%%/articles/solid-state/trademarks.html
%%DOCSDIR%%/%%DOCLANG%%/articles/vinum/index.html
%%DOCSDIR%%/%%DOCLANG%%/articles/vinum/vinum-access-bottlenecks.html
%%DOCSDIR%%/%%DOCLANG%%/articles/vinum/vinum-config.html
%%DOCSDIR%%/%%DOCLANG%%/articles/vinum/vinum-data-integrity.html
%%DOCSDIR%%/%%DOCLANG%%/articles/vinum/vinum-examples.html
%%DOCSDIR%%/%%DOCLANG%%/articles/vinum/vinum-object-naming.html
%%DOCSDIR%%/%%DOCLANG%%/articles/vinum/vinum-objects.html
%%DOCSDIR%%/%%DOCLANG%%/articles/vinum/vinum-root.html
%%DOCSDIR%%/%%DOCLANG%%/articles/vm-design/allen-briggs-qa.html
%%DOCSDIR%%/%%DOCLANG%%/articles/vm-design/conclusion.html
%%DOCSDIR%%/%%DOCLANG%%/articles/vm-design/freeing-pages.html
%%DOCSDIR%%/%%DOCLANG%%/articles/vm-design/index.html
%%DOCSDIR%%/%%DOCLANG%%/articles/vm-design/legalnotice.html
%%DOCSDIR%%/%%DOCLANG%%/articles/vm-design/page-coloring-optimizations.html
%%DOCSDIR%%/%%DOCLANG%%/articles/vm-design/page-table-optimizations.html
%%DOCSDIR%%/%%DOCLANG%%/articles/vm-design/prefault-optimizations.html
%%DOCSDIR%%/%%DOCLANG%%/articles/vm-design/swap-layers.html
%%DOCSDIR%%/%%DOCLANG%%/articles/vm-design/trademarks.html
%%DOCSDIR%%/%%DOCLANG%%/articles/vm-design/vm-objects.html
%%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/appendices.html
%%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/bi01.html
%%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/boot-bios.html
%%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/boot-boot0.html
%%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/boot-boot1.html
%%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/boot-kernel.html
%%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/boot-loader.html
%%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/boot-overview.html
%%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/boot.html
%%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/boot2.html
%%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/btx-server.html
%%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/devicedrivers.html
%%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/driverbasics-block.html
%%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/driverbasics-char.html
%%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/driverbasics-kld.html
%%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/driverbasics-net.html
%%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/driverbasics.html
%%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/index.html
%%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/isa-driver-attach.html
%%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/isa-driver-basics.html
%%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/isa-driver-busmem.html
%%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/isa-driver-config.html
%%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/isa-driver-detach.html
%%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/isa-driver-device-t.html
%%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/isa-driver-dma.html
%%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/isa-driver-intr.html
%%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/isa-driver-probe.html
%%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/isa-driver-resources.html
%%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/isa-driver-shutdown.html
%%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/isa-driver.html
%%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/ix01.html
%%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/jail-restrictions.html
%%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/jail.html
%%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/kernel-objects-operation.html
%%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/kernel-objects-using.html
%%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/kernel-objects.html
%%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/kernel.html
%%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/legalnotice.html
%%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/locking-atomic.html
%%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/locking-sx.html
%%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/locking.html
%%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/mac-background.html
%%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/mac-conclusion.html
%%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/mac-entry-point-reference.html
%%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/mac-framework-kernel-arch.html
%%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/mac-introduction.html
%%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/mac-policy-architecture.html
%%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/mac-synopsis.html
%%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/mac-userland-arch.html
%%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/mac.html
%%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/newbus-api.html
%%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/newbus-overview.html
%%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/newbus.html
%%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/oss-files.html
%%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/oss-interfaces.html
%%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/oss.html
%%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/pccard.html
%%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/pci-bus.html
%%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/pci.html
%%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/pcm-probe-and-attach.html
%%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/scsi-async.html
%%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/scsi-errors.html
%%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/scsi-general.html
%%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/scsi-interrupts.html
%%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/scsi-polling.html
%%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/scsi-timeout.html
%%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/scsi.html
%%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/smp-design.html
%%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/smp-implementation-notes.html
%%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/smp-lock-fundamentals.html
%%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/smp-lock-strategies.html
%%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/smp-misc.html
%%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/smp.html
%%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/sysinit-operation.html
%%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/sysinit-using.html
%%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/sysinit.html
%%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/trademarks.html
%%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/usb-dev.html
%%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/usb-devprobe.html
%%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/usb-hc.html
%%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/usb-protocol.html
%%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/usb.html
%%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/vm-cache.html
%%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/vm-fileio.html
%%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/vm-kvm.html
%%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/vm-pagetables.html
%%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/vm-tuning.html
%%DOCSDIR%%/%%DOCLANG%%/books/arch-handbook/vm.html
%%DOCSDIR%%/%%DOCLANG%%/books/design-44bsd/index.html
%%DOCSDIR%%/%%DOCLANG%%/books/design-44bsd/legalnotice.html
%%DOCSDIR%%/%%DOCLANG%%/books/design-44bsd/overview-filestore.html
%%DOCSDIR%%/%%DOCLANG%%/books/design-44bsd/overview-filesystem.html
%%DOCSDIR%%/%%DOCLANG%%/books/design-44bsd/overview-io-system.html
%%DOCSDIR%%/%%DOCLANG%%/books/design-44bsd/overview-ipc.html
%%DOCSDIR%%/%%DOCLANG%%/books/design-44bsd/overview-kernel-organization.html
%%DOCSDIR%%/%%DOCLANG%%/books/design-44bsd/overview-kernel-service.html
%%DOCSDIR%%/%%DOCLANG%%/books/design-44bsd/overview-memory-management.html
%%DOCSDIR%%/%%DOCLANG%%/books/design-44bsd/overview-network-communication.html
%%DOCSDIR%%/%%DOCLANG%%/books/design-44bsd/overview-network-implementation.html
%%DOCSDIR%%/%%DOCLANG%%/books/design-44bsd/overview-nfs.html
%%DOCSDIR%%/%%DOCLANG%%/books/design-44bsd/overview-operation.html
%%DOCSDIR%%/%%DOCLANG%%/books/design-44bsd/overview-process-management.html
%%DOCSDIR%%/%%DOCLANG%%/books/design-44bsd/overview-terminal.html
%%DOCSDIR%%/%%DOCLANG%%/books/design-44bsd/overview.html
%%DOCSDIR%%/%%DOCLANG%%/books/dev-model/bibliography.html
%%DOCSDIR%%/%%DOCLANG%%/books/dev-model/committing.html
%%DOCSDIR%%/%%DOCLANG%%/books/dev-model/def-process.html
%%DOCSDIR%%/%%DOCLANG%%/books/dev-model/definitions.html
%%DOCSDIR%%/%%DOCLANG%%/books/dev-model/foreword.html
%%DOCSDIR%%/%%DOCLANG%%/books/dev-model/index.html
%%DOCSDIR%%/%%DOCLANG%%/books/dev-model/methodology-model.html
%%DOCSDIR%%/%%DOCLANG%%/books/dev-model/model-mailman.html
%%DOCSDIR%%/%%DOCLANG%%/books/dev-model/model-maintenance.html
%%DOCSDIR%%/%%DOCLANG%%/books/dev-model/model-orgstruct.html
%%DOCSDIR%%/%%DOCLANG%%/books/dev-model/model-pr.html
%%DOCSDIR%%/%%DOCLANG%%/books/dev-model/model-processes.html
%%DOCSDIR%%/%%DOCLANG%%/books/dev-model/model-summary.html
%%DOCSDIR%%/%%DOCLANG%%/books/dev-model/new-features.html
%%DOCSDIR%%/%%DOCLANG%%/books/dev-model/official-hats.html
%%DOCSDIR%%/%%DOCLANG%%/books/dev-model/overview.html
%%DOCSDIR%%/%%DOCLANG%%/books/dev-model/proc-depend-hats.html
%%DOCSDIR%%/%%DOCLANG%%/books/dev-model/process-core-election.html
%%DOCSDIR%%/%%DOCLANG%%/books/dev-model/process-reactions.html
%%DOCSDIR%%/%%DOCLANG%%/books/dev-model/process-release-engineering.html
%%DOCSDIR%%/%%DOCLANG%%/books/dev-model/ref-freebsd.html
%%DOCSDIR%%/%%DOCLANG%%/books/dev-model/ref-hat.html
%%DOCSDIR%%/%%DOCLANG%%/books/dev-model/ref-outcome.html
%%DOCSDIR%%/%%DOCLANG%%/books/dev-model/release-branches.html
%%DOCSDIR%%/%%DOCLANG%%/books/dev-model/sect-hats.html
%%DOCSDIR%%/%%DOCLANG%%/books/dev-model/sub-project-documentation.html
%%DOCSDIR%%/%%DOCLANG%%/books/dev-model/sub-projects.html
%%DOCSDIR%%/%%DOCLANG%%/books/dev-model/tool-bugzilla.html
%%DOCSDIR%%/%%DOCLANG%%/books/dev-model/tool-pgp.html
%%DOCSDIR%%/%%DOCLANG%%/books/dev-model/tool-ssh2.html
%%DOCSDIR%%/%%DOCLANG%%/books/dev-model/tools.html
%%DOCSDIR%%/%%DOCLANG%%/books/developers-handbook/Basics.html
%%DOCSDIR%%/%%DOCLANG%%/books/developers-handbook/appendices.html
%%DOCSDIR%%/%%DOCLANG%%/books/developers-handbook/architectures.html
%%DOCSDIR%%/%%DOCLANG%%/books/developers-handbook/bi01.html
%%DOCSDIR%%/%%DOCLANG%%/books/developers-handbook/debugging.html
%%DOCSDIR%%/%%DOCLANG%%/books/developers-handbook/emacs.html
%%DOCSDIR%%/%%DOCLANG%%/books/developers-handbook/index.html
%%DOCSDIR%%/%%DOCLANG%%/books/developers-handbook/introduction-archguide.html
%%DOCSDIR%%/%%DOCLANG%%/books/developers-handbook/introduction-bsdvision.html
%%DOCSDIR%%/%%DOCLANG%%/books/developers-handbook/introduction-layout.html
%%DOCSDIR%%/%%DOCLANG%%/books/developers-handbook/introduction.html
%%DOCSDIR%%/%%DOCLANG%%/books/developers-handbook/ipc.html
%%DOCSDIR%%/%%DOCLANG%%/books/developers-handbook/ipv6.html
%%DOCSDIR%%/%%DOCLANG%%/books/developers-handbook/ix01.html
%%DOCSDIR%%/%%DOCLANG%%/books/developers-handbook/kernel.html
%%DOCSDIR%%/%%DOCLANG%%/books/developers-handbook/kernelbuild.html
%%DOCSDIR%%/%%DOCLANG%%/books/developers-handbook/kerneldebug-console.html
%%DOCSDIR%%/%%DOCLANG%%/books/developers-handbook/kerneldebug-dcons.html
%%DOCSDIR%%/%%DOCLANG%%/books/developers-handbook/kerneldebug-deadlocks.html
%%DOCSDIR%%/%%DOCLANG%%/books/developers-handbook/kerneldebug-gdb.html
%%DOCSDIR%%/%%DOCLANG%%/books/developers-handbook/kerneldebug-online-ddb.html
%%DOCSDIR%%/%%DOCLANG%%/books/developers-handbook/kerneldebug-online-gdb.html
%%DOCSDIR%%/%%DOCLANG%%/books/developers-handbook/kerneldebug-options.html
%%DOCSDIR%%/%%DOCLANG%%/books/developers-handbook/kerneldebug.html
%%DOCSDIR%%/%%DOCLANG%%/books/developers-handbook/l10n.html
%%DOCSDIR%%/%%DOCLANG%%/books/developers-handbook/legalnotice.html
%%DOCSDIR%%/%%DOCLANG%%/books/developers-handbook/policies-contributed.html
%%DOCSDIR%%/%%DOCLANG%%/books/developers-handbook/policies-encumbered.html
%%DOCSDIR%%/%%DOCLANG%%/books/developers-handbook/policies-maintainer.html
%%DOCSDIR%%/%%DOCLANG%%/books/developers-handbook/policies-shlib.html
%%DOCSDIR%%/%%DOCLANG%%/books/developers-handbook/policies.html
%%DOCSDIR%%/%%DOCLANG%%/books/developers-handbook/posix-nls.html
%%DOCSDIR%%/%%DOCLANG%%/books/developers-handbook/secure-bufferov.html
%%DOCSDIR%%/%%DOCLANG%%/books/developers-handbook/secure-chroot.html
%%DOCSDIR%%/%%DOCLANG%%/books/developers-handbook/secure-philosophy.html
%%DOCSDIR%%/%%DOCLANG%%/books/developers-handbook/secure-race-conditions.html
%%DOCSDIR%%/%%DOCLANG%%/books/developers-handbook/secure-setuid.html
%%DOCSDIR%%/%%DOCLANG%%/books/developers-handbook/secure-trust.html
%%DOCSDIR%%/%%DOCLANG%%/books/developers-handbook/secure.html
%%DOCSDIR%%/%%DOCLANG%%/books/developers-handbook/sockets-concurrent-servers.html
%%DOCSDIR%%/%%DOCLANG%%/books/developers-handbook/sockets-diversity.html
%%DOCSDIR%%/%%DOCLANG%%/books/developers-handbook/sockets-essential-functions.html
%%DOCSDIR%%/%%DOCLANG%%/books/developers-handbook/sockets-helper-functions.html
%%DOCSDIR%%/%%DOCLANG%%/books/developers-handbook/sockets-model.html
%%DOCSDIR%%/%%DOCLANG%%/books/developers-handbook/sockets-protocols.html
%%DOCSDIR%%/%%DOCLANG%%/books/developers-handbook/sockets.html
%%DOCSDIR%%/%%DOCLANG%%/books/developers-handbook/testing-tinderbox.html
%%DOCSDIR%%/%%DOCLANG%%/books/developers-handbook/testing.html
%%DOCSDIR%%/%%DOCLANG%%/books/developers-handbook/tools-compiling.html
%%DOCSDIR%%/%%DOCLANG%%/books/developers-handbook/tools-intro.html
%%DOCSDIR%%/%%DOCLANG%%/books/developers-handbook/tools-make.html
%%DOCSDIR%%/%%DOCLANG%%/books/developers-handbook/tools-programming.html
%%DOCSDIR%%/%%DOCLANG%%/books/developers-handbook/tools-reading.html
%%DOCSDIR%%/%%DOCLANG%%/books/developers-handbook/tools.html
%%DOCSDIR%%/%%DOCLANG%%/books/developers-handbook/trademarks.html
%%DOCSDIR%%/%%DOCLANG%%/books/developers-handbook/x86-acknowledgements.html
%%DOCSDIR%%/%%DOCLANG%%/books/developers-handbook/x86-buffered-io.html
%%DOCSDIR%%/%%DOCLANG%%/books/developers-handbook/x86-caveats.html
%%DOCSDIR%%/%%DOCLANG%%/books/developers-handbook/x86-command-line.html
%%DOCSDIR%%/%%DOCLANG%%/books/developers-handbook/x86-environment.html
%%DOCSDIR%%/%%DOCLANG%%/books/developers-handbook/x86-files.html
%%DOCSDIR%%/%%DOCLANG%%/books/developers-handbook/x86-first-program.html
%%DOCSDIR%%/%%DOCLANG%%/books/developers-handbook/x86-fpu.html
%%DOCSDIR%%/%%DOCLANG%%/books/developers-handbook/x86-one-pointed-mind.html
%%DOCSDIR%%/%%DOCLANG%%/books/developers-handbook/x86-portable-code.html
%%DOCSDIR%%/%%DOCLANG%%/books/developers-handbook/x86-return-values.html
%%DOCSDIR%%/%%DOCLANG%%/books/developers-handbook/x86-system-calls.html
%%DOCSDIR%%/%%DOCLANG%%/books/developers-handbook/x86-the-tools.html
%%DOCSDIR%%/%%DOCLANG%%/books/developers-handbook/x86-unix-filters.html
%%DOCSDIR%%/%%DOCLANG%%/books/developers-handbook/x86.html
%%DOCSDIR%%/%%DOCLANG%%/books/faq/acknowledgments.html
%%DOCSDIR%%/%%DOCLANG%%/books/faq/admin.html
%%DOCSDIR%%/%%DOCLANG%%/books/faq/advanced.html
%%DOCSDIR%%/%%DOCLANG%%/books/faq/all-about-zfs.html
%%DOCSDIR%%/%%DOCLANG%%/books/faq/applications.html
%%DOCSDIR%%/%%DOCLANG%%/books/faq/compatibility-kbd-mice.html
%%DOCSDIR%%/%%DOCLANG%%/books/faq/compatibility-other.html
%%DOCSDIR%%/%%DOCLANG%%/books/faq/compatibility-peripherals.html
%%DOCSDIR%%/%%DOCLANG%%/books/faq/compatibility-processors.html
%%DOCSDIR%%/%%DOCLANG%%/books/faq/disks.html
%%DOCSDIR%%/%%DOCLANG%%/books/faq/funnies.html
%%DOCSDIR%%/%%DOCLANG%%/books/faq/hardware.html
%%DOCSDIR%%/%%DOCLANG%%/books/faq/index.html
%%DOCSDIR%%/%%DOCLANG%%/books/faq/install.html
%%DOCSDIR%%/%%DOCLANG%%/books/faq/introduction.html
%%DOCSDIR%%/%%DOCLANG%%/books/faq/kernelconfig.html
%%DOCSDIR%%/%%DOCLANG%%/books/faq/legalnotice.html
%%DOCSDIR%%/%%DOCLANG%%/books/faq/misc.html
%%DOCSDIR%%/%%DOCLANG%%/books/faq/networking.html
%%DOCSDIR%%/%%DOCLANG%%/books/faq/security.html
%%DOCSDIR%%/%%DOCLANG%%/books/faq/serial.html
%%DOCSDIR%%/%%DOCLANG%%/books/faq/support.html
%%DOCSDIR%%/%%DOCLANG%%/books/faq/trademarks.html
%%DOCSDIR%%/%%DOCLANG%%/books/faq/troubleshoot.html
%%DOCSDIR%%/%%DOCLANG%%/books/faq/x.html
%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/doc-build-makefiles.html
%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/doc-build-toolset.html
%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/doc-build.html
%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/docbook-markup-block-elements.html
%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/docbook-markup-document-structure.html
%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/docbook-markup-fpi.html
%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/docbook-markup-freebsd-extensions.html
%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/docbook-markup-images.html
%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/docbook-markup-inline-elements.html
%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/docbook-markup-links.html
%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/docbook-markup.html
%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/editor-config-emacs.html
%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/editor-config-nano.html
%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/editor-config.html
%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/examples-docbook-article.html
%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/examples.html
%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/index.html
%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/ix01.html
%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/legalnotice.html
%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/make-includes.html
%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/manpages-examples-as-templates.html
%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/manpages-markup.html
%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/manpages-resources.html
%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/manpages-sample-structures.html
%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/manpages-sections.html
%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/manpages-testing.html
%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/manpages.html
%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/overview-doc.html
%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/overview.html
%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/po-translations-building.html
%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/po-translations-creating.html
%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/po-translations-quick-start.html
%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/po-translations-submitting.html
%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/po-translations-tips.html
%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/po-translations-translating.html
%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/po-translations.html
%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/preface-acknowledgements.html
%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/preface-conventions.html
%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/preface-notes.html
%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/preface.html
%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/see-also-docbook.html
%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/see-also-html.html
%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/see-also-xml.html
%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/see-also.html
%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/structure-document.html
%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/structure-locale.html
%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/structure.html
%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/stylesheets.html
%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/the-website-build.html
%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/the-website.html
%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/tools-optional.html
%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/tools.html
%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/translations.html
%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/working-copy-checking-out.html
%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/working-copy-choosing-directory.html
%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/working-copy-making-diff.html
%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/working-copy-revert.html
%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/working-copy-subversion-references.html
%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/working-copy-updating.html
%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/working-copy.html
%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/writing-style-guide.html
%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/writing-style-guidelines.html
%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/writing-style-word-list.html
%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/writing-style.html
%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/xhtml-markup-block-elements.html
%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/xhtml-markup-fpi.html
%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/xhtml-markup-inline-elements.html
%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/xhtml-markup-sectional-elements.html
%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/xhtml-markup.html
%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/xml-primer-comments.html
%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/xml-primer-conclusion.html
%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/xml-primer-doctype-declaration.html
%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/xml-primer-elements.html
%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/xml-primer-entities.html
%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/xml-primer-include.html
%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/xml-primer-marked-sections.html
%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/xml-primer-xml-escape.html
%%DOCSDIR%%/%%DOCLANG%%/books/fdp-primer/xml-primer.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/SMTP-Auth.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/SMTP-dialup.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/acpi-overview.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/adding-swap-space.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/advanced-networking.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/appendices.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/audit-administration.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/audit-config.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/audit-inline-glossary.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/audit.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/backup-basics.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/basics-devices.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/basics-more-information.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/basics-processes.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/basics.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/bibliography-adminguides.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/bibliography-hardware.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/bibliography-history.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/bibliography-journals.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/bibliography-osinternals.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/bibliography-programmers.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/bibliography-security.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/bibliography-userguides.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/bibliography.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/book-preface.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/boot-introduction.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/boot-shutdown.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/boot-splash.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/boot.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/bsdinstall-fetching-distribution.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/bsdinstall-hardware.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/bsdinstall-install-trouble.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/bsdinstall-network.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/bsdinstall-partitioning.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/bsdinstall-post.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/bsdinstall-pre.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/bsdinstall-start.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/bsdinstall.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/carp.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/colophon.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/common-tasks.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/config-network-setup.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/config-tuning.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/configtuning-configfiles.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/configtuning-cron.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/configtuning-disk.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/configtuning-kernel-limits.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/configtuning-rcd.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/configtuning-starting-services.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/configtuning-sysctl.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/configtuning-syslog.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/configtuning-virtual-hosts.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/configuring-wine-installation.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/consoles.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/creating-cds.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/creating-dvds.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/current-stable.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/desktop-browsers.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/desktop-finance.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/desktop-productivity.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/desktop-viewers.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/desktop.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/device-hints.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/dialout.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/dialup.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/dirstructure.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/disk-organization.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/disks-adding.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/disks-encrypting.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/disks-growing.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/disks-hast.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/disks-virtual.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/disks.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/dtrace-enable.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/dtrace-implementation.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/dtrace-using.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/dtrace.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/editors.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/eresources-mail.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/eresources-news.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/eresources-web.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/eresources.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/filesystems-linux.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/filesystems.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/firewalls-blacklistd.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/firewalls-concepts.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/firewalls-ipf.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/firewalls-ipfw.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/firewalls-pf.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/firewalls.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/floppies.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/freebsd-glossary.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/fs-acl.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/geom-ggate.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/geom-gjournal.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/geom-glabel.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/geom-graid.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/geom-mirror.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/geom-raid3.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/geom-striping.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/geom.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/getting-started.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/handbook.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/history.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/index.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/installing-wine-on-freebsd.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/introduction.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/ipsec.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/ix01.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/jails-application.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/jails-build.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/jails-ezjail.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/jails-terms.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/jails-tuning.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/jails.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/kerberos5.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/kernelconfig-building.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/kernelconfig-config.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/kernelconfig-custom-kernel.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/kernelconfig-devices.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/kernelconfig-trouble.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/kernelconfig.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/l10n-compiling.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/l10n.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/lang-setup.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/legalnotice.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/linuxemu-advanced.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/linuxemu-lbc-install.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/linuxemu.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/mac-implementing.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/mac-inline-glossary.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/mac-planning.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/mac-policies.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/mac-troubleshoot.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/mac-understandlabel.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/mac-userlocked.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/mac.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/mail-advanced.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/mail-agents.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/mail-changingmta.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/mail-fetchmail.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/mail-procmail.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/mail-trouble.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/mail-using.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/mail.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/makeworld.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/mirrors-ftp.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/mirrors-rsync.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/mirrors.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/mount-unmount.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/multimedia.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/mythtv.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/network-aggregation.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/network-apache.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/network-bluetooth.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/network-bridging.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/network-communication.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/network-dhcp.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/network-diskless.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/network-dns.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/network-ftp.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/network-inetd.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/network-ipv6.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/network-iscsi.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/network-ldap.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/network-nfs.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/network-nis.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/network-ntp.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/network-routing.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/network-samba.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/network-servers.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/network-usb-tethering.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/network-vlan.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/network-wireless.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/nutshell.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/one-time-passwords.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/openssh.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/openssl.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/outgoing-only.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/permissions.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/pgpkeys.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/pkgng-intro.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/ports-broken.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/ports-finding-applications.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/ports-nextsteps.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/ports-overview.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/ports-poudriere.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/ports-using.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/ports.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/ppp-and-slip.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/ppp-troubleshoot.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/pppoa.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/pppoe.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/printing-connections.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/printing-direct.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/printing-lpd.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/printing-other.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/printing-pdls.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/printing.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/quotas.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/running-first-wine-program.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/scanners.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/security-accounting.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/security-advisories.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/security-intro.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/security-pkg.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/security-resourcelimits.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/security-sudo.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/security.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/sendmail.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/serial.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/serialcomms.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/serialconsole-setup.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/shells.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/small-lan.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/snapshots.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/sound-mp3.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/sound-setup.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/svn.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/swap-encrypting.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/system-administration.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/tcpwrappers.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/term.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/trademarks.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/tvcard.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/updating-upgrading-documentation.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/updating-upgrading-freebsdupdate.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/updating-upgrading.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/usb-device-mode-network.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/usb-device-mode-storage.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/usb-device-mode-terminals.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/usb-device-mode.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/usb-disks.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/userppp.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/users-synopsis.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/using-bsdinstall.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/using-live-cd.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/using-localization.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/video-playback.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/virtualization-guest-parallels.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/virtualization-guest-virtualbox.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/virtualization-guest-virtualpc.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/virtualization-guest-vmware.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/virtualization-host-bhyve.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/virtualization-host-virtualbox.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/virtualization-host-xen.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/virtualization.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/wine-in-multi-user-os-installations.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/wine-management-guis.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/wine-on-os-faq.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/wine-overview-concepts.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/wine.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/x-compiz-fusion.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/x-config.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/x-fonts.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/x-install.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/x-understanding.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/x-xdm.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/x11-troubleshooting.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/x11-wm.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/x11.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/zfs-advanced.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/zfs-links.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/zfs-quickstart.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/zfs-term.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/zfs-zfs-allow.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/zfs-zfs.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/zfs-zpool.html
%%DOCSDIR%%/%%DOCLANG%%/books/handbook/zfs.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/binary-alias.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/build-cluster.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/building.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/bundled-libs.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/conflicts.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/dads-after-port-mk.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/dads-arch.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/dads-cc.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/dads-cflags.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/dads-deprecated.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/dads-dot-error.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/dads-feedback.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/dads-misc.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/dads-noinstall.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/dads-rational.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/dads-readme.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/dads-rerolling-distfiles.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/dads-sh-exec.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/dads-sysctl.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/dads-use-posix-standards.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/dads-verbose-logs.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/distfile-survey.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/flavors-auto-lua.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/flavors-auto-php.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/flavors-auto-python.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/flavors-using.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/flavors.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/gnome-components.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/go-libs.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/handbook.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/haskell-libs.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/index.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/install.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/keeping-up.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/legalnotice.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/licenses.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/makefile-categories.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/makefile-comment.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/makefile-depend.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/makefile-distfiles.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/makefile-info.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/makefile-maintainer.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/makefile-manpages.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/makefile-masterdir.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/makefile-naming.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/makefile-options.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/makefile-portscout.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/makefile-wrkdir.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/makefiles.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/moved-and-updating-files.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/own-port.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/pkg-deinstall.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/pkg-files.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/pkg-install.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/pkg-names.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/plist-autoplist.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/plist-cleaning.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/plist-config.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/plist-dynamic.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/plist-keywords.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/plist.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/port-upgrading.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/porting-checksum.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/porting-dads.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/porting-desc.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/porting-order-broken.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/porting-order-depends.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/porting-order-flavors.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/porting-order-license.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/porting-order-maintainer.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/porting-order-options.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/porting-order-patch.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/porting-order-rest.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/porting-order-targets.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/porting-order-uses.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/porting-order-variables.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/porting-order.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/porting-portlint.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/porting-prefix.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/porting-restrictions.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/porting-samplem.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/porting-shlibs.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/porting-submitting.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/porting-testing.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/porting-versions.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/porting-wrkdir.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/porting-wrkdirprefix.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/ports-mailing-list.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/portsmon.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/quick-porting.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/rc-scripts.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/requiring-kernel-sources.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/security-fix.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/security-notify.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/security.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/shell-completion.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/slow-configure.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/slow-modifying.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/slow-patch.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/slow-porting.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/slow-sources.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/slow-user-input.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/special.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/svnweb.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/testing-portlint.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/testing-porttools.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/testing-poudriere.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/testing.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/trademarks.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/users-and-groups.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-7z.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-ada.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-autoreconf.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-bdb.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-bison.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-blaslapack.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-cabal.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-cargo.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-charsetfix.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-cmake.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-compiler.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-cpe.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-cran.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-desktop-file-utils.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-desthack.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-display.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-dos2unix.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-drupal.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-eigen.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-fakeroot.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-fam.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-firebird.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-fonts.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-fortran.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-fuse.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-gem.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-gettext-runtime.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-gettext-tools.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-gettext.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-ghostscript.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-gl.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-gmake.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-gnome.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-go.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-gperf.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-grantlee.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-groff.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-gssapi.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-horde.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-iconv.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-imake.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-kde.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-kmod.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-lha.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-libarchive.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-libedit.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-libtool.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-linux.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-localbase.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-lua.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-lxqt.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-makeinfo.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-makeself.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-mate.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-meson.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-metaport.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-mono.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-motif.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-mysql.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-ncurses.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-ninja.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-objc.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-openal.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-pathfix.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-pear.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-perl5.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-pgsql.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-php.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-pkgconfig.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-pure.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-pyqt.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-python.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-qmail.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-qmake.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-qt-dist.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-qt.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-readline.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-samba.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-scons.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-shared-mime-info.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-shebangfix.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-sqlite.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-ssl.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-tar.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-tcl.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-terminfo.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-tk.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-uidfix.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-uniquefiles.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-varnish.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-webplugin.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-xfce.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-xorg-cat.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-xorg.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses-zip.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/uses.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/using-autotools.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/using-databases.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/using-gettext.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/using-gnome.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/using-iconv.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/using-java.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/using-kde.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/using-lua.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/using-lxqt.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/using-perl.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/using-php.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/using-python.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/using-qt.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/using-ruby.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/using-sdl.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/using-sub-files.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/using-tcl.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/using-wx.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/using-x11.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/using-xfce.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/versions-10.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/versions-11.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/versions-12.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/versions-2.2.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/versions-2.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/versions-3.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/versions-4.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/versions-5.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/versions-6.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/versions-7.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/versions-8.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/versions-9.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/versions.html
%%DOCSDIR%%/%%DOCLANG%%/books/porters-handbook/why-port.html