aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sa
Commit message (Collapse)AuthorAgeFilesLines
...
* WARNS=4, de-__P()Alfred Perlstein2002-07-114-37/+39
| | | | Notes: svn path=/head/; revision=99829
* Fixed divots that I created when I moved prototypes of group_from_gidWarner Losh2002-02-191-0/+1
| | | | | | | | | | and user_from_uid to grp.h and pwd.h. Update the man pages. Submitted by: David Malone Pointy hat to: imp Notes: svn path=/head/; revision=90878
* mdoc(7) police: utilize the new .Ex macro.Ruslan Ermilov2001-08-151-4/+2
| | | | Notes: svn path=/head/; revision=81687
* Remove whitespace at EOL.Dima Dorfman2001-07-151-3/+3
| | | | Notes: svn path=/head/; revision=79755
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
| | | | | | | - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74816
* Set the default manual section for usr.sbin/ to 8.Ruslan Ermilov2001-03-201-1/+0
| | | | Notes: svn path=/head/; revision=74532
* Fix typo: seperate -> separate.Jeroen Ruigrok van der Werven2001-02-061-1/+1
| | | | | | | Seperate does not exist in the english language. Notes: svn path=/head/; revision=72091
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-1/+1
| | | | Notes: svn path=/head/; revision=68965
* fix unaligned access errors by copying untyped data to properly alignedAndrew Gallatin2000-10-262-48/+48
| | | | | | | | | | locals PR: alpha/13912 obtained from: NetBSD tested by: Marcin Gryszkalis <dagoon@rs.math.uni.lodz.pl> Notes: svn path=/head/; revision=67642
* Adjust the width of the first column in output from "sa -m" to matchGuy Helmer2000-05-301-1/+2
| | | | | | | | | | the max length of user names. PR: bin/10905 Submitted by: Ben Smithurst <ben@scientia.demon.co.uk> Notes: svn path=/head/; revision=61089
* Grammar fix: ``Different than'' should really be ``different from''.Chris Costello2000-01-291-1/+1
| | | | Notes: svn path=/head/; revision=56783
* $Id$ -> $FreeBSD$Peter Wemm1999-08-287-7/+7
| | | | Notes: svn path=/head/; revision=50479
* Fixed printf format errors. One of them fixes the garbage output forBruce Evans1999-08-061-5/+5
| | | | | | | | | sa -km reported in the PR. PR: 4582 Notes: svn path=/head/; revision=49455
* Initialize exit code so that the program exits with code 0 on success.Jean-Marc Zucconi1999-05-221-2/+2
| | | | | | | | PR: bin/10904 Submitted by: Ben Smithurst <ben@scientia.demon.co.uk> Notes: svn path=/head/; revision=47416
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.Philippe Charnier1998-03-231-2/+2
| | | | Notes: svn path=/head/; revision=34809
* Add usage().Philippe Charnier1997-10-154-24/+35
| | | | Notes: svn path=/head/; revision=30425
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-227-7/+7
| | | | Notes: svn path=/head/; revision=22997
* Sort cross references.Wolfram Schneider1997-01-201-3/+3
| | | | Notes: svn path=/head/; revision=21880
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-147-7/+7
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* delete doubled words, e.g.: "the the" -> "the"Wolfram Schneider1996-10-051-2/+2
| | | | Notes: svn path=/head/; revision=18718
* Correct some man page cross references and file location references.Mike Pritchard1996-04-071-2/+2
| | | | Notes: svn path=/head/; revision=15082
* Fix the -t option so that its output matches what the manMike Pritchard1996-01-223-8/+10
| | | | | | | page says it prints. Also silence a few "cc -Wall" warnings. Notes: svn path=/head/; revision=13558
* Remove trailing whitespace.Rodney W. Grimes1995-05-303-11/+11
| | | | Notes: svn path=/head/; revision=8857
* Local changes - manual page extension, and minor man page changesDavid Greenman1994-09-262-11/+5
| | | | Notes: svn path=/head/; revision=3128
* Process accounting utility by Chris Demetriou.David Greenman1994-09-267-0/+1630
Obtained from: NetBSD Notes: svn path=/vendor/NetBSD/dist/; revision=3125