From a732d26a7b8d54640033710f394c574aa80d5f3f Mon Sep 17 00:00:00 2001 From: Kyle Anthony Williams Date: Tue, 1 Feb 2022 14:59:38 -0500 Subject: [PATCH] Base: Add gist to and modify description of usermod man page This patch brings the man page usermod into line with its siblings useradd and usermod. --- Base/usr/share/man/man8/usermod.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Base/usr/share/man/man8/usermod.md b/Base/usr/share/man/man8/usermod.md index 614281c106..10b20fe051 100644 --- a/Base/usr/share/man/man8/usermod.md +++ b/Base/usr/share/man/man8/usermod.md @@ -1,6 +1,6 @@ ## Name -usermod +usermod - modify a user account ## Synopsis @@ -10,7 +10,8 @@ $ usermod [--uid uid] [--gid gid] [--lock] [--unlock] [--home new-home] [--move] ## Description -Modify a user account +This program modifies an existing user account. +This program must be run as root. ## Options: