PERFORCE change 32290 for review
    Dag-Erling Smorgrav 
    des at FreeBSD.org
       
    Sun Jun  1 05:06:03 PDT 2003
    
    
  
http://perforce.freebsd.org/chv.cgi?CH=32290
Change 32290 by des at 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
  */
    
    
More information about the p4-projects
mailing list