Merge from vendor branch BINUTILS:
[dragonfly.git] / contrib / libpam / doc / man / template-man
1 .\" Hey Emacs! This file is -*- nroff -*- source.
2 .\" $Id: template-man,v 1.1 1997/01/04 18:25:13 morgan Exp $
3 .\" $FreeBSD: src/contrib/libpam/doc/man/template-man,v 1.1.1.1.6.2 2001/06/11 15:28:11 markm Exp $
4 .\" $DragonFly: src/contrib/libpam/doc/man/Attic/template-man,v 1.2 2003/06/17 04:24:03 dillon Exp $
5 .\" Copyright (c) Andrew G. Morgan 1997 <morgan@parc.power.net>
6 .TH PAM_???? 2 "1997 Jan 4" "Linux-PAM 0.55" "Application Programmers' Manual"
7 .SH NAME
8
9 function names \- brief summary of function
10
11 .SH SYNOPSIS
12 .B #include <security/pam_????.h>
13 .sp
14 .BI "int pam_???(pam_handle_t " pamh ", int  " flags);
15 .sp 2
16 .SH DESCRIPTION
17 .TP
18 .B pam_???
19 Here goes the
20 .I explanation
21 it may be quite
22 .IR long .
23 .TP
24 .SH "RETURN VALUE"
25 .B pam_???
26 On success...
27 .BR PAM_SUCCESS
28 is returned
29 .TP
30 .SH ERRORS
31 May be translated to text with
32 .BR pam_strerror "(2). "
33
34 .SH "CONFORMING TO"
35 .B pam_???
36 DCE-RFC 86.0, October 1995.
37
38 .SH BUGS
39 .sp 2
40 none known.
41
42 .SH "SEE ALSO"
43
44 .BR pam_??? "(2), "
45 and
46 .BR pam_??? "(2). "
47
48 Also, see the three
49 .BR Linux-PAM
50 Guides, for
51 .BR "System administrators" ", "
52 .BR "module developers" ", "
53 and
54 .BR "application developers" ". "