Skip to content

Commit ce9ebc3

Browse files
authored
Merge pull request aurutils#1206 from hashworks/doc/concretize-positive-value
Concretize what aurutils sees as a positive value
2 parents 5605d0a + fb8e79a commit ce9ebc3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

makepkg/aurutils.changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@ retrieved with the `--path` option, e.g for use with `makepkg --config`.
771771
## 7
772772

773773
This release adds optional support for the `ninja` build system. If the
774-
`AUR_SYNC_USE_NINJA` environment variable is set to a positive value,
774+
`AUR_SYNC_USE_NINJA` environment variable is set to a positive integer value,
775775
`aur-sync` will generate `build.ninja` where each target has an `aur-build`
776776
command-line. This allows to continue building a series of packages when
777777
several failed, with the maximum of failed targets controlled by the `-k` /

man1/aur-fetch.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ The default branch of an AUR mirror. Defaults to
236236
.
237237
.TP
238238
.B AUR_FETCH_USE_MIRROR
239-
If this variable is set to a positive value, clone repositories from an AUR
239+
If this variable is set to a positive integer value, clone repositories from an AUR
240240
mirror instead of
241241
.BR AUR_LOCATION .
242242
Upstream changes are merged from

man1/aur-sync.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ are imported. Defaults to
378378
.
379379
.TP
380380
.B AUR_SYNC_USE_NINJA
381-
When set to a positive value, run
381+
When set to a positive integer value, run
382382
.B aur\-build
383383
command-lines with
384384
.BR ninja .

0 commit comments

Comments
 (0)