Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 08 Mar 2026 06:20:46 +0000
From:      Navdeep Parhar <np@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 11e670ccf2bb - stable/15 - nuageinit.7: Fix a couple of minor errors
Message-ID:  <69ad153e.47446.327554bc@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch stable/15 has been updated by np:

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

commit 11e670ccf2bb64a8455aaaa1c164f49bb552bdb1
Author:     Navdeep Parhar <np@FreeBSD.org>
AuthorDate: 2026-02-26 23:01:47 +0000
Commit:     Navdeep Parhar <np@FreeBSD.org>
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 <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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69ad153e.47446.327554bc>