diff options
| author | Navdeep Parhar <np@FreeBSD.org> | 2026-02-26 23:01:47 +0000 |
|---|---|---|
| committer | Navdeep Parhar <np@FreeBSD.org> | 2026-02-28 16:52:40 +0000 |
| commit | df5014f71cff2c02f46afa8823370d7f61494bdb (patch) | |
| tree | 939d3a1850ce92907344b65f43acc6dfb2c827cc | |
| parent | 32beb3ae71cb320dbe4190a01c036943d99083b3 (diff) | |
nuageinit.7: Fix a couple of minor errors
Use the correct key name in the chpasswd section.
Remove a stray line to fix the description of 'password'.
MFC after: 1 week
Sponsored by: Chelsio Communications
Reviewed by: maxim
Differential Revision: https://reviews.freebsd.org/D55547
| -rw-r--r-- | libexec/nuageinit/nuageinit.7 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libexec/nuageinit/nuageinit.7 b/libexec/nuageinit/nuageinit.7 index 35e1d6024105..9651abba868f 100644 --- a/libexec/nuageinit/nuageinit.7 +++ b/libexec/nuageinit/nuageinit.7 @@ -3,7 +3,7 @@ .\" Copyright (c) 2025 Baptiste Daroussin <bapt@FreeBSD.org> .\" Copyright (c) 2025 Jesús Daniel Colmenares Oviedo <dtxdf@FreeBSD.org> .\" -.Dd January 6, 2026 +.Dd February 26, 2026 .Dt NUAGEINIT 7 .Os .Sh NAME @@ -340,11 +340,10 @@ Boolean to force the user to change their password on first login. .It Ic users An array of objects: .Bl -tag -width "password" -.It Ic user +.It Ic name Specify the user whose password will be changed. .It Ic password Specify a text line with the new password or -specify the user whose password will be changed. .Qq Cm RANDOM to assign the password randomly. If the textline starts with |
