summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2023-11-15 22:32:43 -0800
committerKaz Kylheku <kaz@kylheku.com>2023-11-15 22:32:43 -0800
commitde166af6dff90ec0c69b5026d66195dcf00d38f7 (patch)
tree6b05e22f8999514c4196fc36e461dfc03abc97d8
parent52dcba910be3cbcd4c8194e62c065d7ff23afec0 (diff)
downloadtxr-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.110
1 files changed, 7 insertions, 3 deletions
diff --git a/txr.1 b/txr.1
index 2249f5ec..38172b93 100644
--- a/txr.1
+++ b/txr.1
@@ -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 .