Module Name:    src
Committed By:   dholland
Date:           Thu Feb 23 21:54:28 UTC 2012

Modified Files:
        src/bin/ps: ps.1

Log Message:
The 'lstart' column uses strftime %c, not %C. Noted by mrg.


To generate a diff of this commit:
cvs rdiff -u -r1.95 -r1.96 src/bin/ps/ps.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/bin/ps/ps.1
diff -u src/bin/ps/ps.1:1.95 src/bin/ps/ps.1:1.96
--- src/bin/ps/ps.1:1.95	Fri Jan 27 05:59:17 2012
+++ src/bin/ps/ps.1	Thu Feb 23 21:54:28 2012
@@ -1,4 +1,4 @@
-.\"	$NetBSD: ps.1,v 1.95 2012/01/27 05:59:17 dholland Exp $
+.\"	$NetBSD: ps.1,v 1.96 2012/02/23 21:54:28 dholland Exp $
 .\"
 .\" Copyright (c) 1980, 1990, 1991, 1993, 1994
 .\"	The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"     @(#)ps.1	8.3 (Berkeley) 4/18/94
 .\"
-.Dd October 22, 2009
+.Dd February 23, 2012
 .Dt PS 1
 .Os
 .Sh NAME
@@ -313,7 +313,7 @@ The soft limit on memory used, specified
 .Xr setrlimit 2 .
 .It Ar lstart
 The exact time the command started, using the
-.Dq \&%C
+.Dq \&%c
 format described in
 .Xr strftime 3 .
 .It Ar nice

Reply via email to