aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/luaossl.tex6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/luaossl.tex b/doc/luaossl.tex
index 8695949..eef4444 100644
--- a/doc/luaossl.tex
+++ b/doc/luaossl.tex
@@ -362,10 +362,14 @@ field & description\\\hline
.blob & raw string value of the component
\end{tabular}
-\subsubsection[\fn{name:\_\_pairs}]{\fn{name:\_\_pairs()}}
+\subsubsection[\fn{name:each}]{\fn{name:each()}}
Returns a key-value iterator over the distinguished name components. The key is either the short, long, or OID identifier, with preference for the former.
+\subsubsection[\fn{name:\_\_pairs}]{\fn{name:\_\_pairs()}}
+
+Equal to \module{name:each}
+
\end{Module}