diff src/module.rs @ 173:46e8ce5cd5d1

Miscellaneous doc and code cleanups.
author Paul Fisher <paul@pfish.zone>
date Tue, 29 Jul 2025 16:52:32 -0400
parents e27c5c667a5a
children
line wrap: on
line diff
--- a/src/module.rs	Fri Jul 25 21:02:53 2025 -0400
+++ b/src/module.rs	Tue Jul 29 16:52:32 2025 -0400
@@ -14,7 +14,7 @@
 /// The default implementations of all these hooks tell PAM to ignore them
 /// (i.e., behave as if this module does not exist) by returning [`ErrorCode::Ignore`].
 /// Override any functions you wish to handle in your module.
-/// After implementing this trait, use the [`pam_hooks!`](crate::pam_hooks!) macro
+/// After implementing this trait, use the [`pam_export!`](crate::pam_export!) macro
 /// to make the functions available to PAM.
 ///
 /// For more information, see [`pam(3)`’s root manual page][manpage]