From 4a3e8a45449927c3e013ab149caf887c03518d82 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 14 Jun 2021 12:03:22 -0300 Subject: doc/remembering.5: Use .nf+tabs over .RS+.EX here too --- doc/remembering.5 | 32 ++++++++++++++------------------ 1 file 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. -- cgit v1.2.3