Author: 0mp (doc,ports committer) Date: Tue Nov 17 16:54:12 2020 New Revision: 367769 URL: https://svnweb.freebsd.org/changeset/base/367769
Log: Partially revert r367756 (chpass(1) synopsis changes) Let's have two entries in the synopsis: - chpass now lists options which can be used for non-NIS-specific functionalities. - ypchpass additionally lists the NIS-specific flags. Technically, it is an artificial distinction, as chpass and ypchpass behave identically. Nevertheless, it might help navigating the synopsis section. Reviewed by: imp MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D27251 Modified: head/usr.bin/chpass/chpass.1 Modified: head/usr.bin/chpass/chpass.1 ============================================================================== --- head/usr.bin/chpass/chpass.1 Tue Nov 17 16:34:58 2020 (r367768) +++ head/usr.bin/chpass/chpass.1 Tue Nov 17 16:54:12 2020 (r367769) @@ -40,7 +40,13 @@ .Nm ypchsh .Nd add or change user database information .Sh SYNOPSIS -.Nm +.Nm chpass +.Op Fl a Ar list +.Op Fl e Ar expiretime +.Op Fl p Ar encpass +.Op Fl s Ar newshell +.Op user +.Nm ypchpass .Op Fl loy .Op Fl a Ar list .Op Fl d Ar domain _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"