aboutsummaryrefslogtreecommitdiff
path: root/docs/cpt.org
diff options
context:
space:
mode:
authormerakor <cem@ckyln.com>2021-01-04 11:09:33 +0000
committermerakor <cem@ckyln.com>2021-01-04 11:09:33 +0000
commite9cd6924f6291bd43a95cf0abcbb11f05e09f455 (patch)
tree16fb3ced5919b9266888084dac2ab529f0b5d960 /docs/cpt.org
parent3e097e2cecf509fd9590ee90663ff6b4d7791eea (diff)
downloadcpt-e9cd6924f6291bd43a95cf0abcbb11f05e09f455.tar.gz
docs: update
FossilOrigin-Name: d48d21b88e83f4bf4730dcaf3a528381821c415731f24620f2f09bf86fbc33a6
Diffstat (limited to 'docs/cpt.org')
-rw-r--r--docs/cpt.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/cpt.org b/docs/cpt.org
index c3f2116..dfddc38 100644
--- a/docs/cpt.org
+++ b/docs/cpt.org
@@ -971,7 +971,7 @@ _seq 5
*** =_stat()=
:PROPERTIES:
-:DESCRIPTION: stat %U replacement
+:DESCRIPTION: 'stat %U' replacement
:END:
This function imitates =stat %U=. =stat= isn't defined by POSIX, and this is
@@ -983,7 +983,7 @@ cannot be found, it will return =root=.
:DESCRIPTION: 'readlink -f' replacement
:END:
-This function was taken from [[github:ko1nksm/readlinkf][POSIX sh readlinkf library by Koichi Nakashima]].
+This function was taken from [[https://github.com/ko1nksm/readlinkf][POSIX sh readlinkf library by Koichi Nakashima]].
=readlink= is also not defined by POSIX, so this function uses =ls= to follow
symbolic links until it reaches the actual file.