chiark / gitweb /
profile.d/02infra: The number of keepers in a set is `tot', not `num'.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 24 Sep 2012 17:39:41 +0000 (18:39 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 24 Sep 2012 17:39:41 +0000 (18:39 +0100)
profile.d/02infra

index 8412bc2d567c9f8841602633748c48eff8d4b6a1..e8863b7cadd94a34df5c9db05be758fd16b4929c 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}
 
 ;;;--------------------------------------------------------------------------