io.sockets.secure.openssl: Fix docs.

db4
Doug Coleman 2016-03-13 01:45:52 -08:00
parent 2398800829
commit 460555785c
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ HELP: subject-name
{ $description "The subject name of a certificate." } ;
HELP: subject-names-match?
{ $values { "host" "a host name" } { "subject" "a subject name" } { "?" boolean } }
{ $values { "name" "a host name" } { "pattern" "a subject name" } { "?" boolean } }
{ $description "True if the host name matches the subject name." }
{ $examples
{ $code