chiark
/
gitweb
/
~mdw
/
distorted-keys
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
f00b260
)
profile.d/02infra: The number of keepers in a set is `tot', not `num'.
author
Mark Wooding
<mdw@distorted.org.uk>
Mon, 24 Sep 2012 17:39:41 +0000 (18:39 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Mon, 24 Sep 2012 17:39:41 +0000 (18:39 +0100)
profile.d/02infra
patch
|
blob
|
blame
|
history
diff --git
a/profile.d/02infra
b/profile.d/02infra
index
8412bc2
..
e8863b7
100644
(file)
--- 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}
;;;--------------------------------------------------------------------------