From owner-freebsd-doc Mon Feb 1 07:20:10 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA04378 for freebsd-doc-outgoing; Mon, 1 Feb 1999 07:20:10 -0800 (PST) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA04281 for ; Mon, 1 Feb 1999 07:20:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id HAA64738; Mon, 1 Feb 1999 07:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mail.yk.rim.or.jp (mail.yk.rim.or.jp [202.247.130.37]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA03717 for ; Mon, 1 Feb 1999 07:17:25 -0800 (PST) (envelope-from k-horik@yk.rim.or.jp) Received: from localhost (ppp417.yk.rim.or.jp [202.247.165.117]) by mail.yk.rim.or.jp (8.8.5/3.6W-RIMNET-98-06-09) with ESMTP id AAA05328 for ; Tue, 2 Feb 1999 00:17:23 +0900 (JST) Message-Id: <19990202001648S.k-horik@yk.rim.or.jp> Date: Tue, 02 Feb 1999 00:16:48 +0900 From: horikawa@jp.freebsd.org Reply-To: horikawa@jp.freebsd.org To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: docs/9859: isdnd.acct.5: DESCRIPTION and EXAMPLES are inconsistent. Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9859 >Category: docs >Synopsis: isdnd.acct.5: DESCRIPTION and EXAMPLES are inconsistent. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Mon Feb 1 07:20:02 PST 1999 >Closed-Date: >Last-Modified: >Originator: Kazuo Horikawa >Release: FreeBSD 2.2.7-RELEASE i386 >Organization: jpman Project, Japan FreeBSD Users Group >Environment: src/usr.sbin/i4b/isdnd/isdnd.acct.5 revision 1.2 (HEAD) revision 1.1 (RELENG_3) >Description: `man 5 isdnd.acct' shows: [snip] DESCRIPTION [snip] The general format of an accounting line is as follows: FROM - UNTIL NAME UNITS (SECONDS) (INBYTES/OUTBYTES) FROM is the time the connection was established in the format Day:Month:Year Hour:Minutes:seconds UNTIL is the time the connection was closed. The format is the same as described for FROM above. [snip] EXAMPLES This is a typical accounting line: 12.06.97 10:41:37 - 12.06.97 10:45:18 GROGGY 2 (65) (4711/1147) [snip] DESCRIPTION and EXAMPLES are inconsistent in the format for FROM and UNTIL. o If DESCRIPTION is correct, EXAMPLES should be: 12:06:97 10:41:37 - 12:06:97 10:45:18 GROGGY 2 (65) (4711/1147) o If EXAMPLES is correct, DESCRIPTION should be: FROM is the time the connection was established in the format Day.Month.Year Hour:Minutes:seconds I do not have testing environment, so I cannot determine which is correct. >How-To-Repeat: $ man 5 isdnd.acct >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message