diff options
author | Steve Langasek <steve.langasek@canonical.com> | 2019-02-13 08:21:02 +0000 |
---|---|---|
committer | Tomáš Mráz <t8m@users.noreply.github.com> | 2020-01-15 18:14:44 +0100 |
commit | 375825bd5d88ee66375fd400c40af7844c1b0608 (patch) | |
tree | f5a25e2c86aa8958c80c5ef0b69b37803f6acd8b /doc | |
parent | fe93034d2a9b2f1f7a677e8d49a6da2e9dce9cb1 (diff) | |
download | pam-375825bd5d88ee66375fd400c40af7844c1b0608.tar.gz pam-375825bd5d88ee66375fd400c40af7844c1b0608.tar.bz2 pam-375825bd5d88ee66375fd400c40af7844c1b0608.zip |
Miscellaneous grammar fixes
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/pam_get_item.3.xml | 4 | ||||
-rw-r--r-- | doc/man/pam_set_item.3.xml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/pam_get_item.3.xml b/doc/man/pam_get_item.3.xml index d07862e0..1145273c 100644 --- a/doc/man/pam_get_item.3.xml +++ b/doc/man/pam_get_item.3.xml @@ -19,7 +19,7 @@ <refnamediv id='pam_get_item-name'> <refname>pam_get_item</refname> <refpurpose> - getting PAM informations + getting PAM information </refpurpose> </refnamediv> @@ -45,7 +45,7 @@ <title>DESCRIPTION</title> <para> The <function>pam_get_item</function> function allows applications - and PAM service modules to access and retrieve PAM informations + and PAM service modules to access and retrieve PAM information of <emphasis>item_type</emphasis>. Upon successful return, <emphasis>item</emphasis> contains a pointer to the value of the corresponding item. Note, this is a pointer to the diff --git a/doc/man/pam_set_item.3.xml b/doc/man/pam_set_item.3.xml index 39758313..7630adbd 100644 --- a/doc/man/pam_set_item.3.xml +++ b/doc/man/pam_set_item.3.xml @@ -19,7 +19,7 @@ <refnamediv id='pam_set_item-name'> <refname>pam_set_item</refname> <refpurpose> - set and update PAM informations + set and update PAM information </refpurpose> </refnamediv> @@ -45,7 +45,7 @@ <title>DESCRIPTION</title> <para> The <function>pam_set_item</function> function allows applications - and PAM service modules to access and to update PAM informations + and PAM service modules to access and to update PAM information of <emphasis>item_type</emphasis>. For this a copy of the object pointed to by the <emphasis>item</emphasis> argument is created. The following <emphasis>item_type</emphasis>s are |