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 | 6520dcbaa5fae0cea43cf2e2c7bd7b903fd651b7 (patch) | |
tree | b361a169febdccda040e049378c1ed37a1e7420f | |
parent | c401cce4103d0a5e3ad8a2c2935efdaffb132f56 (diff) | |
download | txr-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.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. |