summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@dahyabhai.net>2012-03-30 16:51:36 -0400
committerNalin Dahyabhai <nalin@dahyabhai.net>2012-03-30 16:51:36 -0400
commit82b4a9da03cb7b932629a91268945d130ee9fbf3 (patch)
tree2fa798eb049512984e322138c018575567344954 /doc
parent304750d2d34735375a789083cc74f49a295bff1a (diff)
downloadslapi-nis-82b4a9da03cb7b932629a91268945d130ee9fbf3.tar.gz
slapi-nis-82b4a9da03cb7b932629a91268945d130ee9fbf3.tar.xz
slapi-nis-82b4a9da03cb7b932629a91268945d130ee9fbf3.zip
- treat the padding values used by %link() into expressions instead of
as literals
Diffstat (limited to 'doc')
-rw-r--r--doc/format-specifiers.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/format-specifiers.txt b/doc/format-specifiers.txt
index f37ce9a..7dca9db 100644
--- a/doc/format-specifiers.txt
+++ b/doc/format-specifiers.txt
@@ -555,11 +555,11 @@ And here's how some example expressions evaluate for ''cn=group'':
link(''EXPRESSION'',''PAD''[,''SEPARATOR'',''EXPRESSION2'',''PAD2''[,...])
-Evaluates each ''EXPRESSION'' in turn to produce a list of values. If
-the lists produced by each of the expressions are not of the same
-length, then each ''EXPRESSION'''s corresponding ''PAD'' value is
-appended to each list, padding them out until they are all of equal
-length (i.e., the length of the longest list).
+Evaluates each ''EXPRESSION'' and ''PAD'' in turn to produce a list of
+values. If the lists produced by each of the expressions are not of the
+same length, then each ''EXPRESSION'''s corresponding ''PAD'' value is
+appended to each list to pad them out until they are all of equal length
+(i.e., the length of the longest list).
Then, one list of values is produced by using the first value from each
list (separated by the corresponding SEPARATOR), then using the second