From: Mark Wooding Date: Mon, 24 Sep 2012 17:39:41 +0000 (+0100) Subject: profile.d/02infra: The number of keepers in a set is `tot', not `num'. X-Git-Tag: 0.99.2~4 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/distorted-keys/commitdiff_plain/c3571d12e2bdc8e0f57b1b2f0c9328b1b5cbab58?ds=sidebyside profile.d/02infra: The number of keepers in a set is `tot', not `num'. --- diff --git a/profile.d/02infra b/profile.d/02infra index 8412bc2..e8863b7 100644 --- a/profile.d/02infra +++ b/profile.d/02infra @@ -106,11 +106,11 @@ ;;; seq Sequence number of this key in the set (from 0, up ;;; to NUM - 1). ;;; -;;; num The number of keys in the set. +;;; tot The total number of keys in the set. [keeper] @include = %infra-asec -%description = %{keeper} %{seq}/%{num} +%description = %{keeper} %{seq}/%{tot} %tag = %{keeper}-%{seq} ;;;--------------------------------------------------------------------------