profile.d/02infra: The number of keepers in a set is `tot', not `num'.
[distorted-keys] / profile.d / 02infra
index 8412bc2..e8863b7 100644 (file)
 ;;; 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}
 
 ;;;--------------------------------------------------------------------------