git: 2545829e1c2c - stable/14 - pam_xdg.8: the module option name corrected
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 Aug 2024 04:13:04 UTC
The branch stable/14 has been updated by maxim:
URL: https://cgit.FreeBSD.org/src/commit/?id=2545829e1c2c6a46b50f00ca47d61de9b5674007
commit 2545829e1c2c6a46b50f00ca47d61de9b5674007
Author: Maxim Konovalov <maxim@FreeBSD.org>
AuthorDate: 2024-08-22 21:03:59 +0000
Commit: Maxim Konovalov <maxim@FreeBSD.org>
CommitDate: 2024-08-25 04:12:44 +0000
pam_xdg.8: the module option name corrected
PR: 280994
(cherry picked from commit 6aee1dc48006445b6e062db86c5c3697b04b98f6)
---
lib/libpam/modules/pam_xdg/pam_xdg.8 | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/lib/libpam/modules/pam_xdg/pam_xdg.8 b/lib/libpam/modules/pam_xdg/pam_xdg.8
index 1a8b53def051..9b97d3626531 100644
--- a/lib/libpam/modules/pam_xdg/pam_xdg.8
+++ b/lib/libpam/modules/pam_xdg/pam_xdg.8
@@ -22,7 +22,7 @@
.\" * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
.\" * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" * SUCH DAMAGE.
-.Dd February 21, 2024
+.Dd August 22, 2024
.Dt PAM_XDG 8
.Os
.Sh NAME
@@ -42,8 +42,8 @@ By default the directory is created under
.Pa /var/run/xdg/<username> .
.Pp
The following option may be passed to the authentication module:
-.Bl -tag -width ".Cm runtime_dir"
-.It Cm runtime_dir Ns = Ns Ar directory
+.Bl -tag -width ".Cm runtime_dir_prefix"
+.It Cm runtime_dir_prefix Ns = Ns Ar directory
Use an alternate base directory
.El
.Sh SEE ALSO