git: 33d4ce5496ef - main - login.conf(5): Document priority's special value 'inherit'

From: Olivier Certner <olce_at_FreeBSD.org>
Date: Mon, 29 Jan 2024 22:32:18 UTC
The branch main has been updated by olce:

URL: https://cgit.FreeBSD.org/src/commit/?id=33d4ce5496efe96bbaa7663e298876395b1db62c

commit 33d4ce5496efe96bbaa7663e298876395b1db62c
Author:     Olivier Certner <olce@FreeBSD.org>
AuthorDate: 2023-06-21 08:39:47 +0000
Commit:     Olivier Certner <olce@FreeBSD.org>
CommitDate: 2024-01-29 21:58:09 +0000

    login.conf(5): Document priority's special value 'inherit'
    
    Reviewed by:            emaste, yuripv (older version)
    Approved by:            emaste (mentor)
    MFC after:              3 days
    Sponsored by:           Kumacom SAS
    Differential Revision:  https://reviews.freebsd.org/D40691
---
 lib/libutil/login.conf.5 | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lib/libutil/login.conf.5 b/lib/libutil/login.conf.5
index 4a98ee818139..a749fe5519ab 100644
--- a/lib/libutil/login.conf.5
+++ b/lib/libutil/login.conf.5
@@ -262,6 +262,9 @@ so 21 maps to priority 0 in the idle class, 22 to 1, and so on until 52 which
 maps to 31; see
 .Xr idprio 1
 .Pc .
+Special value
+.Ql inherit
+prevents resetting the priority.
 .It "requirehome 	bool	false	Require a valid home directory to login."
 .It "setenv	list		A comma-separated list of environment variables and"
 values to which they are to be set.