summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2021-05-28 21:03:52 -0700
committerKaz Kylheku <kaz@kylheku.com>2021-05-28 21:03:52 -0700
commit6520dcbaa5fae0cea43cf2e2c7bd7b903fd651b7 (patch)
treeb361a169febdccda040e049378c1ed37a1e7420f
parentc401cce4103d0a5e3ad8a2c2935efdaffb132f56 (diff)
downloadtxr-6520dcbaa5fae0cea43cf2e2c7bd7b903fd651b7.tar.gz
txr-6520dcbaa5fae0cea43cf2e2c7bd7b903fd651b7.tar.bz2
txr-6520dcbaa5fae0cea43cf2e2c7bd7b903fd651b7.zip
doc: fix bad deindent under copy-path-rec.
* txr.1: Add missing .IP after .RE to return the indentation.
-rw-r--r--txr.11
1 files changed, 1 insertions, 0 deletions
diff --git a/txr.1 b/txr.1
index dffd9b4b..35ff288e 100644
--- a/txr.1
+++ b/txr.1
@@ -65335,6 +65335,7 @@ of non-directory object.
If any object is copied to an existing non-directory object,
that target object is removed first, then the copy operation proceeds.
.RE
+.IP
Copying of files takes place similarly as what is described for the
.code copy-file
function.