]> git.cameronkatri.com Git - pw-darwin.git/blobdiff - chpass/chpass.1
Revert "Set chpass to 755 too"
[pw-darwin.git] / chpass / chpass.1
index ccccd2eaaed7d0d7091621413dd083b21780285d..607f2c89b3493ec480cf7cf1856930425209f61a 100644 (file)
@@ -28,7 +28,7 @@
 .\"     @(#)chpass.1   8.2 (Berkeley) 12/30/93
 .\" $FreeBSD$
 .\"
-.Dd November 17, 2020
+.Dd May 25, 2021
 .Dt CHPASS 1
 .Os
 .Sh NAME
 .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
@@ -450,11 +456,17 @@ operates on NIS entries by default if NIS is enabled.
 the user database
 .It Pa /etc/passwd
 a Version 7 format password file
-.It Pa /etc/chpass.XXXXXX
-temporary copy of the password file
+.It Pa /etc/pw.XXXXXX
+temporary file
 .It Pa /etc/shells
 the list of approved shells
 .El
+.Sh EXAMPLES
+Change the shell of the current user to
+.Ql /usr/local/bin/zsh :
+.Bd -literal -offset indent
+chsh -s /usr/local/bin/zsh
+.Ed
 .Sh SEE ALSO
 .Xr finger 1 ,
 .Xr login 1 ,