diff options
| author | Emmanuel Vadot <manu@FreeBSD.org> | 2025-10-13 05:57:46 +0000 |
|---|---|---|
| committer | Emmanuel Vadot <manu@FreeBSD.org> | 2025-10-13 05:57:46 +0000 |
| commit | f08c46c8c83b4de306db1c8fab36a51c6c0ca28e (patch) | |
| tree | d01da1506143366e51f28389356852a237a37e80 | |
| parent | d714732b598bd6ac04ba8214b80a6b5f61881e3a (diff) | |
pam_xdg.8: Remove bogus note
The pam_xdg module does set the XDG_RUNTIME_DIR in the environment, it's actually
its main purpose.
Reported by: arrowd
| -rw-r--r-- | lib/libpam/modules/pam_xdg/pam_xdg.8 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libpam/modules/pam_xdg/pam_xdg.8 b/lib/libpam/modules/pam_xdg/pam_xdg.8 index 9b335751a9fb..031010953e98 100644 --- a/lib/libpam/modules/pam_xdg/pam_xdg.8 +++ b/lib/libpam/modules/pam_xdg/pam_xdg.8 @@ -50,7 +50,6 @@ Use an alternate base directory .Bl -tag -width indent .It Ev XDG_RUNTIME_DIR The location of the runtime files base directory created by this module. -Note that the module does not set this environment variable. .El .Sh STANDARDS The directory created by this module conforms to the |
