Date: Thu, 22 Aug 2024 21:07:47 GMT From: Maxim Konovalov <maxim@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 6aee1dc48006 - main - pam_xdg.8: the module option name corrected Message-ID: <202408222107.47ML7lpL088407@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by maxim: URL: https://cgit.FreeBSD.org/src/commit/?id=6aee1dc48006445b6e062db86c5c3697b04b98f6 commit 6aee1dc48006445b6e062db86c5c3697b04b98f6 Author: Maxim Konovalov <maxim@FreeBSD.org> AuthorDate: 2024-08-22 21:03:59 +0000 Commit: Maxim Konovalov <maxim@FreeBSD.org> CommitDate: 2024-08-22 21:07:10 +0000 pam_xdg.8: the module option name corrected PR: 280994 --- 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202408222107.47ML7lpL088407>