From 041c834779d5c9203d84b9c19cf33e750ab01b07 Mon Sep 17 00:00:00 2001 From: ueno Date: Sun, 5 Nov 2000 19:10:55 +0000 Subject: [PATCH] Fix typo. --- sasl.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sasl.texi b/sasl.texi index 7ae5ce4..4f78374 100644 --- a/sasl.texi +++ b/sasl.texi @@ -48,7 +48,7 @@ step. @chapter Mechanisms A mechanism (@code{sasl-mechanism} object) is a schema of the @sc{sasl} -authentication process. +authentication mechanism driver. @defvar sasl-mechanisms A list of mechanism names. @@ -56,7 +56,7 @@ A list of mechanism names. @defun sasl-find-mechanism mechanisms -Retrieve an apropriate authentication mechanism. +Retrieve an apropriate mechanism. This function compares MECHANISMS and @code{sasl-mechanisms} then returns apropriate @sc{sasl} mechanism object. @@ -76,7 +76,7 @@ Drivers}), use @code{sasl-make-mechanism} and modify @code{sasl-mechanisms} and @code{sasl-mechanism-alist} correctly. @defun sasl-make-mechanism name steps -Allocate an authentication mechanism. +Allocate a mechanism. This function takes two parameters---name of the mechanism, and a list of authentication functions. -- 1.7.10.4