Mercurial > crates > nonstick
diff src/libpam/handle.rs @ 191:e915c54097d6
Clean up docs and link versions to the right place.
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Sat, 02 Aug 2025 19:01:21 -0400 |
parents | fb8b547b36b7 |
children |
line wrap: on
line diff
--- a/src/libpam/handle.rs Sat Aug 02 18:47:46 2025 -0400 +++ b/src/libpam/handle.rs Sat Aug 02 19:01:21 2025 -0400 @@ -281,11 +281,10 @@ )] #[cfg_attr( pam_impl = "LinuxPam", - doc = "Ends the transaction \"quietly\", reporting `error_code` to cleanup callbacks." + doc = "Ends the transaction \"quietly\", reporting the given result." )] /// - /// On Linux-PAM only, this sets the - /// [`PAM_DATA_SILENT`](libpam_sys::PAM_DATA_SILENT) flag on the flags + /// On Linux-PAM only, this sets the `PAM_DATA_SILENT` flag on the value /// passed to the cleanup callbacks. This conventionally means that this /// `pam_end` call is occurring on a forked process, and that a session /// may still be open on the parent process, and modules "should not treat