aboutsummaryrefslogtreecommitdiff
path: root/doc/remembering.5
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-06-14 12:03:22 -0300
committerEuAndreh <eu@euandre.org>2021-06-14 12:03:22 -0300
commit4a3e8a45449927c3e013ab149caf887c03518d82 (patch)
tree38a242a4d3bc6d342896ab9664ee94b50051cc7d /doc/remembering.5
parentTODOs.md: Add #task-f1b27444-f824-353e-6e89-63974dcce550 (diff)
downloadremembering-4a3e8a45449927c3e013ab149caf887c03518d82.tar.gz
remembering-4a3e8a45449927c3e013ab149caf887c03518d82.tar.xz
doc/remembering.5: Use .nf+tabs over .RS+.EX here too
Diffstat (limited to '')
-rw-r--r--doc/remembering.532
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.