Skip to content

Commit c4e27b6

Browse files
committed
case sensitivity: fox documentation
fixes: #2649
1 parent a80e094 commit c4e27b6

14 files changed

Lines changed: 58 additions & 58 deletions

docs/pkg-annotate.8

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,10 @@ Make the standard or the regular expression
107107
matching against
108108
.Ar pkg-name
109109
case sensitive.
110+
This is the default, unless modified by setting
111+
.Ev CASE_SENSITIVE_MATCH
112+
to false in
113+
.Pa pkg.conf .
110114
.It Fl D , Cm --delete
111115
The operation is to delete an annotation.
112116
Only the
@@ -126,10 +130,6 @@ Make the standard or the regular expression
126130
matching against
127131
.Ar pkg-name
128132
case insensitive.
129-
This is the default, unless modified by setting
130-
.Ev CASE_SENSITIVE_MATCH
131-
to true in
132-
.Pa pkg.conf .
133133
.It Fl M , Cm --modify
134134
The operation is to modify a previously existing annotation.
135135
Functionally, this behaves similarly to

docs/pkg-check.8

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,10 @@ Use case sensitive standard or regular expression
7777
.Fl ( x )
7878
matching with
7979
.Ar pattern .
80+
This is the default unless
81+
.Ev CASE_SENSITIVE_MATCH
82+
has been set to false in
83+
.Pa pkg.conf .
8084
.It Fl d , Fl -dependencies
8185
Checks for and installs missing dependencies
8286
.It Fl g , Fl -glob
@@ -88,10 +92,6 @@ Use case insensitive standard or regular expression
8892
.Fl ( x )
8993
matching with
9094
.Ar pattern .
91-
This is the default unless
92-
.Ev CASE_SENSITIVE_MATCH
93-
has been set to true in
94-
.Pa pkg.conf .
9595
.It Fl m , Fl -metadata
9696
Checks for metadata discrepancies between the recorded state in pkgdb and the filesystem.
9797
.It Fl n , Fl -dry-run

docs/pkg-delete.8

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,10 @@ Make the standard or regular expression
8585
matching against
8686
.Ar pkg-name
8787
case sensitive.
88+
This is the default, unless modified by setting
89+
.Ev CASE_SENSITIVE_MATCH
90+
to false in
91+
.Pa pkg.conf .
8892
.It Fl D , Cm --no-scripts
8993
If a deinstallation script exists for a given package, do not execute it.
9094
.It Fl f , Cm --force
@@ -111,10 +115,6 @@ Make the standard or regular expression
111115
matching against
112116
.Ar pkg-name
113117
case insensitive.
114-
This is the default, unless modified by setting
115-
.Ev CASE_SENSITIVE_MATCH
116-
to true in
117-
.Pa pkg.conf .
118118
.It Fl n , Cm --dry-run
119119
Dry run mode.
120120
The list of packages to delete is always printed, but no packages are

docs/pkg-fetch.8

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,10 @@ Make the standard or the regular expression
8585
matching against
8686
.Ar pkg-name
8787
case sensitive.
88+
This is the default, unless modified by setting
89+
.Ev CASE_SENSITIVE_MATCH
90+
to false in
91+
.Pa pkg.conf .
8892
.It Fl d , Cm --dependencies
8993
Fetch the package and its dependencies as well.
9094
.It Fl g , Cm --glob
@@ -97,10 +101,6 @@ Make the standard or regular expression
97101
matching against
98102
.Ar pkg-name
99103
case insensitive.
100-
This is the default, unless modified by setting
101-
.Ev CASE_SENSITIVE_MATCH
102-
to true in
103-
.Pa pkg.conf .
104104
.It Fl q , Cm --quiet
105105
Quiet mode.
106106
Show less output.

docs/pkg-info.8

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@ Make the standard or the regular expression
7272
matching against
7373
.Ar pkg-name
7474
case sensitive.
75+
This is the default, unless modified by setting
76+
.Ev CASE_SENSITIVE_MATCH
77+
to false in
78+
.Pa pkg.conf .
7579
.It Fl D , Cm --pkg-message
7680
Show the pkg-message for matching packages.
7781
.It Fl d , Cm --dependencies
@@ -105,10 +109,6 @@ Make the standard or the regular expression
105109
matching against
106110
.Ar pkg-name
107111
case insensitive.
108-
This is the default, unless modified by setting
109-
.Ev CASE_SENSITIVE_MATCH
110-
to true in
111-
.Pa pkg.conf .
112112
.It Fl k , Cm --locked
113113
Show the locking status for
114114
.Ar pkg-name .

docs/pkg-install.8

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,10 @@ Make the standard or the regular expression
141141
matching against
142142
.Ar pkg-name
143143
case sensitive.
144+
This is the default, unless modified by setting
145+
.Ev CASE_SENSITIVE_MATCH
146+
to false in
147+
.Pa pkg.conf .
144148
.It Fl f , Cm --force
145149
Force the reinstallation of the package if already installed.
146150
.It Fl g , Cm --glob
@@ -156,10 +160,6 @@ Make the standard or the regular expression
156160
matching against
157161
.Ar pkg-name
158162
case insensitive.
159-
This is the default, unless modified by setting
160-
.Ev CASE_SENSITIVE_MATCH
161-
to true in
162-
.Pa pkg.conf .
163163
.It Fl M , Cm --ignore-missing
164164
Force the installation of the package with missing dependencies.
165165
.It Fl n , Cm --dry-run

docs/pkg-lock.8

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,10 @@ Make the standard or the regular expression
9696
matching against
9797
.Ar pkg-name
9898
case sensitive.
99+
This is the default, unless modified by setting
100+
.Ev CASE_SENSITIVE_MATCH
101+
to false in
102+
.Pa pkg.conf .
99103
.It Fl g , Fl -glob
100104
Treat
101105
.Ar pkg-name
@@ -106,10 +110,6 @@ Make the standard or the regular expression
106110
matching against
107111
.Ar pkg-name
108112
case insensitive.
109-
This is the default, unless modified by setting
110-
.Ev CASE_SENSITIVE_MATCH
111-
to true in
112-
.Pa pkg.conf .
113113
.It Fl l , Fl -show-locked
114114
Show a list of all locked packages.
115115
This can be used without locking or unlocking any packages, in which

docs/pkg-query.8

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ Make the standard or the regular expression
5858
matching against
5959
.Ar pkg-name
6060
in pattern case sensitive.
61+
This is the default, unless modified by setting
62+
.Ev CASE_SENSITIVE_MATCH
63+
to false in
64+
.Pa pkg.conf .
6165
.It Fl e , Cm --evaluate
6266
Match packages using the given
6367
.Ar evaluation-condition .
@@ -73,10 +77,6 @@ Make the standard or regular expression
7377
matching against
7478
.Ar pkg-name
7579
in pattern case insensitive.
76-
This is the default, unless modified by setting
77-
.Ev CASE_SENSITIVE_MATCH
78-
to true in
79-
.Pa pkg.conf .
8080
.It Fl g , Cm --glob
8181
Treat
8282
.Ao pattern Ac

docs/pkg-rquery.8

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,12 @@ Make the standard or the regular expression
6262
matching against
6363
.Ar pkg-name
6464
in pattern case sensitive.
65+
This is the default, unless modified by setting
66+
.Va CASE_SENSITIVE_MATCH
67+
to
68+
.Dq Li false
69+
in
70+
.Pa pkg.conf .
6571
.It Fl e Ar evaluation-condition , Fl -evaluate Ar evaluation-condition
6672
Match packages using the given
6773
.Ar evaluation-condition .
@@ -96,12 +102,6 @@ Make the standard or regular expression
96102
matching against
97103
.Ar pkg-name
98104
in pattern case insensitive.
99-
This is the default, unless modified by setting
100-
.Va CASE_SENSITIVE_MATCH
101-
to
102-
.Dq Li true
103-
in
104-
.Pa pkg.conf .
105105
.It Fl U , Fl -no-repo-update
106106
Suppress the automatic update of the local copy of the repository catalogue
107107
from remote.

docs/pkg-search.8

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,10 @@ or the regular expression
9292
matching against
9393
.Ar pkg-name
9494
case sensitive.
95+
This is the default, unless modified by setting
96+
.Ev CASE_SENSITIVE_MATCH
97+
to false in
98+
.Pa pkg.conf .
9599
.It Fl c , Cm --comment
96100
Search for packages with comment text matching
97101
.Ar pattern .
@@ -126,10 +130,6 @@ or regular expression
126130
matching against
127131
.Ar pattern
128132
case insensitive.
129-
This is the default, unless modified by setting
130-
.Ev CASE_SENSITIVE_MATCH
131-
to true in
132-
.Pa pkg.conf .
133133
.It Fl L Ar label , Cm --label Ar label
134134
Select which identifying label is printed for each matched package,
135135
unless

0 commit comments

Comments
 (0)