Date: Tue, 16 Nov 1999 21:58:52 -0500 (EST) From: sjr@home.com To: FreeBSD-gnats-submit@freebsd.org, peter@netplex.com.au Subject: docs/14936: Update for chpass.1 man page Message-ID: <199911170258.VAA13323@cc158233-a.catv1.md.home.com>
next in thread | raw e-mail | index | archive | help
>Number: 14936 >Category: docs >Synopsis: Update for chpass.1 man page >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Tue Nov 16 19:00:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Stephen J. Roznowski >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: >Description: The chpass man page is missing the -e flag. This patch also adds a NIS call line. >How-To-Repeat: >Fix: --- chpass.1.orig Tue Nov 16 21:23:45 1999 +++ chpass.1 Tue Nov 16 21:52:48 1999 @@ -32,7 +32,7 @@ .\" @(#)chpass.1 8.2 (Berkeley) 12/30/93 .\" $FreeBSD: src/usr.bin/chpass/chpass.1,v 1.18 1999/10/30 15:12:04 phantom Exp $ .\" -.Dd December 30, 1993 +.Dd November 16, 1999 .Dt CHPASS 1 .Os .Sh NAME @@ -42,8 +42,19 @@ .Nm chpass .Op Fl a Ar list .Op Fl p Ar encpass +.Op Fl e Ar expiretime .Op Fl s Ar newshell .Op user +.Pp +.Nm chpass +.Op Fl oly +.Op Fl a Ar list +.Op Fl p Ar encpass +.Op Fl e Ar expiretime +.Op Fl s Ar newshell +.Op Fl d Ar domain +.Op Fl h Ar host +.Op user .Sh DESCRIPTION The .Nm chpass @@ -72,6 +83,10 @@ in the format used by .Xr crypt 3 , as an argument. +.It Fl e +Change the account expire time. This option is used to set the +expire time from a script as if it was done +in the interactive editor. .It Fl s The .Fl s >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199911170258.VAA13323>