From de166af6dff90ec0c69b5026d66195dcf00d38f7 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Wed, 15 Nov 2023 22:32:43 -0800 Subject: 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. --- txr.1 | 10 +++++++--- 1 file 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 . -- cgit v1.2.3