summaryrefslogtreecommitdiff
path: root/doc/man/pam_conv.3.xml
diff options
context:
space:
mode:
authorThorsten Kukuk <kukuk@thkukuk.de>2007-11-06 14:58:53 +0000
committerThorsten Kukuk <kukuk@thkukuk.de>2007-11-06 14:58:53 +0000
commitd6e1da52bb5b01a93a60d3aff1223eb6a19082cd (patch)
tree8648c921af83b011e167b0c5cfdf5fc22f205f41 /doc/man/pam_conv.3.xml
parenta38a8eae25ee1d7adb5a5eafcf1c41e94974ed90 (diff)
downloadlinux-pam-git-d6e1da52bb5b01a93a60d3aff1223eb6a19082cd.tar.gz
Relevant BUGIDs: 1822762
Purpose of commit: bugfix Commit summary: --------------- 2007-11-01 Peter Breitenlohner <peb@mppmu.mpg.de> * doc/man/pam_conv.3.xml: Correct typo. 2007-10-30 Peter Breitenlohner <peb@mppmu.mpg.de> * modules/pam_cracklib/pam_cracklib.8.xml: Correct typo. * modules/pam_limits/limits.conf.5.xml: Likewise. * modules/pam_listfile/pam_listfile.8.xml: Likewise. * modules/pam_xauth/pam_xauth.8.xml: Likewise. * modules/pam_deny/pam_deny.8.xml: Correct spelling. * modules/pam_group/pam_group.8.xml: Likewise. * modules/pam_permit/pam_permit.8.xml: Likewise. * modules/pam_shells/pam_shells.8.xml: Likewise. * modules/pam_time/pam_time.8.xml: Likewise. * modules/pam_warn/pam_warn.8.xml: Likewise.
Diffstat (limited to 'doc/man/pam_conv.3.xml')
-rw-r--r--doc/man/pam_conv.3.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/pam_conv.3.xml b/doc/man/pam_conv.3.xml
index 73bb37cc..0098ff94 100644
--- a/doc/man/pam_conv.3.xml
+++ b/doc/man/pam_conv.3.xml
@@ -142,10 +142,10 @@ struct pam_conv {
const struct pam_message *msg[] (which, in spirit, is consistent with
the commonly used prototypes for argv argument to the familiar main()
function: char **argv; and char *argv[]). Said another way Linux-PAM
- interprets the msg argument as a pointer to an array of num_meg read
+ interprets the msg argument as a pointer to an array of num_msg read
only 'struct pam_message' pointers. Solaris' PAM implementation
interprets this argument as a pointer to a pointer to an array of
- num_meg pam_message structures. Fortunately, perhaps, for most
+ num_msg pam_message structures. Fortunately, perhaps, for most
module/application developers when num_msg has a value of one these
two definitions are entirely equivalent. Unfortunately, casually
raising this number to two has led to unanticipated compatibility