Add colons so gendoc recognizes this as a list rather than a literal

section.

Sponsored by:	DARPA, NAI Labs


git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/trunk@132 185d5e19-27fe-0310-9dcf-9bff6b9f3609
This commit is contained in:
Dag-Erling Smørgrav 2002-04-17 23:51:34 +00:00
parent 1e53b5bf95
commit c1bd6712a0
1 changed files with 3 additions and 3 deletions

View File

@ -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/pam_get_authtok.c#16 $
* $P4: //depot/projects/openpam/lib/pam_get_authtok.c#17 $
*/
#include <sys/param.h>
@ -145,10 +145,10 @@ pam_get_authtok(pam_handle_t *pamh,
*
* The =item argument must have one of the following values:
*
* =PAM_AUTHTOK
* =PAM_AUTHTOK:
* Returns the current authentication token, or the new token
* when changing authentication tokens.
* =PAM_OLDAUTHTOK
* =PAM_OLDAUTHTOK:
* Returns the previous authentication token when changing
* authentication tokens.
*