Date: Tue, 17 Nov 2020 12:04:29 +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: r367759 - head/usr.bin/chpass Message-ID: <202011171204.0AHC4TAk024182@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: 0mp (doc,ports committer) Date: Tue Nov 17 12:04:29 2020 New Revision: 367759 URL: https://svnweb.freebsd.org/changeset/base/367759 Log: Add an example for the -s flag MFC after: 2 weeks Modified: head/usr.bin/chpass/chpass.1 Modified: head/usr.bin/chpass/chpass.1 ============================================================================== --- head/usr.bin/chpass/chpass.1 Tue Nov 17 11:36:31 2020 (r367758) +++ head/usr.bin/chpass/chpass.1 Tue Nov 17 12:04:29 2020 (r367759) @@ -455,6 +455,12 @@ temporary copy of the password 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 ,
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011171204.0AHC4TAk024182>