Commit Diff


commit - 21152dd558248363f497649e01611fccbb89f974
commit + e17de033d3a67a2a644cc9776c92ccd4538cf9b4
blob - 1caa5dc22dafed6643d8b8455d071d7f96ccb8ff
blob + 94896326f9b33d7724a6a358c58872902636a305
--- README.md
+++ README.md
@@ -36,7 +36,7 @@ Quick Start
        l - enter selected directory
        h - go to parent directory
        H - go to $HOME directory
-       t - go to link target
+       t - go to the target of the selected link
        r - refresh directory listing
   RETURN - open $SHELL on the current directory
    SPACE - open $PAGER with the selected file
blob - 095e7c9821c77c688222d124dbc5572a2b8c5e0d
blob + 1b97eb4c6bec57e414d29d05cb6ab372b3e5133d
--- rover.1
+++ rover.1
@@ -56,7 +56,7 @@ There is always one (and only one) highlighted entry v
 \fBcursor\fR location and the current \fBselection\fR. The highlighting moves as
 the user navigates the entry list with cursor commands. Simple operations, like
 entering a subdirectory or renaming a file, are done by first selecting the
-relevant entry and them issuing the appropriate command (see the \fBCOMMANDS\fR
+relevant entry and then issuing the appropriate command (see the \fBCOMMANDS\fR
 section). For commands that operate on more than one entry at once (batch
 commands), selection is not sufficient, since it's not possible to select more
 than one entry. Batch commands are performed on marked entries.
@@ -97,7 +97,7 @@ Go to parent directory.
 Go to \fB$HOME\fR directory.
 .TP
 .B t
-Go to link target.
+Go to the target of the selected link.
 .TP
 .B r
 Refresh directory listing.