summaryrefslogtreecommitdiffstats
path: root/man/readlink.x
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 16:11:47 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 16:11:47 +0000
commit758f820bcc0f68aeebac1717e537ca13a320b909 (patch)
tree48111ece75cf4f98316848b37a7e26356e00669e /man/readlink.x
parentInitial commit. (diff)
downloadcoreutils-758f820bcc0f68aeebac1717e537ca13a320b909.tar.xz
coreutils-758f820bcc0f68aeebac1717e537ca13a320b909.zip
Adding upstream version 9.1.upstream/9.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'man/readlink.x')
-rw-r--r--man/readlink.x8
1 files changed, 8 insertions, 0 deletions
diff --git a/man/readlink.x b/man/readlink.x
new file mode 100644
index 0000000..3141cd2
--- /dev/null
+++ b/man/readlink.x
@@ -0,0 +1,8 @@
+[NAME]
+readlink \- print resolved symbolic links or canonical file names
+[DESCRIPTION]
+.\" Add any additional description here
+Note realpath(1) is the preferred command to use
+for canonicalization functionality.
+[SEE ALSO]
+readlink(2), realpath(1), realpath(3)