diff options
author | EuAndreh <eu@euandre.org> | 2021-01-24 12:52:20 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-01-24 12:52:20 -0300 |
commit | a67f4486d0e18406b8f0aca588640344e462b357 (patch) | |
tree | 0c8b4f6492867522730df980b1226dc05d57c30c | |
parent | Update assert-todos.sh: Enforce statuses to be in sync (diff) | |
download | remembering-a67f4486d0e18406b8f0aca588640344e462b357.tar.gz remembering-a67f4486d0e18406b8f0aca588640344e462b357.tar.xz |
remembering.5: Add note on the ranking algorithm
-rw-r--r-- | remembering.5 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/remembering.5 b/remembering.5 index 83a7591..dd51ef2 100644 --- a/remembering.5 +++ b/remembering.5 @@ -66,8 +66,11 @@ The entries of the .IR profile are created and kept sorted. .B remembering -expects to always find sorted entries in the -.IR profile. +expects to always find sorted entries in the \fIprofile\fR. +.P +The current raking algorithm increments entries as a simple +counter. Every time an entry is picked, its ranked is incremented +in the \fIprofile\fR. . . .SH SEE ALSO |