diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2021-05-28 21:03:52 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2021-05-28 21:03:52 -0700 |
commit | f24dad0044cd108c537477373a20027ee660de4c (patch) | |
tree | b361a169febdccda040e049378c1ed37a1e7420f | |
parent | 8f79bdd128e7ffcd471ad5f00e33a49619c41e6e (diff) | |
download | txr-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.1 | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |