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
|
--- a/man/man4/swish++.conf.4
+++ b/man/man4/swish++.conf.4
@@ -1,6 +1,6 @@
.\"
.\" SWISH++
-.\" swish++.conf.4
+.\" swish++.conf.5
.\"
.\" Copyright (C) 1998 Paul J. Lucas
.\"
@@ -35,7 +35,7 @@
.if !'\\$1'0' .sp
..
.\" ---------------------------------------------------------------------------
-.TH "\f3swish++.conf\f1" 4 "June 16, 2005" "SWISH++"
+.TH "\f3swish++.conf\f1" 5 "June 16, 2005" "SWISH++"
.SH NAME
swish++.conf \- SWISH++ configuration file format
.SH DESCRIPTION
--- a/man/man4/swish++.index.4
+++ b/man/man4/swish++.index.4
@@ -1,6 +1,6 @@
.\"
.\" SWISH++
-.\" swish++.index.4
+.\" swish++.index.5
.\"
.\" Copyright (C) 1998-2003 Paul J. Lucas
.\"
@@ -35,7 +35,7 @@
.if !'\\$1'0' .sp
..
.\" ---------------------------------------------------------------------------
-.TH \f3swish++.index\f1 4 "March 29, 2004" "SWISH++"
+.TH \f3swish++.index\f1 5 "March 29, 2004" "SWISH++"
.SH NAME
swish++.index \- SWISH++ index file format
.SH SYNOPSIS
--- a/man/man4/GNUmakefile
+++ b/man/man4/GNUmakefile
@@ -22,7 +22,7 @@
########## You shouldn't have to change anything below this line. #############
ROOT:= ../..
-SECT:= 4
+SECT:= 5
include $(ROOT)/config/man.mk
# vim:set noet sw=8 ts=8:
--- a/man/man1/extract.1
+++ b/man/man1/extract.1
@@ -133,7 +133,7 @@
configuration file variable,
files having particular patterns can be filtered prior to extraction.
(See the examples in
-.BR swish++.conf (4).)
+.BR swish++.conf (5).)
.SS Character Mapping and Word Determination
.B extract
performs the same character mapping, character entity conversions,
@@ -397,11 +397,11 @@
.TP
.B FilterAttachment
(See FILTERS in
-.BR swish++.conf (4).)
+.BR swish++.conf (5).)
.TP
.B FilterFile
(See FILTERS in
-.BR swish++.conf (4).)
+.BR swish++.conf (5).)
.TP
.B FollowLinks
Same as
@@ -443,7 +443,7 @@
.cE
.SS Filters
(See the examples in
-.BR swish++.conf (4).)
+.BR swish++.conf (5).)
.SH EXIT STATUS
Exits with one of the values given below:
.PP
@@ -487,7 +487,7 @@
.BR index (1),
.BR search (1),
.BR strings (1),
-.BR swish++.conf (4),
+.BR swish++.conf (5),
.BR glob (7)
.PP
Adobe Systems Incorporated.
--- a/man/man1/index.1
+++ b/man/man1/index.1
@@ -157,7 +157,7 @@
e-mail attachments whose MIME types match particular patterns
can be filtered prior to indexing.
(See FILTERS in
-.BR swish++.conf (4).)
+.BR swish++.conf (5).)
.SS Incremental Indexing
In order to add words from new documents to an existing index,
either the entire set of documents can be reindexed
@@ -1066,11 +1066,11 @@
.TP
.B FilterAttachment
(See FILTERS in
-.BR swish++.conf (4).)
+.BR swish++.conf (5).)
.TP
.B FilterFile
(See FILTERS in
-.BR swish++.conf (4).)
+.BR swish++.conf (5).)
.TP
.B FollowLinks
Same as
@@ -1247,7 +1247,7 @@
if the \f(CWCLASS\f1 attribute were not there.
.SS Filters
(See Filters under EXAMPLES in
-.BR swish++.conf (4).)
+.BR swish++.conf (5).)
.SH EXIT STATUS
Exits with one of the values given below:
.P
@@ -1341,7 +1341,7 @@
.BR nroff (1),
.BR search (1),
.BR splitmail (1),
-.BR swish++.conf (4),
+.BR swish++.conf (5),
.BR glob (7),
.BR man (7).
.P
--- a/man/man1/search.1
+++ b/man/man1/search.1
@@ -1165,7 +1165,7 @@
.BR bind (3),
.BR listen (3),
.BR select (3),
-.BR swish++.conf (4),
+.BR swish++.conf (5),
.BR launchd (8),
.BR searchmonitor (8)
.PP
--- a/man/man8/searchd.8
+++ b/man/man8/searchd.8
@@ -79,7 +79,7 @@
.PD
.SH SEE ALSO
.BR search (1),
-.BR swish++.conf (4),
+.BR swish++.conf (5),
.BR init (8),
.BR searchmonitor (8)
.SH AUTHOR
--- a/man/man8/searchmonitor.8
+++ b/man/man8/searchmonitor.8
@@ -130,7 +130,7 @@
.PD
.SH SEE ALSO
.BR search (1),
-.BR swish++.conf (4),
+.BR swish++.conf (5),
.BR searchd (8),
.BR syslogd (8)
.SH AUTHOR
|