aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/users
Commit message (Collapse)AuthorAgeFilesLines
* ANSIify function definitions.David Malone2002-09-041-6/+3
| | | | | | | | | | | | Add some constness to avoid some warnings. Remove use register keyword. Deal with missing/unneeded extern/prototypes. Some minor type changes/casts to avoid warnings. Reviewed by: md5 Notes: svn path=/head/; revision=102944
* Use `The .Nm utility'Philippe Charnier2002-04-201-2/+3
| | | | Notes: svn path=/head/; revision=95124
* remove __PWarner Losh2002-03-221-2/+2
| | | | Notes: svn path=/head/; revision=92922
* WARNS=2 is going to become the default, so remove it from here.Mark Murray2001-12-111-1/+0
| | | | Notes: svn path=/head/; revision=87700
* Remove a bogus cast and lockdown users(1) with WARNS?=2Mike Barcroft2001-09-092-1/+3
| | | | | | | | | Submitted by: David Hill <david@phobia.ms> Reviewed by: -audit MFC after: 1 week Notes: svn path=/head/; revision=83232
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
| | | | Notes: svn path=/head/; revision=79535
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
| | | | Notes: svn path=/head/; revision=50477
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+1
| | | | | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde Notes: svn path=/head/; revision=48792
* Main() returns int.Philippe Charnier1997-08-261-2/+2
| | | | Notes: svn path=/head/; revision=28789
* Was limited to 200 users. New entry is now allocated as needed.Philippe Charnier1997-08-222-23/+43
| | | | | | | | Add usage(). Obtained from:OpenBSD. Notes: svn path=/head/; revision=28563
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
| | | | | | | posix standard on the topic. Notes: svn path=/head/; revision=24360
* Merge RELENG_2_0_5 into HEADRodney W. Grimes1995-06-111-2/+2
| | | | Notes: svn path=/head/; revision=9202
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-273-0/+165
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590