From owner-p4-projects@FreeBSD.ORG Sun Jun 1 05:06:03 2003 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 5B9E337B404; Sun, 1 Jun 2003 05:06:02 -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 E538137B401 for ; Sun, 1 Jun 2003 05:06:01 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C77F43FDD for ; Sun, 1 Jun 2003 05:06:01 -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 h51C610U027789 for ; Sun, 1 Jun 2003 05:06:01 -0700 (PDT) (envelope-from des@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h51C61x6027786 for perforce@freebsd.org; Sun, 1 Jun 2003 05:06:01 -0700 (PDT) Date: Sun, 1 Jun 2003 05:06:01 -0700 (PDT) Message-Id: <200306011206.h51C61x6027786@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 32290 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: Sun, 01 Jun 2003 12:06:03 -0000 http://perforce.freebsd.org/chv.cgi?CH=32290 Change 32290 by des@des.at.des.thinksec.com on 2003/06/01 05:05:15 Cross-reference openpam_{get,set}_option(3). Affected files ... .. //depot/projects/openpam/lib/openpam_get_option.c#9 edit .. //depot/projects/openpam/lib/openpam_set_option.c#12 edit Differences ... ==== //depot/projects/openpam/lib/openpam_get_option.c#9 (text+ko) ==== @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $P4: //depot/projects/openpam/lib/openpam_get_option.c#8 $ + * $P4: //depot/projects/openpam/lib/openpam_get_option.c#9 $ */ #include @@ -77,4 +77,6 @@ * The =openpam_get_option function returns the value of the specified * option in the context of the currently executing service module, or * =NULL if the option is not set or no module is currently executing. + * + * >openpam_set_option */ ==== //depot/projects/openpam/lib/openpam_set_option.c#12 (text+ko) ==== @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $P4: //depot/projects/openpam/lib/openpam_set_option.c#11 $ + * $P4: //depot/projects/openpam/lib/openpam_set_option.c#12 $ */ #include @@ -113,4 +113,6 @@ /** * The =openpam_set_option function sets the specified option in the * context of the currently executing service module. + * + * >openpam_get_option */