aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/utx/utx.8
Commit message (Collapse)AuthorAgeFilesLines
* use .Mt to mark up email addresses consistently (part2)Baptiste Daroussin2014-06-201-1/+1
| | | | | | | | PR: 191174 Submitted by: Franco Fichtner <franco@lastsummer.de> Notes: svn path=/head/; revision=267668
* Remove utxrm(8). This command has been superseded by 'utx rm'.Ed Schouten2013-11-031-11/+2
| | | | Notes: svn path=/head/; revision=257579
* Fixes to man8 groff mandoc style, usage mistakes, or typos.Warren Block2012-05-251-1/+1
| | | | | | | | | | PR: 168016 Submitted by: Nobuyuki Koganemaru Approved by: gjb MFC after: 3 days Notes: svn path=/head/; revision=235967
* Remove superfluous paragraph macro.Joel Dahl2012-03-251-1/+0
| | | | Notes: svn path=/head/; revision=233455
* Replace utxrm(8) by utx(8).Ed Schouten2012-02-111-0/+107
At first, I added a utility called utxrm(8) to remove stale entries from the user accounting database. It seems there are cases in which we need to perform different operations on the database as well. Simply rename utxrm(8) to utx(8) and place the old code under the "rm" command. In addition to "rm", this tool supports "boot" and "shutdown", which are going to be used by an rc-script which I am going to commit separately. Notes: svn path=/head/; revision=231530