From owner-p4-projects@FreeBSD.ORG Mon Jun 2 12:42:24 2003 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 778BF37B404; Mon, 2 Jun 2003 12:42:23 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F388837B401 for ; Mon, 2 Jun 2003 12:42:22 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46A6543FBD for ; Mon, 2 Jun 2003 12:42:22 -0700 (PDT) (envelope-from des@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h52JgM0U082743 for ; Mon, 2 Jun 2003 12:42:22 -0700 (PDT) (envelope-from des@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h52JgLux082740 for perforce@freebsd.org; Mon, 2 Jun 2003 12:42:21 -0700 (PDT) Date: Mon, 2 Jun 2003 12:42:21 -0700 (PDT) Message-Id: <200306021942.h52JgLux082740@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to des@freebsd.org using -f From: Dag-Erling Smorgrav To: Perforce Change Reviews Subject: PERFORCE change 32402 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2003 19:42:24 -0000 http://perforce.freebsd.org/chv.cgi?CH=32402 Change 32402 by des@des.at.des.thinksec.com on 2003/06/02 12:41:24 Fix some markup issues pointed out by ru@. Affected files ... .. //depot/projects/openpam/doc/man/pam.man#2 edit .. //depot/projects/openpam/misc/gendoc.pl#26 edit Differences ... ==== //depot/projects/openpam/doc/man/pam.man#2 (text+ko) ==== @@ -1,5 +1,5 @@ .\" -.\" $P4: //depot/projects/openpam/doc/man/pam.man#1 $ +.\" $P4: //depot/projects/openpam/doc/man/pam.man#2 $ .\" .Sh DESCRIPTION The Pluggable Authentication Modules (PAM) library abstracts a number @@ -13,7 +13,7 @@ .Pp The user requesting authentication is called the applicant, while the user (usually, root) charged with verifying his identity and granting -him the requested credentials is called the arbitrator. +him the requested credentials is called the arbitrator. .Pp The sequence of operations the server goes through to authenticate a user and perform whatever task he requested is a PAM transaction; the @@ -32,7 +32,7 @@ See .Xr pam_conv 3 for details. -.Ss Initialization And Cleanup +.Ss Initialization and Cleanup The .Fn pam_start function initializes the PAM library and returns a handle which must @@ -44,7 +44,7 @@ The .Fn pam_end function releases all resources associated with the specified context, -and can be called at any time to terminate a PAM transaction. +and can be called at any time to terminate a PAM transaction. .Ss Storage The .Fn pam_set_item @@ -54,12 +54,12 @@ service name, the names of the requesting and target users, the conversation function, and prompts. .Pp -The +The .Fn pam_set_data and .Fn pam_get_data -manage named chunks of free-form data, generally used by modules to -store state from one invocation to another. +functions manage named chunks of free-form data, generally used by +modules to store state from one invocation to another. .Ss Authentication There are two authentication primitives: .Fn pam_authenticate @@ -84,7 +84,7 @@ function allows the server to change the user's password, either at the user's request or because the password has expired. .Ss Miscellaneous -The +The .Fn pam_putenv , .Fn pam_getenv and @@ -94,5 +94,5 @@ .Pp The .Fn pam_strerror -function returns a pointer to a string describing a the specified PAM +function returns a pointer to a string describing the specified PAM error code. ==== //depot/projects/openpam/misc/gendoc.pl#26 (text+ko) ==== @@ -32,7 +32,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $P4: //depot/projects/openpam/misc/gendoc.pl#25 $ +# $P4: //depot/projects/openpam/misc/gendoc.pl#26 $ # use strict; @@ -360,7 +360,7 @@ if ($func->{'name'} =~ m/openpam/) { $mdoc .= ".In security/openpam.h\n" } - $mdoc .= ".Ft $func->{'type'} + $mdoc .= ".Ft \"$func->{'type'}\" .Fn $func->{'name'} $func->{'args'} .Sh DESCRIPTION $func->{'man'} @@ -411,10 +411,11 @@ $mdoc .= ".Sh AUTHORS The .Nm -function and this manual page were developed for the FreeBSD Project -by ThinkSec AS and Network Associates Laboratories, the Security -Research Division of Network Associates, Inc. under DARPA/SPAWAR -contract N66001-01-C-8035 +function and this manual page were developed for the +.Fx +Project by ThinkSec AS and Network Associates Laboratories, the +Security Research Division of Network Associates, Inc. under +DARPA/SPAWAR contract N66001-01-C-8035 .Pq Dq CBOSS , as part of the DARPA CHATS research program. "; @@ -511,7 +512,7 @@ } print FILE ".Sh SEE ALSO "; - print FILE ".Xr openpam 3\n" + print FILE ".Xr openpam 3 ,\n" if ($page eq 'pam'); foreach $func (keys(%FUNCTIONS)) { $xref{$func} = 3; @@ -530,8 +531,9 @@ .Re .Sh AUTHORS The OpenPAM library and this manual page were developed for the -FreeBSD Project by ThinkSec AS and Network Associates Laboratories, -the Security Research Division of Network Associates, Inc. under +.Fx +Project by ThinkSec AS and Network Associates Laboratories, the +Security Research Division of Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 .Pq Dq CBOSS , as part of the DARPA CHATS research program.