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 | de166af6dff90ec0c69b5026d66195dcf00d38f7 (patch) | |
tree | 6b05e22f8999514c4196fc36e461dfc03abc97d8 | |
parent | 52dcba910be3cbcd4c8194e62c065d7ff23afec0 (diff) | |
download | txr-de166af6dff90ec0c69b5026d66195dcf00d38f7.tar.gz txr-de166af6dff90ec0c69b5026d66195dcf00d38f7.tar.bz2 txr-de166af6dff90ec0c69b5026d66195dcf00d38f7.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 . |