git: 128a49e201a4 - stable/12 - pw.8: Fix synopsis of NIS flags

From: Mateusz Piotrowski <0mp_at_FreeBSD.org>
Date: Mon, 11 Apr 2022 10:16:13 UTC
The branch stable/12 has been updated by 0mp (doc, ports committer):

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

commit 128a49e201a428b6a830e17ca72cdce60fc8791a
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:16:06 +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