summaryrefslogtreecommitdiff
path: root/doc/pam_modules.sgml
diff options
context:
space:
mode:
authorAndrew G. Morgan <morgan@kernel.org>2001-02-22 04:58:51 +0000
committerAndrew G. Morgan <morgan@kernel.org>2001-02-22 04:58:51 +0000
commit66ada511b190f4993233e921a8f16a49b0f4ccb8 (patch)
treed3a793cdefa450863f08f4d0f0b1500ed5109ea7 /doc/pam_modules.sgml
parentf78734a0cc43e4b6db337e533fc36554e6c2a785 (diff)
Relevant BUGIDs: 133545
Purpose of commit: documentation fix Commit summary: --------------- Make the directions for linking a module consistent.
Diffstat (limited to 'doc/pam_modules.sgml')
-rw-r--r--doc/pam_modules.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/pam_modules.sgml b/doc/pam_modules.sgml
index 6440b289..71634e9f 100644
--- a/doc/pam_modules.sgml
+++ b/doc/pam_modules.sgml
@@ -49,7 +49,7 @@ DAMAGE.
<title>The Linux-PAM Module Writers' Guide
<author>Andrew G. Morgan, <tt>morgan@kernel.org</tt>
-<date>DRAFT v0.75 2001/02/10
+<date>DRAFT v0.75 2001/02/21
<abstract>
This manual documents what a programmer needs to know in order to
write a module that conforms to the <bf/Linux-PAM/ standard. It also
@@ -68,7 +68,7 @@ programmer.
#include <security/pam_modules.h>
gcc -fPIC -c pam_module-name.c
-ld -x --shared -o pam_module-name.so pam_module-name.o -lpam
+ld -x --shared -o pam_module-name.so pam_module-name.o
</verb>
</tscreen>