Skip to content

Commit cca46e2

Browse files
committed
manpages: Update default values of MinimumUid and MaximumUid
1 parent 76da544 commit cca46e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data/man/sddm.conf.rst.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,12 +115,12 @@ OPTIONS
115115
`MinimumUid=`
116116
Minimum user id of the users to be listed in the
117117
user interface.
118-
Default value is 1000.
118+
Default value is @UID_MIN@.
119119

120120
`MaximumUid=`
121121
Maximum user id of the users to be listed in the
122122
user interface.
123-
Default value is 65000.
123+
Default value is @UID_MAX@
124124

125125
`HideUsers=`
126126
Comma-separated list of Users that shouldn't show up in the user list.

0 commit comments

Comments
 (0)