Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Nov 2020 16:54:13 +0000 (UTC)
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r367769 - head/usr.bin/chpass
Message-ID:  <202011171654.0AHGsDiL005134@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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