aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2009-10-08 06:54:12 +0000
committerUlrich Müller <ulm@gentoo.org>2009-10-08 06:54:12 +0000
commitcd1d05f84df6ba760f533f61066c2258a1c232e7 (patch)
treeec5ffc1187e6ab9563d59e26288624685fbbdb65 /doc
parentAdd comments for colours. (diff)
downloadeselect-cd1d05f84df6ba760f533f61066c2258a1c232e7.tar.gz
eselect-cd1d05f84df6ba760f533f61066c2258a1c232e7.tar.bz2
eselect-cd1d05f84df6ba760f533f61066c2258a1c232e7.zip
New relative_name() function.
svn path=/trunk/; revision=683
Diffstat (limited to 'doc')
-rw-r--r--doc/developer-guide.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/developer-guide.txt b/doc/developer-guide.txt
index 49b5433..7286182 100644
--- a/doc/developer-guide.txt
+++ b/doc/developer-guide.txt
@@ -362,6 +362,13 @@ The ``canonicalise`` Function
The ``canonicalise`` function is a wrapper to either GNU ``readlink -f``
or ``realpath``.
+The ``relative_name`` Function
+,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+
+The ``relative_name`` function converts a path name (passed as its first
+argument) to be relative to a directory (second argument). This can be
+used to generate a relative symlink from absolute paths.
+
Manipulation Functions
----------------------