diff options
Diffstat (limited to 'doc/remembering.5')
-rw-r--r-- | doc/remembering.5 | 32 |
1 files changed, 14 insertions, 18 deletions
diff --git a/doc/remembering.5 b/doc/remembering.5 index 69cec99..7cd2fd9 100644 --- a/doc/remembering.5 +++ b/doc/remembering.5 @@ -14,31 +14,27 @@ Each line of the \fIPROFILE\fR contains two pieces of information: the \fBrank\f . .P The \fBrank\fR is a number that, and the \fBentry\fR is all the text until the end of the line: -.RS -.EX +.nf -0:an entry -0:banana -0:entry -0:something -0:zzz -.EE -.RE + 0:an entry + 0:banana + 0:entry + 0:something + 0:zzz +.fi .P Above is an example of a \fIPROFILE\fR file where all the entries have the default \fBrank\fR value: \fB0\fR. .P If the \fICOMMAND\fR runs and chooses "banana", the new \fIPROFILE\fR will be: -.RS -.EX +.nf -0:an entry -1:banana -0:entry -0:something -0:zzz -.EE -.RE + 0:an entry + 1:banana + 0:entry + 0:something + 0:zzz +.fi .P The entries of the \fIPROFILE\fR are created and kept sorted. \fBremembering\fR(1) expects to always find sorted entries in the \fIPROFILE\fR. |