aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/rup
Commit message (Collapse)AuthorAgeFilesLines
* The .Nm utilityPhilippe Charnier2002-06-211-4/+6
| | | | Notes: svn path=/stable/4/; revision=98564
* MFC: markup and misc fixes.Ruslan Ermilov2001-08-161-2/+2
| | | | | | | Approved by: re Notes: svn path=/stable/4/; revision=81777
* MFC: remove whitespace at EOL.Dima Dorfman2001-07-221-2/+2
| | | | Notes: svn path=/stable/4/; revision=80147
* MFC:Mike Heffner2001-07-021-0/+2
| | | | | | | | | | | | | | 1.10 src/usr.bin/rusers/rusers.c style(9) cleanup 1.11 src/usr.bin/rusers/rusers.c 1.14 src/usr.bin/rup/rup.c Call clnt_destroy() Notes: svn path=/stable/4/; revision=79114
* MFC: recent mdoc(7) fixes.Dima Dorfman2001-04-261-1/+1
| | | | Notes: svn path=/stable/4/; revision=75996
* MFC: MAN[1-9] -> MAN.Ruslan Ermilov2001-04-251-1/+0
| | | | Notes: svn path=/stable/4/; revision=75957
* MFC: r1.12: remove extraneous externKris Kennaway2001-03-041-1/+0
| | | | Notes: svn path=/stable/4/; revision=73481
* MFC: Prepare for mdoc(7)NG.Ruslan Ermilov2001-01-161-1/+1
| | | | Notes: svn path=/stable/4/; revision=71105
* MFC: recent mdoc(7) fixes.Ruslan Ermilov2000-12-081-1/+1
| | | | Notes: svn path=/stable/4/; revision=69768
* MFC: Add DIAGNOSTICS section name and other doc fixes.Paul Saab2000-06-301-2/+3
| | | | Notes: svn path=/stable/4/; revision=62277
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
| | | | Notes: svn path=/head/; revision=50477
* PR: bin/6193Daniel O'Callaghan1998-04-011-2/+2
| | | | | | | | Submitted by: Max Euston <meuston@jmrodgers.com> Make times between 0000-0059 and 1200-1259 show as 12:xx, not 0:xx Notes: svn path=/head/; revision=34993
* Silence a warning with a cast.Jordan K. Hubbard1997-09-151-2/+2
| | | | Notes: svn path=/head/; revision=29468
* Use err(3), so eliminate use of `argv0'.Philippe Charnier1997-08-072-27/+24
| | | | Notes: svn path=/head/; revision=27955
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-223-3/+3
| | | | Notes: svn path=/head/; revision=23012
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-143-3/+3
| | | | | | | | | | | 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
* Fix bug found by newly visible prototypes in rpc. The code was passingPeter Wemm1996-12-301-2/+5
| | | | | | | an in to a function instead of a "struct timeval". Notes: svn path=/head/; revision=21093
* Fix a bunch of spelling errors in a bunch of man pages.Mike Pritchard1996-01-301-2/+2
| | | | Notes: svn path=/head/; revision=13744
* Amend my fix a bit. My way failed to take leap years into account. TheBill Paul1995-11-211-11/+4
| | | | | | | | | | simplest thing is to just calculate the days using curtime - boottime / 86400. The modification for this is less obtrusive anyway. Suggested by: Bill Fenner <fenner@parc.xerox.com> Notes: svn path=/head/; revision=12445
* Rup uses tm_yday in its uptime printout, but ignores tm_year. This meansBill Paul1995-11-191-3/+11
| | | | | | | | | | | that if you do an rup on a machine that's been running longer than a year, you get the wrong day count. Now we factor in 365 * (curtime.tm_year - boottime.tm_year) to get the correct value. (I noticed this while running rup on a SunOS machine I have that's been up 525 days. My FreeBSD machines all said it had only been up for 160 (525-365) days. :) Notes: svn path=/head/; revision=12384
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-6/+6
| | | | Notes: svn path=/head/; revision=8874
* Fixed a typo. Seems this manual page has stemmed from the rwallAndreas Schulz1994-11-181-2/+2
| | | | | | | man page :-). Notes: svn path=/head/; revision=4654
* rup from FreeBSD 1.1.5.1Geoff Rehmet1994-08-283-0/+330
Reviewed by: Geoff Submitted by: John Brezak Notes: svn path=/cvs2svn/branches/FBSD_1/; revision=2343