Thu Feb 23 21:54:28 2012 UTC ()
The 'lstart' column uses strftime %c, not %C. Noted by mrg.


(dholland)
diff -r1.95 -r1.96 src/bin/ps/ps.1

cvs diff -r1.95 -r1.96 src/bin/ps/ps.1 (expand / switch to unified diff)

--- src/bin/ps/ps.1 2012/01/27 05:59:17 1.95
+++ src/bin/ps/ps.1 2012/02/23 21:54:28 1.96
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: ps.1,v 1.95 2012/01/27 05:59:17 dholland Exp $ 1.\" $NetBSD: ps.1,v 1.96 2012/02/23 21:54:28 dholland Exp $
2.\" 2.\"
3.\" Copyright (c) 1980, 1990, 1991, 1993, 1994 3.\" Copyright (c) 1980, 1990, 1991, 1993, 1994
4.\" The Regents of the University of California. All rights reserved. 4.\" The Regents of the University of California. All rights reserved.
5.\" 5.\"
6.\" Redistribution and use in source and binary forms, with or without 6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions 7.\" modification, are permitted provided that the following conditions
8.\" are met: 8.\" are met:
9.\" 1. Redistributions of source code must retain the above copyright 9.\" 1. Redistributions of source code must retain the above copyright
10.\" notice, this list of conditions and the following disclaimer. 10.\" notice, this list of conditions and the following disclaimer.
11.\" 2. Redistributions in binary form must reproduce the above copyright 11.\" 2. Redistributions in binary form must reproduce the above copyright
12.\" notice, this list of conditions and the following disclaimer in the 12.\" notice, this list of conditions and the following disclaimer in the
13.\" documentation and/or other materials provided with the distribution. 13.\" documentation and/or other materials provided with the distribution.
14.\" 3. Neither the name of the University nor the names of its contributors 14.\" 3. Neither the name of the University nor the names of its contributors
@@ -19,27 +19,27 @@ @@ -19,27 +19,27 @@
19.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 19.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
20.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 20.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
21.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 21.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
22.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 22.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
23.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 23.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
24.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 24.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 25.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 26.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
27.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 27.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
28.\" SUCH DAMAGE. 28.\" SUCH DAMAGE.
29.\" 29.\"
30.\" @(#)ps.1 8.3 (Berkeley) 4/18/94 30.\" @(#)ps.1 8.3 (Berkeley) 4/18/94
31.\" 31.\"
32.Dd October 22, 2009 32.Dd February 23, 2012
33.Dt PS 1 33.Dt PS 1
34.Os 34.Os
35.Sh NAME 35.Sh NAME
36.Nm ps 36.Nm ps
37.Nd process status 37.Nd process status
38.Sh SYNOPSIS 38.Sh SYNOPSIS
39.Nm 39.Nm
40.Op Fl AaCcehjlmrSsTuvwx 40.Op Fl AaCcehjlmrSsTuvwx
41.Op Fl k Ar key 41.Op Fl k Ar key
42.Op Fl M Ar core 42.Op Fl M Ar core
43.Op Fl N Ar system 43.Op Fl N Ar system
44.Op Fl O Ar fmt 44.Op Fl O Ar fmt
45.Op Fl o Ar fmt 45.Op Fl o Ar fmt
@@ -303,27 +303,27 @@ the include file @@ -303,27 +303,27 @@ the include file
303.It Dv "P_OWEUPC" Ta No "0x00008000 owe process an addupc() call at next ast" 303.It Dv "P_OWEUPC" Ta No "0x00008000 owe process an addupc() call at next ast"
304.\" the routine addupc is not documented in the man pages 304.\" the routine addupc is not documented in the man pages
305.It Dv "P_FSTRACE" Ta No "0x00010000 tracing via file system" 305.It Dv "P_FSTRACE" Ta No "0x00010000 tracing via file system"
306.It Dv "P_NOCLDWAIT" Ta No "0x00020000 no zombies when children die" 306.It Dv "P_NOCLDWAIT" Ta No "0x00020000 no zombies when children die"
307.It Dv "P_32" Ta No "0x00040000 32-bit process (used on 64-bit kernels)" 307.It Dv "P_32" Ta No "0x00040000 32-bit process (used on 64-bit kernels)"
308.It Dv "P_BIGLOCK" Ta No "0x00080000 process needs kernel ``big lock'' to run" 308.It Dv "P_BIGLOCK" Ta No "0x00080000 process needs kernel ``big lock'' to run"
309.It Dv "P_INEXEC" Ta No "0x00100000 process is exec'ing and cannot be traced" 309.It Dv "P_INEXEC" Ta No "0x00100000 process is exec'ing and cannot be traced"
310.El 310.El
311.It Ar lim 311.It Ar lim
312The soft limit on memory used, specified via a call to 312The soft limit on memory used, specified via a call to
313.Xr setrlimit 2 . 313.Xr setrlimit 2 .
314.It Ar lstart 314.It Ar lstart
315The exact time the command started, using the 315The exact time the command started, using the
316.Dq \&%C 316.Dq \&%c
317format described in 317format described in
318.Xr strftime 3 . 318.Xr strftime 3 .
319.It Ar nice 319.It Ar nice
320The process scheduling increment (see 320The process scheduling increment (see
321.Xr setpriority 2 ) . 321.Xr setpriority 2 ) .
322.It Ar rss 322.It Ar rss
323the real memory (resident set) size of the process (in 1024 byte units). 323the real memory (resident set) size of the process (in 1024 byte units).
324.It Ar start 324.It Ar start
325The time the command started. 325The time the command started.
326If the command started less than 24 hours ago, the start time is 326If the command started less than 24 hours ago, the start time is
327displayed using the 327displayed using the
328.Dq %l:%M%p 328.Dq %l:%M%p
329format described in 329format described in