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
commitf24dad0044cd108c537477373a20027ee660de4c (patch)
treeb361a169febdccda040e049378c1ed37a1e7420f
parent8f79bdd128e7ffcd471ad5f00e33a49619c41e6e (diff)
downloadtxr-f24dad0044cd108c537477373a20027ee660de4c.tar.gz
txr-f24dad0044cd108c537477373a20027ee660de4c.tar.bz2
txr-f24dad0044cd108c537477373a20027ee660de4c.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.