From: Tobias Stoeckmann Date: Sun, 4 Jan 2026 14:27:04 +0000 (+0100) Subject: login-utils: add UIDs to manual pages X-Git-Tag: v2.43-devel~201^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dd836103f8a3987d91020b85530ed097ba5155fc;p=thirdparty%2Futil-linux.git login-utils: add UIDs to manual pages Add information about UIDs as command line arguments to manual pages of chfn, chsh, and su, since they accept them now. Signed-off-by: Tobias Stoeckmann --- diff --git a/login-utils/chfn.1.adoc b/login-utils/chfn.1.adoc index 94f95831b..4bc511745 100644 --- a/login-utils/chfn.1.adoc +++ b/login-utils/chfn.1.adoc @@ -22,7 +22,7 @@ chfn - change your finger information == SYNOPSIS -*chfn* [*-f* _full-name_] [*-o* _office_] [*-p* _office-phone_] [*-h* _home-phone_] [*-u*] [*-V*] [_username_] +*chfn* [*-f* _full-name_] [*-o* _office_] [*-p* _office-phone_] [*-h* _home-phone_] [*-u*] [*-V*] [_username_|_UID_] == DESCRIPTION diff --git a/login-utils/chsh.1.adoc b/login-utils/chsh.1.adoc index b28e1fbed..e376a628d 100644 --- a/login-utils/chsh.1.adoc +++ b/login-utils/chsh.1.adoc @@ -22,7 +22,7 @@ chsh - change your login shell == SYNOPSIS -*chsh* [*-s* _shell_] [*-l*] [*-h*] [*-V*] [_username_] +*chsh* [*-s* _shell_] [*-l*] [*-h*] [*-V*] [_username_|_UID_] == DESCRIPTION diff --git a/login-utils/su.1.adoc b/login-utils/su.1.adoc index 22f0f1f56..b39147fb1 100644 --- a/login-utils/su.1.adoc +++ b/login-utils/su.1.adoc @@ -13,7 +13,7 @@ su - run a command with substitute user and group ID == SYNOPSIS -*su* [options] [*-*] [_user_ [_argument_...]] +*su* [options] [*-*] [_user_|_UID_ [_argument_...]] == DESCRIPTION