Print this page
2849 uptime should use locale settings for current time

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man1m/whodo.1m
          +++ new/usr/src/man/man1m/whodo.1m
   1    1  '\" te
        2 +.\" Copyright (c) 2013 Gary Mills
   2    3  .\" Copyright (c) 2001 Sun Microsystems, Inc. All Rights Reserved.
   3    4  .\" Copyright 1989 AT&T
   4    5  .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
   5    6  .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
   6    7  .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
   7      -.TH WHODO 1M "Jun 18, 2003"
        8 +.TH WHODO 1M "Dec 15, 2013"
   8    9  .SH NAME
   9   10  whodo \- who is doing what
  10   11  .SH SYNOPSIS
  11   12  .LP
  12   13  .nf
  13   14  \fB/usr/sbin/whodo\fR [\fB-h\fR] [\fB-l\fR] [\fIuser\fR]
  14   15  .fi
  15   16  
  16   17  .SH DESCRIPTION
  17   18  .sp
↓ open down ↓ 23 lines elided ↑ open up ↑
  41   42  Suppress the heading.
  42   43  .RE
  43   44  
  44   45  .sp
  45   46  .ne 2
  46   47  .na
  47   48  \fB\fB-l\fR\fR
  48   49  .ad
  49   50  .RS 6n
  50   51  Produce a long form of output. The fields displayed are: the user's login name,
  51      -the name of the tty the user is on, the time of day the user logged in (in
  52      -\fIhours\fR\fB:\fR\fIminutes\fR), the idle time \(em that is, the time since
  53      -the user last typed anything (in \fIhours\fR\fB:\fR\fIminutes\fR), the CPU time
  54      -used by all processes and their children on that terminal (in
  55      -\fIminutes\fR\fB:\fR\fIseconds\fR), the CPU time used by the currently active
  56      -processes (in \fIminutes\fR\fB:\fR\fIseconds\fR), and the name and arguments of
  57      -the current process.
       52 +the name of the tty the user is on, the time of day the user logged in
       53 +(in ISO time format, weekday name and \fIhours\fR\fB:\fR\fIminutes\fR,
       54 +or ISO date format),
       55 +the idle time \(em that is, the time since the user last typed anything
       56 +(in \fIhours\fR\fB:\fR\fIminutes\fR\fB:\fR\fIseconds\fR),
       57 +the CPU time used by all processes and their children on that terminal
       58 +(in \fIhours\fR\fB:\fR\fIminutes\fR\fB:\fR\fIseconds\fR),
       59 +the CPU time used by the currently active processes
       60 +(in \fIhours\fR\fB:\fR\fIminutes\fR\fB:\fR\fIseconds\fR),
       61 +and the name and arguments of the current process.
  58   62  .RE
  59   63  
  60   64  .SH EXAMPLES
  61   65  .LP
  62   66  \fBExample 1 \fRUsing the whodo Command
  63   67  .sp
  64   68  .LP
  65   69  The command:
  66   70  
  67   71  .sp
↓ open down ↓ 137 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX