diff options
Diffstat (limited to 'doc')
-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 |