Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Jun 2003 05:06:01 -0700 (PDT)
From:      Dag-Erling Smorgrav <des@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 32290 for review
Message-ID:  <200306011206.h51C61x6027786@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <sys/param.h>
@@ -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 <sys/param.h>
@@ -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
  */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306011206.h51C61x6027786>