summaryrefslogtreecommitdiffstats
path: root/usr.bin/finger/sprint.c
Commit message (Collapse)AuthorAgeFilesLines
* remove __Pimp2002-03-221-1/+1
|
* Style improvements recommended by Bruce as a follow up to somedwmalone2001-12-101-5/+6
| | | | | | | | of the recent WARNS commits. The idea is: 1) FreeBSD id tags should follow vendor tags. 2) Vendor tags should not be compiled (though copyrights probably should). 3) There should be no blank line between including cdefs and __FBSDIF.
* WARNS=2 fix, remove 'register' and use __FBSDID().markm2001-12-021-9/+9
|
* Don't attempt to parse %cache2001-03-211-11/+20
|
* Spellingcharnier2001-02-061-8/+3
| | | | Remove unused #includes
* Backout previous commit.asmodai2000-07-121-1/+1
| | | | (Mental note: don't forget -rRELENG_4 next time.)
* MFC: fix some output cosmetics so that the finger -s output is properlyasmodai2000-07-121-1/+1
| | | | lined up
* Fix finger -s output on an user who never logged in.asmodai2000-07-111-1/+1
| | | | | | | | This is purely a cosmetic patch. PR: 9809 Submitted by: se Nagged about: nrahlstr
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Add rcsid, usage(). Silent -Wall. Use warn(3).charnier1997-07-021-0/+5
|
* Merge from Lite2peter1997-03-111-3/+6
|
* Adjust line to not overflow 80 cols (result of recent utmp changes)ache1996-12-051-8/+8
|
* Reverse out some of the previous commit I did, which shortened thepeter1995-10-101-8/+11
| | | | | | | | | | | | finger output from 80 to 79 characters to stop the syscons every-second-line-is-blank problem. Also, redo the TTY column mod so that it steals one of the (usually) two blank spaces from the before the tty column rather than from the office phone number. This means the office phone field width in the short finger is back to 15 characters instead of 13.
* Increase the tty column width from 2 to 3 characters.peter1995-09-041-5/+5
| | | | | | | | This gives us more room to breath with tty names, especially with drivers that support large numbers of ports.. eg: specialix and digiboard. This does not actually change the current tty names, it just allows room for reporting more characters if the drivers use them.
* Replace asctime/ctime by strftime %c to use national representationache1995-08-081-2/+2
|
* Delete bogus referneces to timezone code internal header file `tzfile.h',wollman1995-08-071-1/+3
| | | | which is no longer bogusly installed in /usr/include.
* Make finger(1) accept "cua" to be also a tty, and use the suffix insteadjoerg1995-03-251-2/+3
| | | | of the very meaningful string "cu" to describe the tty.
* Install Luke's enhancements for finger.pst1994-09-071-8/+20
| | | | | | | | | | By default, behave like the old ugly 4.4bsd finger and print office information instead of remote login information. It's an easy one line fix to make it behave like most other vendor's fingers if we decide to change the default. Reviewed by: pst
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+148
OpenPOWER on IntegriCloud