summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortoonn <toonn@toonn.io>2023-06-14 19:02:55 +0200
committertoonn <toonn@toonn.io>2023-06-16 13:34:34 +0200
commit165c5558564ed27ad56325d5983afebe425223f9 (patch)
treef3e6acc738887546812827968a553c95175b4dad
parent4a5c9fd1f2cac3a40bb75b9e7140025f359c42fe (diff)
Revert "Updated man files for new setting which can be used to enable copy"
-rw-r--r--doc/ranger.15
-rw-r--r--doc/ranger.pod6
2 files changed, 2 insertions, 9 deletions
diff --git a/doc/ranger.1 b/doc/ranger.1
index 92d49528..6f4a68dc 100644
--- a/doc/ranger.1
+++ b/doc/ranger.1
@@ -133,7 +133,7 @@
.\" ========================================================================
.\"
.IX Title "RANGER 1"
-.TH RANGER 1 "ranger-1.9.3" "2023-05-01" "ranger manual"
+.TH RANGER 1 "ranger-1.9.3" "2023-04-25" "ranger manual"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
@@ -1011,9 +1011,6 @@ on top of those for \fIdraw_borders\fR:
.IX Item "draw_progress_bar_in_status_bar [bool]"
Draw a progress bar in the status bar which displays the average state of all
currently running tasks which support progress bars?
-.IP "enable_copy_on_write [bool]" 4
-.IX Item "enable_copy_on_write [bool]"
-Enable Copy-on-Write functionality (if supported by os.copy_file_range)
.IP "filter_dead_tabs_on_startup [bool]" 4
.IX Item "filter_dead_tabs_on_startup [bool]"
Remove tabs with unavailable paths on startup. Setting this to false (the
diff --git a/doc/ranger.pod b/doc/ranger.pod
index d8008e2e..0bff23c3 100644
--- a/doc/ranger.pod
+++ b/doc/ranger.pod
@@ -1,4 +1,4 @@
-
+=encoding utf8
=head1 NAME
@@ -1070,10 +1070,6 @@ on top of those for I<draw_borders>:
Draw a progress bar in the status bar which displays the average state of all
currently running tasks which support progress bars?
-=item enable_copy_on_write [bool]
-
-Enable Copy-on-Write functionality (if supported by os.copy_file_range)
-
=item filter_dead_tabs_on_startup [bool]
Remove tabs with unavailable paths on startup. Setting this to false (the