From owner-freebsd-questions@FreeBSD.ORG Wed Nov 18 16:25:27 2009 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 61BD31065670 for ; Wed, 18 Nov 2009 16:25:27 +0000 (UTC) (envelope-from brett@lariat.net) Received: from lariat.net (lariat.net [66.119.58.2]) by mx1.freebsd.org (Postfix) with ESMTP id D811A8FC0C for ; Wed, 18 Nov 2009 16:25:26 +0000 (UTC) Received: from anne-o1dpaayth1.lariat.net (IDENT:ppp1000.lariat.net@lariat.net [66.119.58.2]) by lariat.net (8.9.3/8.9.3) with ESMTP id JAA07745 for ; Wed, 18 Nov 2009 09:25:24 -0700 (MST) Message-Id: <200911181625.JAA07745@lariat.net> X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9 Date: Wed, 18 Nov 2009 09:24:47 -0700 To: questions@freebsd.org From: Brett Glass Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: Subject: Date/time formats in ps X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Nov 2009 16:25:27 -0000 I'm looking at the man page for the "ps" command -- specifically at the part involving the date and time format for the "start" output field -- and am scratching my head. It says that the default format string for the date and time when a task was started, if it was started within the past 24 hours, is "%l:ps.1p". But to me, it looks as if the correct format is "%l:%M%p". Is the man page wrong, or am I missing something here? --Brett Glass