From b893729a3dce43b0c04deec82ee89c4b19a0f8ee Mon Sep 17 00:00:00 2001 From: Steve French Date: Tue, 5 Aug 2008 13:27:07 -0500 Subject: cifs.upcall: fix manpage and comments The "cifs.resolver" key type has been changed to "dns_resolver". Fix the comments at the top of cifs.upcall and the manpage accordingly. Signed-off-by: Jeff Layton Signed-off-by: Steve French --- docs-xml/manpages-3/cifs.upcall.8.xml | 4 ++-- source/client/cifs.upcall.c | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) (This used to be commit 24a93d03c2ca4e718968e2024604e0f398c96659) --- docs-xml/manpages-3/cifs.upcall.8.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs-xml') diff --git a/docs-xml/manpages-3/cifs.upcall.8.xml b/docs-xml/manpages-3/cifs.upcall.8.xml index 8df776bbd4..3c1bb247fa 100644 --- a/docs-xml/manpages-3/cifs.upcall.8.xml +++ b/docs-xml/manpages-3/cifs.upcall.8.xml @@ -72,7 +72,7 @@ to be run that way. - cifs.resolve + dns_resolver This key type is for resolving hostnames into IP addresses @@ -83,7 +83,7 @@ to be run that way. #OPERATION TYPE D C PROGRAM ARG1 ARG2... #========= ============= = = ========================================== create cifs.spnego * * /usr/local/sbin/cifs.upcall -c %k -create cifs.resolver * * /usr/local/sbin/cifs.upcall %k +create dns_resolver * * /usr/local/sbin/cifs.upcall %k See request-key.conf5 for more info on each field. -- cgit