summaryrefslogtreecommitdiffstats
path: root/lib/libpam
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-05-24 19:53:08 +0000
committerru <ru@FreeBSD.org>2003-05-24 19:53:08 +0000
commit8bc4d4bba797a5e4f4a8e7a2f9593c56f5314b02 (patch)
tree43ba2b4be0e9dd899512258a0bca1c34d504cf69 /lib/libpam
parentb5e718b1432fba45f848c4e5a660f18e4780fea5 (diff)
downloadFreeBSD-src-8bc4d4bba797a5e4f4a8e7a2f9593c56f5314b02.zip
FreeBSD-src-8bc4d4bba797a5e4f4a8e7a2f9593c56f5314b02.tar.gz
mdoc(7) fixes.
Approved by: re (blanket)
Diffstat (limited to 'lib/libpam')
-rw-r--r--lib/libpam/modules/pam_chroot/pam_chroot.88
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libpam/modules/pam_chroot/pam_chroot.8 b/lib/libpam/modules/pam_chroot/pam_chroot.8
index f76dc4b..e55c908 100644
--- a/lib/libpam/modules/pam_chroot/pam_chroot.8
+++ b/lib/libpam/modules/pam_chroot/pam_chroot.8
@@ -3,7 +3,7 @@
.\"
.\" Portions of this software were developed for the FreeBSD Project by
.\" ThinkSec AS and NAI Labs, the Security Research Division of Network
-.\" Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035
+.\" Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035
.\" ("CBOSS"), as part of the DARPA CHATS research program.
.\"
.\" Redistribution and use in source and binary forms, with or without
@@ -48,11 +48,11 @@
The chroot service module for PAM chroots users into either a
predetermined directory or one derived from their home directory.
If a user's home directory as specified in the
-.Dv passwd
+.Vt passwd
structure returned by
.Xr getpwnam 3
contains the string
-.Dq /./ ,
+.Dq Li /./ ,
the portion of the directory name to the left of that string is used
as the chroot directory, and the portion to the right will be the
current working directory inside the chroot tree.
@@ -63,7 +63,7 @@ and
options (see below) are used.
.Bl -tag -width ".Cm also_root"
.It Cm also_root
-Do not hold user id 0 exempt from the chroot requirement.
+Do not hold user ID 0 exempt from the chroot requirement.
.It Cm always
Report a failure if a chroot directory could not be derived from the
user's home directory, and the
OpenPOWER on IntegriCloud