summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin.dahyabhai@pobox.com>2008-07-14 17:52:34 -0400
committerNalin Dahyabhai <nalin.dahyabhai@pobox.com>2008-07-14 17:52:34 -0400
commite46779faa14c4e0ea0fcf8f7da0638d3ee877a39 (patch)
tree49949b3eca0b198592f84ce4da3de24033392866 /doc
parentefa8e2f43b4c99848d962675b2e3a5b60f613e92 (diff)
downloadslapi-nis-e46779faa14c4e0ea0fcf8f7da0638d3ee877a39.tar.gz
slapi-nis-e46779faa14c4e0ea0fcf8f7da0638d3ee877a39.tar.xz
slapi-nis-e46779faa14c4e0ea0fcf8f7da0638d3ee877a39.zip
- make %first() take a pattern and not a literal
Diffstat (limited to 'doc')
-rw-r--r--doc/nis-design.txt4
-rw-r--r--doc/sch-design.txt4
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/nis-design.txt b/doc/nis-design.txt
index 06bbc16..8725119 100644
--- a/doc/nis-design.txt
+++ b/doc/nis-design.txt
@@ -261,6 +261,10 @@ need to escape the double-quote using a '\' character. Naturally the
'\' this character itself also needs to be escaped whenever it appears.
=== Implemented Functions ===
+ * first(PATTERN[,DEFAULT])
+ - Evaluates the pattern, and if one or more values is available,
+ provides that value. If no values result, then DEFAULT is
+ evaluated as a pattern and the result is provided.
* match(ATTRIBUTE,PATTERN[,DEFAULT])
- Selects the value of ATTRIBUTE which matches the globbing pattern
PATTERN. If zero or two or more values match, and a DEFAULT was
diff --git a/doc/sch-design.txt b/doc/sch-design.txt
index 568cec6..090def4 100644
--- a/doc/sch-design.txt
+++ b/doc/sch-design.txt
@@ -105,6 +105,10 @@ need to escape the double-quote using a '\' character. Naturally the
'\' this character itself also needs to be escaped whenever it appears.
=== Implemented Functions ===
+ * first(PATTERN[,DEFAULT])
+ - Evaluates the pattern, and if one or more values is available,
+ provides that value. If no values result, then DEFAULT is
+ evaluated as a pattern and the result is provided.
* match(ATTRIBUTE,PATTERN[,DEFAULT])
- Selects the value of ATTRIBUTE which matches the globbing pattern
PATTERN. If zero or two or more values match, and a DEFAULT was