~apw/procps/kernel-version-fix

« back to all changes in this revision

Viewing changes to .pc/uptime.1.patch/uptime.1

  • Committer: Bazaar Package Importer
  • Author(s): Kees Cook
  • Date: 2010-06-08 11:45:44 UTC
  • mfrom: (2.1.12 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100608114544-9jyvbwg9txv7tntb
Tags: 1:3.2.8-9ubuntu1
* Merge with Debian unstable; remaining changes:
  - debian/rules (Ubuntu-specific):
    - use upstart for init script.
    - install sysctl files from new sysctl.d directory.
  - debian/sysctl.d (Ubuntu-specific):
    - 10-console-messages.conf: stop low-level kernel messages on console.
    - 10-network-security.conf: enable rp_filter and SYN-flood protection.
    - 10-keyboard.conf.powerpc: mouse button emulation on PowerPC.
    - 10-zeropage.conf: safe mmap_min_addr value for graceful fall-back.
    - README: describe how this directory is supposed to work.
  - debian/upstart, debian/postinst (Ubuntu-specific):
    - upstart configuration to replace old style sysv init script.
* Fixed upstream: debian/patches/60_linux_version_init.dpatch
* Added debian/sysctl.d/10-ptrace.conf: describe new PTRACE setting.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.\"             -*-Nroff-*-
 
2
.\"
 
3
.TH UPTIME 1 "26 Jan 1993" "Cohesive Systems" "Linux User's Manual"
 
4
.SH NAME
 
5
uptime \- Tell how long the system has been running.
 
6
.SH SYNOPSIS
 
7
.B uptime
 
8
.br
 
9
.BR uptime " [" "\-V" ]
 
10
.SH DESCRIPTION
 
11
.B uptime
 
12
gives a one line display of the following information.
 
13
The current time,
 
14
how long the system has been running,
 
15
how many users are currently logged on,
 
16
and the system load averages for the past 1, 5, and 15 minutes.
 
17
.sp
 
18
This is the same information contained in the header line displayed by 
 
19
.BR w (1).
 
20
.SH FILES
 
21
.IR /var/run/utmp "     information about who is currently logged on"
 
22
.br
 
23
.IR /proc "     process information"
 
24
.SH AUTHORS
 
25
.B uptime
 
26
was written by Larry Greenfield <greenfie@gauss.rutgers.edu> and
 
27
Michael K. Johnson <johnsonm@sunsite.unc.edu>.
 
28
 
 
29
Please send bug reports to <albert@users.sf.net>
 
30
.SH "SEE ALSO"
 
31
.BR ps (1),
 
32
.BR top (1),
 
33
.BR utmp (5),
 
34
.BR w (1)