Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/bin/ps The 'lstart' column uses strftime %c, not %C. Noted b...



details:   https://anonhg.NetBSD.org/src/rev/d22e4e90c422
branches:  trunk
changeset: 777579:d22e4e90c422
user:      dholland <dholland%NetBSD.org@localhost>
date:      Thu Feb 23 21:54:28 2012 +0000

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

diffstat:

 bin/ps/ps.1 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 5b88efb55150 -r d22e4e90c422 bin/ps/ps.1
--- a/bin/ps/ps.1       Thu Feb 23 21:41:23 2012 +0000
+++ b/bin/ps/ps.1       Thu Feb 23 21:54:28 2012 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index