summaryrefslogtreecommitdiff
path: root/uptime.1
Commit message (Collapse)AuthorAgeFilesLines
* docs: Fix typos in slabtop.1, sysctl.8 and uptime.1Yuri Chornoivan2014-09-161-1/+1
|
* Merge commit 'refs/merge-requests/2' of git://gitorious.org/procps/procps ↵Craig Small2013-09-111-0/+3
|\ | | | | | | | | | | | | into merge-requests/2 Conflicts: uptime.c
| * Add -p|--pretty option to uptime(1) for pretty output.David Cantrell2012-02-221-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds the -p option to the uptime(1) command, which changes the uptime displayed from something like: 10:35:52 up 2:33, 1 user, load average: 1.69, 1.65, 1.63 to: up 2 hours, 33 minutes I originally implemented this as the up(1) program about 14 years ago. In 2008 or 2009, I created a patch for procps to add this functionality to uptime and submitted it to the project. Never heard from the project and no new releases of procps had been made. Then I found out about this project and decided to port my patch to it. So here it is. This is really just for fun. There is no real technical reason to have this functionality. But even now, 14 years later, I still get emails asking where the source code for up is. So I thought it would be nice for the uptime command on Linux to sport the up functionality by default.
* | uptime: add since optionFrank Fesevur2012-12-261-1/+4
| | | | | | | | | | | | | | | | The --since or -s option will show the time since the host was online. Reference(s): http://www.freelists.org/post/procps/Patch-Added-since-option-to-uptime Signed-off-by: Craig Small <csmall@enc.com.au>
* | docs: fix manual page warningsSami Kerola2012-04-161-3/+3
|/ | | | | | | | | | | | | | All warnings where about unnecessary quoting. The scriptlet below will tell what was wrong. for I in ./top/top.1 ./ps/ps.1 ./*.[0-9]; do echo "== $I warnings ==" man --warnings=all $I > /dev/null done This should probably be turned to 'make check' script. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* misc: trailing space/tab cleanup following rebaseJim Warner2011-12-201-1/+1
|
* docs: mention long options in man uptime.1Sami Kerola2011-12-201-23/+34
| | | | | | The commit includes few generic manual clean ups as well. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* name change: procps -> procps-ngSami Kerola2011-06-041-1/+1
| | | | Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* Manual pages fixesJan Görig2011-02-231-5/+18
| | | | | | Taken from Debian with small changes added Authors: Craig Small <csmall@debian.org>, Brendan O'Dea <bod@debian.org>
* crossed the Rubicon, and no, it wasn't funalbert2002-10-061-1/+1
|
* procps 010114csmall2002-02-011-0/+34