aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2009-10-09 09:38:57 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2009-10-09 09:38:57 +0000
commit65b8d0b5ad22cc3a65acf03ff14d04ea520044ba (patch)
tree5363fa9e8fb93c8e26484e502cbe70433f57bf45
parent31c6a31b9b9e0a3b6edf995b9a76c573d1c3df02 (diff)
downloadsrc-65b8d0b5ad22cc3a65acf03ff14d04ea520044ba.tar.gz
src-65b8d0b5ad22cc3a65acf03ff14d04ea520044ba.zip
Notes
-rw-r--r--doc/man/pam.conf.52
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/pam.conf.5 b/doc/man/pam.conf.5
index 8ffb6a32b0dc..d94163d13bac 100644
--- a/doc/man/pam.conf.5
+++ b/doc/man/pam.conf.5
@@ -109,7 +109,7 @@ will be failure regardless of the success of later modules.
.It Cm requisite
If this module succeeds, the result of the chain will be success
unless a later module fails.
-If it module fails, the chain is broken and the result is failure.
+If the module fails, the chain is broken and the result is failure.
.It Cm sufficient
If this module succeeds, the chain is broken and the result is
success.