summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author--global <entheo_alex@mailbox.org>2023-05-01 16:18:02 +0100
committer--global <entheo_alex@mailbox.org>2023-05-01 16:18:02 +0100
commit5dcc4e530c33b3d5c1fafb46ec0fdcbb9c709cd8 (patch)
treed28f833b9577d651b3742d05ac9df3d4e35216bf
parentfe7c3b28067a00b0715399d811437545edb83e71 (diff)
Updated man files for new setting which can be used to enable copy
on write functionality.
-rw-r--r--doc/ranger.15
-rw-r--r--doc/ranger.pod6
2 files changed, 9 insertions, 2 deletions
diff --git a/doc/ranger.1 b/doc/ranger.1
index 6f4a68dc..92d49528 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-04-25" "ranger manual"
+.TH RANGER 1 "ranger-1.9.3" "2023-05-01" "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,6 +1011,9 @@ 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 0bff23c3..d8008e2e 100644
--- a/doc/ranger.pod
+++ b/doc/ranger.pod
@@ -1,4 +1,4 @@
-=encoding utf8
+
=head1 NAME
@@ -1070,6 +1070,10 @@ 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