aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2003-03-03 11:45:18 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2003-03-03 11:45:18 +0000
commit66abb7a6366e7eb534d9be870433b943d48110de (patch)
treef91ed3d03c3898f1a8915206e1e2bb8d20b64c6f /lib
parent6192b1dff1e37b99a14e1a6937242b05b90555f8 (diff)
Notes
Diffstat (limited to 'lib')
-rw-r--r--lib/libpam/modules/pam_group/pam_group.84
-rw-r--r--lib/libpam/modules/pam_kerberosIV/pam_kerberosIV.84
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libpam/modules/pam_group/pam_group.8 b/lib/libpam/modules/pam_group/pam_group.8
index 9c800104ab262..ce7ef7a53580d 100644
--- a/lib/libpam/modules/pam_group/pam_group.8
+++ b/lib/libpam/modules/pam_group/pam_group.8
@@ -53,7 +53,7 @@ The following options may be passed to the
module:
.Bl -tag -width ".Cm fail_safe"
.It Cm deny
-Reverse the meaning of the test, i.e. reject the applicant if and only
+Reverse the meaning of the test, i.e., reject the applicant if and only
if he or she is a member of the specified group.
This can be useful to exclude certain groups of users from certain
services.
@@ -63,7 +63,7 @@ it does exist and the applicant is a member.
.It Cm group Ns = Ns Ar groupname
Specify the name of the group to check.
The default is
-.Dq wheel .
+.Dq Li wheel .
.It Cm root_only
Skip this module entirely if the target account is not the superuser
account.
diff --git a/lib/libpam/modules/pam_kerberosIV/pam_kerberosIV.8 b/lib/libpam/modules/pam_kerberosIV/pam_kerberosIV.8
index f870abfaa0aaf..d3056037baee5 100644
--- a/lib/libpam/modules/pam_kerberosIV/pam_kerberosIV.8
+++ b/lib/libpam/modules/pam_kerberosIV/pam_kerberosIV.8
@@ -50,8 +50,8 @@ by way of Kerberos IV.
It provides no other services than authentication.
.Sh SEE ALSO
.Xr pam.conf 5 ,
-.Xr pam_krb5 8 ,
-.Xr pam 8
+.Xr pam 8 ,
+.Xr pam_krb5 8
.Sh AUTHORS
The
.Nm