Mercurial > crates > nonstick
comparison src/_doc.rs @ 118:39760dfc9b3b
Detect PAM library based only on system lib; rename minimal lib to XSso.
Also formats and assorted other cleanup.
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Sun, 29 Jun 2025 20:13:03 -0400 |
parents | a12706e42c9d |
children |
comparison
equal
deleted
inserted
replaced
117:20f7712a6857 | 118:39760dfc9b3b |
---|---|
174 ($n:literal $func:ident) => { | 174 ($n:literal $func:ident) => { |
175 concat!($crate::man7!($n $func), "\n", $crate::manbsd!($n $func), "\n", $crate::xsso!($func)) | 175 concat!($crate::man7!($n $func), "\n", $crate::manbsd!($n $func), "\n", $crate::xsso!($func)) |
176 }; | 176 }; |
177 } | 177 } |
178 | 178 |
179 pub(crate) use {linklist, guide, man7, manbsd, xsso, stdlinks}; | 179 pub(crate) use {guide, linklist, man7, manbsd, stdlinks, xsso}; |