about summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authoremberfade <emberfade@users.noreply.github.com>2020-02-22 23:43:36 +0100
committeremberfade <emberfade@users.noreply.github.com>2020-02-22 23:43:36 +0100
commit947552892f6e206e02d39afa6ae4b9bc7201ee0b (patch)
treea97a67b1e83d7b79e304ba407a800df23a10bc5c /doc
parente97608c35fcd5bea98a588e11d65ddcbe682a08a (diff)
downloadranger-947552892f6e206e02d39afa6ae4b9bc7201ee0b.tar.gz
doc: change trash location
Diffstat (limited to 'doc')
-rw-r--r--doc/ranger.18
-rw-r--r--doc/ranger.pod6
2 files changed, 7 insertions, 7 deletions
diff --git a/doc/ranger.1 b/doc/ranger.1
index 57646fc7..ee6cfe8c 100644
--- a/doc/ranger.1
+++ b/doc/ranger.1
@@ -133,7 +133,7 @@
 .\" ========================================================================
 .\"
 .IX Title "RANGER 1"
-.TH RANGER 1 "ranger-1.9.3" "2019-12-31" "ranger manual"
+.TH RANGER 1 "ranger-1.9.3" "2020-02-22" "ranger manual"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
@@ -1731,9 +1731,9 @@ Creates an empty file with the name \fIfilename\fR, unless it already exists.
 .IX Item "trash"
 Move all files in the selection to the trash using rifle. Rifle tries to use a
 trash manager like \fItrash-cli\fR if available but will fall back to moving files
-to either \fI\f(CI$XDG_DATA_HOME\fI/ranger\-trash\fR or \fI~/.ranger/ranger\-trash\fR. This is
-a less permanent version of \fIdelete\fR, relying on the user to clear out the
-trash whenever it's convenient. While having the possibility of restoring
+to either \fI\f(CI$XDG_DATA_HOME\fI/ranger/trash\fR or \fI~/.local/share/ranger/trash\fR.
+This is a less permanent version of \fIdelete\fR, relying on the user to clear out
+the trash whenever it's convenient. While having the possibility of restoring
 trashed files until this happens. ranger will ask for a confirmation if you
 attempt to trash multiple (marked) files or non-empty directories. This can be
 changed by modifying the setting \*(L"confirm_on_delete\*(R".
diff --git a/doc/ranger.pod b/doc/ranger.pod
index ed347665..7f40a3aa 100644
--- a/doc/ranger.pod
+++ b/doc/ranger.pod
@@ -1879,9 +1879,9 @@ Creates an empty file with the name I<filename>, unless it already exists.
 
 Move all files in the selection to the trash using rifle. Rifle tries to use a
 trash manager like I<trash-cli> if available but will fall back to moving files
-to either F<$XDG_DATA_HOME/ranger-trash> or F<~/.ranger/ranger-trash>. This is
-a less permanent version of I<delete>, relying on the user to clear out the
-trash whenever it's convenient. While having the possibility of restoring
+to either F<$XDG_DATA_HOME/ranger/trash> or F<~/.local/share/ranger/trash>.
+This is a less permanent version of I<delete>, relying on the user to clear out
+the trash whenever it's convenient. While having the possibility of restoring
 trashed files until this happens. ranger will ask for a confirmation if you
 attempt to trash multiple (marked) files or non-empty directories. This can be
 changed by modifying the setting "confirm_on_delete".