diff options
author | Mattias Andrée <maandree@kth.se> | 2021-02-21 12:01:39 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-02-21 12:01:39 +0100 |
commit | 250376f60aeebbc215359e51ce003f0e104e7986 (patch) | |
tree | bce660d205538b8cba461d851421d35badd28514 /rq.1 | |
parent | Remove dist (diff) | |
download | read-quickly-250376f60aeebbc215359e51ce003f0e104e7986.tar.gz read-quickly-250376f60aeebbc215359e51ce003f0e104e7986.tar.bz2 read-quickly-250376f60aeebbc215359e51ce003f0e104e7986.tar.xz |
Rename to read-quickly2.0
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | read-quickly.1 (renamed from rq.1) | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,8 +1,8 @@ -.TH RQ 1 RQ +.TH READ-QUICKLY 1 READ-QUICKLY .SH NAME -rq \- read quickly +read-quickly \- read quickly .SH SYNOPSIS -.B rq +.B read-quickly .RI [ file ] .SH DESCRIPTION Displays a plain-text file word-by-word in the middle @@ -18,13 +18,13 @@ Escape sequences are printed as-is. If no file is specified, or if \- i specified, stdin will be paged. .PP -.B rq +.B read-quickly uses a method called rapid serial visual presentation. .SH OPTIONS None. .SH ENVIRONMENT .TP -.B RQ_RATE +.B READ_QUICKLY_RATE The rate at which the words will be printed. Defaults to 120 words per minute. .br |