summaryrefslogtreecommitdiff
path: root/doc/manual.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/manual.html')
-rw-r--r--doc/manual.html11
1 files changed, 8 insertions, 3 deletions
diff --git a/doc/manual.html b/doc/manual.html
index 1a93f03..8250fb7 100644
--- a/doc/manual.html
+++ b/doc/manual.html
@@ -127,13 +127,18 @@
</info:deftp>
<info:deftp type="exception type" name="&amp;unsupported-crv" arguments="crv">
<p>
- The identifier <info:var>crv</info:var> does not identify an
- elliptic curve.
+ The identifier <info:var>crv</info:var> does not identify an
+ elliptic curve.
</p>
</info:deftp>
<info:deftp type="exception type" name="&amp;not-a-jwk" arguments="value cause">
<p>
- <info:var>obj</info:var> does not identify a JWK.
+ <info:var>value</info:var> does not identify a JWK.
+ </p>
+ </info:deftp>
+ <info:deftp type="exception type" name="&amp;unsupported-alg" arguments="value">
+ <p>
+ <info:var>value</info:var> does not identify a valid hash algorithm.
</p>
</info:deftp>