PERFORCE change 78672 for review
Dag-Erling Smorgrav
des at FreeBSD.org
Fri Jun 17 14:00:38 GMT 2005
http://perforce.freebsd.org/chv.cgi?CH=78672
Change 78672 by des at des.at.des.no on 2005/06/17 13:59:46
Markup nits.
Submitted by: ru
Affected files ...
.. //depot/projects/openpam/doc/man/pam.conf.5#3 edit
Differences ...
==== //depot/projects/openpam/doc/man/pam.conf.5#3 (text+ko) ====
@@ -26,9 +26,9 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $P4: //depot/projects/openpam/doc/man/pam.conf.5#2 $
+.\" $P4: //depot/projects/openpam/doc/man/pam.conf.5#3 $
.\"
-.Dd June 9, 2005
+.Dd June 16, 2005
.Dt PAM.CONF 5
.Os
.Sh NAME
@@ -56,7 +56,7 @@
Entries in per-service policy files must be of one of the two forms
below:
.Bd -unfilled -offset indent
-.Ar function-class Ar control-flag Ar module-path Op Ar arguments ...
+.Ar function-class control-flag module-path Op Ar arguments ...
.Ar function-class Cm include Ar other-service-name
.Ed
.Pp
@@ -66,13 +66,15 @@
field specifying the name of the service they apply to.
.Pp
In both types of policy files, blank lines are ignored, as is anything
-to the right of a `#' sign.
+to the right of a
+.Ql #
+sign.
.Pp
The
.Ar function-class
field specifies the class of functions the entry applies to, and is
one of:
-.Bl -tag -width "password"
+.Bl -tag -width ".Cm password"
.It Cm auth
Authentication functions
.Po
@@ -98,7 +100,7 @@
field determines how the result returned by the module affects the
flow of control through (and the final result of) the rest of the
chain, and is one of:
-.Bl -tag -width "sufficient"
+.Bl -tag -width ".Cm sufficient"
.It Cm required
If this module succeeds, the result of the chain will be success
unless a later module fails.
@@ -163,9 +165,11 @@
.%D "June 1997"
.Re
.Sh AUTHORS
-The OpenPAM library was developed for the FreeBSD Project by ThinkSec
+The OpenPAM library was developed for the
+.Fx
+Project by ThinkSec
AS and Network Associates Laboratories, the Security Research Division
-of Network Associates, Inc. under DARPA/SPAWAR contract
+of Network Associates, Inc.\& under DARPA/SPAWAR contract
N66001-01-C-8035
.Pq Dq CBOSS ,
as part of the DARPA CHATS research program.
More information about the p4-projects
mailing list