summaryrefslogtreecommitdiff
path: root/doc/PROGRAMMING
diff options
context:
space:
mode:
authorjoey <joey>2001-12-21 15:59:39 +0000
committerjoey <joey>2001-12-21 15:59:39 +0000
commit1580712ddc7c6faf97ed46452e410e72291814ce (patch)
treecfa8fb864c225127b9734c39e3628393766f6832 /doc/PROGRAMMING
parent768bf86cede6fc8cec8423c094ce86fcba99573e (diff)
r498: * Typo, Closes: #122679
* Export dirname from Dh_Lib, and related cleanup, Closes: #125770 * Document dirname, basename in PROGRAMMING
Diffstat (limited to 'doc/PROGRAMMING')
-rw-r--r--doc/PROGRAMMING4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/PROGRAMMING b/doc/PROGRAMMING
index 69302d34..423d21ed 100644
--- a/doc/PROGRAMMING
+++ b/doc/PROGRAMMING
@@ -210,6 +210,10 @@ autoscript()
(optional)
This command automatically adds shell script snippets to a debian
maintainer script (like the postinst or prerm).
+dirname()
+ Return directory part of pathname.
+basename()
+ Return base of pathname,
-- Joey Hess <joeyh@debian.org>