From 3419569e8e469c9e9769be0f977b88f7bf4be2d5 Mon Sep 17 00:00:00 2001 From: MIZUTA Takeshi Date: Sat, 5 Oct 2019 00:18:35 +0900 Subject: doc: fix typo in manpage --- doc/man/misc_conv.3.xml | 8 ++++---- doc/man/pam_setcred.3.xml | 2 +- doc/man/pam_start.3.xml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'doc') diff --git a/doc/man/misc_conv.3.xml b/doc/man/misc_conv.3.xml index 041f4eb0..d902ba83 100644 --- a/doc/man/misc_conv.3.xml +++ b/doc/man/misc_conv.3.xml @@ -46,7 +46,7 @@ The function exports five variables that can be used by an application programmer to limit the amount of time this conversation function will spend waiting for the user to type something. The - five variabls are as follows: + five variables are as follows: @@ -70,7 +70,7 @@ const char *pam_misc_conv_warn_line; - Used in conjuction with + Used in conjunction with pam_misc_conv_warn_time, this variable is a pointer to the string that will be displayed when it becomes time to warn the user that the timeout is approaching. Its @@ -103,7 +103,7 @@ const char *pam_misc_conv_die_line; - Used in conjuction with + Used in conjunction with pam_misc_conv_die_time, this variable is a pointer to the string that will be displayed when the conversation times out. Its default value is a translated @@ -120,7 +120,7 @@ Following a return from the Linux-PAM - libraray, the value of this variable indicates whether the + library, the value of this variable indicates whether the conversation has timed out. A value of 1 indicates the time-out occurred. diff --git a/doc/man/pam_setcred.3.xml b/doc/man/pam_setcred.3.xml index 77e9382f..62922482 100644 --- a/doc/man/pam_setcred.3.xml +++ b/doc/man/pam_setcred.3.xml @@ -144,7 +144,7 @@ A NULL pointer was submitted as PAM handle, the function was called by a module or another system - error occured. + error occurred. diff --git a/doc/man/pam_start.3.xml b/doc/man/pam_start.3.xml index 9b370f52..50a65a47 100644 --- a/doc/man/pam_start.3.xml +++ b/doc/man/pam_start.3.xml @@ -83,7 +83,7 @@ pam_get_item3 . - The PAM handle cannot be used for mulitiple authentications at the + The PAM handle cannot be used for multiple authentications at the same time as long as pam_end was not called on it before. -- cgit v1.2.3