]> gitweb.factorcode.org Git - factor.git/commitdiff
io.sockets.secure.openssl: Fix docs.
authorDoug Coleman <doug.coleman@gmail.com>
Sun, 13 Mar 2016 09:45:52 +0000 (01:45 -0800)
committerDoug Coleman <doug.coleman@gmail.com>
Sun, 13 Mar 2016 09:45:52 +0000 (01:45 -0800)
basis/io/sockets/secure/openssl/openssl-docs.factor

index f917621d17becda05dc7dc1944b357ae5e284178..a4f70cb7cc54bf893b8591ce9022a2cab2536a92 100644 (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