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 ,
_______________________________________________
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"

Reply via email to