Bug 3769 - strftime %C should be %c (lstart option)
Summary: strftime %C should be %c (lstart option)
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: bin (show other bugs)
Version: 2.2.1-RELEASE
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1997-06-03 21:50 UTC by John Prince
Modified: 1997-08-19 22:53 UTC (History)
0 users

See Also:


Attachments
file.diff (601 bytes, patch)
1997-06-03 21:50 UTC, John Prince
no flags Details | Diff
file.diff (601 bytes, patch)
1997-06-03 21:50 UTC, John Prince
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description John Prince 1997-06-03 21:50:01 UTC
	The ps function has an option lstart. The man page specifies
	that is uses the ``%C'' format described in strftime(3).
	This I believe to be in error since %C refers to century.
	The correct option should be ``%c''.

Fix: patch for print.c

patch for ps.man1
How-To-Repeat: 	ps -ax -o pid,lstart,command
Comment 1 jlemon freebsd_committer freebsd_triage 1997-08-19 22:53:05 UTC
State Changed
From-To: open->closed


Fixed, thanks!