The branch stable/15 has been updated by np: URL: https://cgit.FreeBSD.org/src/commit/?id=11e670ccf2bb64a8455aaaa1c164f49bb552bdb1
commit 11e670ccf2bb64a8455aaaa1c164f49bb552bdb1 Author: Navdeep Parhar <[email protected]> AuthorDate: 2026-02-26 23:01:47 +0000 Commit: Navdeep Parhar <[email protected]> CommitDate: 2026-03-08 01:50:18 +0000 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'. Sponsored by: Chelsio Communications Reviewed by: maxim Differential Revision: https://reviews.freebsd.org/D55547 (cherry picked from commit df5014f71cff2c02f46afa8823370d7f61494bdb) --- libexec/nuageinit/nuageinit.7 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/libexec/nuageinit/nuageinit.7 b/libexec/nuageinit/nuageinit.7 index fe17bf09fe86..ba219f031c50 100644 --- a/libexec/nuageinit/nuageinit.7 +++ b/libexec/nuageinit/nuageinit.7 @@ -3,7 +3,7 @@ .\" Copyright (c) 2025 Baptiste Daroussin <[email protected]> .\" Copyright (c) 2025 Jesús Daniel Colmenares Oviedo <[email protected]> .\" -.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
