freebsd-dev/usr.bin/rup
Bill Paul f7e522bcd5 Rup uses tm_yday in its uptime printout, but ignores tm_year. This means
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. :)
1995-11-19 05:33:30 +00:00
..
Makefile rup from FreeBSD 1.1.5.1 1994-08-28 15:01:31 +00:00
rup.1 Fixed a typo. Seems this manual page has stemmed from the rwall 1994-11-18 21:37:40 +00:00
rup.c Rup uses tm_yday in its uptime printout, but ignores tm_year. This means 1995-11-19 05:33:30 +00:00