diff options
author | Tobias Stoeckmann <tobias@stoeckmann.org> | 2023-12-06 22:48:34 +0100 |
---|---|---|
committer | Dmitry V. Levin <ldv@strace.io> | 2023-12-18 09:10:08 +0000 |
commit | 0fb2978d0e139dc57878d5c82d6eae79273e2031 (patch) | |
tree | a6bcd89e4d82815b8b0767fb2b823283eced379e /doc | |
parent | 04134cc04a6c36acd52aa92c955ae0eba72fd038 (diff) | |
download | pam-0fb2978d0e139dc57878d5c82d6eae79273e2031.tar.gz pam-0fb2978d0e139dc57878d5c82d6eae79273e2031.tar.bz2 pam-0fb2978d0e139dc57878d5c82d6eae79273e2031.zip |
treewide: fix typos in comments and documentation
Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/pam.3.xml | 4 | ||||
-rw-r--r-- | doc/man/pam_open_session.3.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/pam.3.xml b/doc/man/pam.3.xml index 4b828016..a7d13b45 100644 --- a/doc/man/pam.3.xml +++ b/doc/man/pam.3.xml @@ -150,7 +150,7 @@ <citerefentry> <refentrytitle>pam_get_item</refentrytitle><manvolnum>3</manvolnum> </citerefentry> - functions allows applications and PAM service modules to set and + functions allow applications and PAM service modules to set and retrieve PAM information. </para> <para> @@ -169,7 +169,7 @@ <citerefentry> <refentrytitle>pam_get_data</refentrytitle><manvolnum>3</manvolnum> </citerefentry> - functions allows PAM service modules to set and retrieve free-form + function allows PAM service modules to set and retrieve free-form data from one invocation to another. </para> </refsect2> diff --git a/doc/man/pam_open_session.3.xml b/doc/man/pam_open_session.3.xml index d37b3e59..a05e0abe 100644 --- a/doc/man/pam_open_session.3.xml +++ b/doc/man/pam_open_session.3.xml @@ -40,7 +40,7 @@ It should be noted that the effective uid, <citerefentry> <refentrytitle>geteuid</refentrytitle><manvolnum>2</manvolnum> - </citerefentry>. of the application should be of sufficient + </citerefentry>, of the application should be of sufficient privilege to perform such tasks as creating or mounting the user's home directory for example. </para> |