diff options
author | EuAndreh <eu@euandre.org> | 2021-06-14 12:14:37 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-06-14 12:14:37 -0300 |
commit | b517843161baee2f5841682e56094c960b46d108 (patch) | |
tree | 127138f0176b6598526948ad8e99ab494d83113b | |
parent | TODOs.md: Update #task-fe406a67-e406-41a7-df4a-1e006dc636e9 (diff) | |
download | remembering-b517843161baee2f5841682e56094c960b46d108.tar.gz remembering-b517843161baee2f5841682e56094c960b46d108.tar.xz |
doc/remembering.*: Better spacing aroung .nf
-rw-r--r-- | doc/remembering.1 | 4 | ||||
-rw-r--r-- | doc/remembering.5 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/remembering.1 b/doc/remembering.1 index 9f8a9c2..e25673c 100644 --- a/doc/remembering.1 +++ b/doc/remembering.1 @@ -40,15 +40,15 @@ Show version number. .SH EXAMPLES .P List current directory and feed it to \fBfzf\fR(1) via \fBremembering\fR: -.nf +.nf $ ls | remembering -p fzf-ls -c fzf .fi . .P Lists all executables available in \fI$PATH\fR, and feed those to \fBdmenu\fR(1) via \fBremembering\fR, and execute with \fBsh\fR(1) the choice picked: -.nf +.nf $ dmenu_path | remembering -p dmenu-exe -c 'dmenu' | sh .fi . diff --git a/doc/remembering.5 b/doc/remembering.5 index 7cd2fd9..9404225 100644 --- a/doc/remembering.5 +++ b/doc/remembering.5 @@ -14,8 +14,8 @@ 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: -.nf +.nf 0:an entry 0:banana 0:entry @@ -27,8 +27,8 @@ Above is an example of a \fIPROFILE\fR file where all the entries have the defau \fBrank\fR value: \fB0\fR. .P If the \fICOMMAND\fR runs and chooses "banana", the new \fIPROFILE\fR will be: -.nf +.nf 0:an entry 1:banana 0:entry |