summaryrefslogtreecommitdiffstats
path: root/usr.bin/rwho
Commit message (Collapse)AuthorAgeFilesLines
* Expand *n't contractions.ru2005-02-131-1/+1
|
* Modernise; ISOify, use __FBSDID(), use headers instead of hand-declaring.markm2002-07-011-12/+13
| | | | Fix easy warnings.
* remove __Pimp2002-03-221-2/+2
|
* I've been meaning to do this for a while. Add an underscore to thedillon2002-01-191-1/+1
| | | | | | | | time_to_xxx() and xxx_to_time() functions. e.g. _time_to_xxx() instead of time_to_xxx(), to make it more obvious that these are stopgap functions & placemarkers and not meant to create a defacto standard. They will eventually be replaced when a real standard comes out of committee.
* Fix time_t == int assumption, convert protocol int to time_t.dillon2001-10-281-1/+2
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* Don't attempt to parse %cache2001-03-211-3/+9
|
* Get rid of hard sentence breakcharnier2000-03-271-2/+3
| | | | Asked by: Sheldon
* Add section number to .Xr references. Enumerate flags the standard way.charnier2000-03-261-8/+9
|
* $Id$ -> $FreeBSD$peter1999-08-282-2/+2
|
* Add $Id$, to make it simpler for members of the translation teams tonik1999-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
* Fixed typo.foxfair1998-12-201-1/+1
|
* Be picky about the format of the commandline and cleanupsteve1998-05-031-6/+16
| | | | | | | a warning related to qsort. PR: 6420 Submitted by: Ruslan Ermilov <ru@ucb.crimea.ua>
* Use err(3). Add usage() and prototypes. Add Xr to who(1).charnier1997-08-082-20/+34
|
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
| | | | posix standard on the topic.
* Fix my error from previous commit with mixing rwhod protocolache1996-12-051-7/+8
| | | | | and utmp sizes. Replace hardcoded constants by sizeofs or symbolic constants
* Use UT_* contstants when possible instead of harcoded 8ache1996-12-051-8/+9
| | | | 2.2 candidate
* Eliminated includes of the "temporary" backwards compatibility headerbde1996-09-241-2/+2
| | | | | | <sys/dir.h> in applications. Maintained existing (inadequate) ifdefs for dir.h vs dirent.h in libdialog, amd and rarpd, but didn't add any new ones.
* Fix some incorrect locations in the FILES sections of some man pages.mpp1996-02-021-1/+1
|
* Add setlocale LT_TIMEache1995-10-241-0/+3
|
* Change ctime to strftime %c to use national date/time representation.ache1995-08-081-3/+5
|
* Remove trailing whitespace.rgrimes1995-05-301-1/+1
|
* My prevoius commit missed some things. The out_line didn't needats1994-12-271-2/+3
| | | | | | | | | | to be padded to 8 chars. Simply make sure that never more than 8 chars are printed ( %-.8s ). The former commit otherwise hosed the width calculation and landed on different positions for the time output. Also the strlen(xx_out_line) hoses the wide calculation, so that it sometimes make it much larger than necessary. Simply use always 8 chars for the out_line calculation now. Looks good this way.
* The out_line doesn't need to be zero terminated, so print it not with %sats1994-12-261-1/+1
| | | | | but with a %-8.8s instead. this prevents funny output, if the out_line contains a long hostname that is larger than 8 chars.
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-273-0/+269
OpenPOWER on IntegriCloud