From 3326a9184617ad96023c46ad67406594c0a65e8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Sun, 1 Jun 2003 14:05:15 +0000 Subject: [PATCH] Cross-reference openpam_{get,set}_option(3). git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/trunk@242 185d5e19-27fe-0310-9dcf-9bff6b9f3609 --- lib/openpam_get_option.c | 4 +++- lib/openpam_set_option.c | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/lib/openpam_get_option.c b/lib/openpam_get_option.c index 2cdf270..bb11c6a 100644 --- a/lib/openpam_get_option.c +++ b/lib/openpam_get_option.c @@ -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 @@ openpam_get_option(pam_handle_t *pamh, * 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 */ diff --git a/lib/openpam_set_option.c b/lib/openpam_set_option.c index cd8271d..a7b20f7 100644 --- a/lib/openpam_set_option.c +++ b/lib/openpam_set_option.c @@ -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 @@ openpam_set_option(pam_handle_t *pamh, /** * The =openpam_set_option function sets the specified option in the * context of the currently executing service module. + * + * >openpam_get_option */