summaryrefslogtreecommitdiff
path: root/doc/tex/examples.tex
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tex/examples.tex')
-rw-r--r--doc/tex/examples.tex5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/tex/examples.tex b/doc/tex/examples.tex
index 31a38c972d..544b502616 100644
--- a/doc/tex/examples.tex
+++ b/doc/tex/examples.tex
@@ -37,9 +37,8 @@ Real world programs should be able to handle certificate chains as well.
\subsection{Using a callback to select the certificate to use}
There are cases where a client holds several certificate and key pairs,
-and may want to choose the appropriate to send in the current session.
-The following example demonstrates the use of the certificate selection callback
-to assist in this purpose.
+and may not want to load all of them in the credentials structure.
+The following example demonstrates the use of the certificate selection callback.
\par
\input{ex-cert-select}