Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Apr 2022 10:16:09 GMT
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 986e0e831c5b - stable/13 - pw.8: Fix synopsis of NIS flags
Message-ID:  <202204111016.23BAG9bW046471@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by 0mp (doc, ports committer):

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

commit 986e0e831c5be3285f3d9b71fb7467ae232dc7b3
Author:     Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2022-04-03 11:42:49 +0000
Commit:     Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2022-04-11 10:15:54 +0000

    pw.8: Fix synopsis of NIS flags
    
    MFC after:      1 week
    
    (cherry picked from commit 5243e560f635e28d76a15f434d4ba7f87c1067d3)
---
 usr.sbin/pw/pw.8 | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/usr.sbin/pw/pw.8 b/usr.sbin/pw/pw.8
index 2b0d2f25ca5a..752eb4ff4b83 100644
--- a/usr.sbin/pw/pw.8
+++ b/usr.sbin/pw/pw.8
@@ -36,7 +36,7 @@
 .Op Fl V Ar etcdir
 .Cm useradd
 .Oo Fl n Oc Ar name
-.Op Fl mNoPqY
+.Op Fl mNoPq
 .Op Fl C Ar config
 .Op Fl c Ar comment
 .Op Fl d Ar homedir
@@ -52,6 +52,7 @@
 .Op Fl s Ar shell
 .Op Fl u Ar uid
 .Op Fl w Ar passmethod
+.Op Fl Y Op Fl y Ar nispasswd
 .Nm
 .Op Fl R Ar rootdir
 .Op Fl V Ar etcdir
@@ -70,19 +71,20 @@
 .Op Fl s Ar shell
 .Op Fl u Ar minuid , Ns Ar maxuid
 .Op Fl w Ar passmethod
-.Op Fl y Ar nispasswd
+.Op Fl Y Op Fl y Ar nispasswd
 .Nm
 .Op Fl R Ar rootdir
 .Op Fl V Ar etcdir
 .Cm userdel
 .Oo Fl n Oc Ar name Ns | Ns Oo Fl u Oc Ar uid
-.Op Fl rY
+.Op Fl r
+.Op Fl Y Op Fl y Ar nispasswd
 .Nm
 .Op Fl R Ar rootdir
 .Op Fl V Ar etcdir
 .Cm usermod
 .Oo Fl n Oc Ar name Ns | Ns Ar uid Oo Fl u Ar newuid Oc | Fl u Ar uid
-.Op Fl mNPqY
+.Op Fl mNPq
 .Op Fl C Ar config
 .Op Fl c Ar comment
 .Op Fl d Ar homedir
@@ -98,6 +100,7 @@
 .Op Fl p Ar passexpdate
 .Op Fl s Ar shell
 .Op Fl w Ar passmethod
+.Op Fl Y Op Fl y Ar nispasswd
 .Nm
 .Op Fl R Ar rootdir
 .Op Fl V Ar etcdir



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204111016.23BAG9bW046471>