diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2023-11-15 22:32:43 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2023-11-15 22:32:43 -0800 |
commit | 25c81893cb4a0a45cb679237f2482a155f630bd5 (patch) | |
tree | 6b05e22f8999514c4196fc36e461dfc03abc97d8 | |
parent | 404b97c8809bbefe3fdb856de1aaae421fca72fb (diff) | |
download | txr-25c81893cb4a0a45cb679237f2482a155f630bd5.tar.gz txr-25c81893cb4a0a45cb679237f2482a155f630bd5.tar.bz2 txr-25c81893cb4a0a45cb679237f2482a155f630bd5.zip |
doc: incorrect description of rlink.
* txr.1: The rlink function resolves the target path
if it is a symlink, not the new link's path.
-rw-r--r-- | txr.1 | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -74143,9 +74143,13 @@ The function is like .code link except that if -.meta path -is a symbolic link, it is resolved. - +.meta target +is a symbolic link, it is resolved, and the link is made to the +resulting object. +On Linux, and some other platforms +.code link +will create a hard link ot the symbolic link. The behavior is not specified by +POSIX. If these functions succeed, they return .codn t . |