The branch main has been updated by np:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=df5014f71cff2c02f46afa8823370d7f61494bdb

commit df5014f71cff2c02f46afa8823370d7f61494bdb
Author:     Navdeep Parhar <[email protected]>
AuthorDate: 2026-02-26 23:01:47 +0000
Commit:     Navdeep Parhar <[email protected]>
CommitDate: 2026-02-28 16:52:40 +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'.
    
    MFC after:      1 week
    Sponsored by:   Chelsio Communications
    Reviewed by:    maxim
    Differential Revision:  https://reviews.freebsd.org/D55547
---
 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 35e1d6024105..9651abba868f 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

Reply via email to