From owner-freebsd-bugs Fri Jun 8 23:10:10 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2A53C37B406 for ; Fri, 8 Jun 2001 23:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f596A1l21382; Fri, 8 Jun 2001 23:10:01 -0700 (PDT) (envelope-from gnats) Received: from mail.noos.fr (racine.noos.net [212.198.2.71]) by hub.freebsd.org (Postfix) with ESMTP id 93A1537B405 for ; Fri, 8 Jun 2001 23:01:06 -0700 (PDT) (envelope-from root@gits.dyndns.org) Received: (qmail 36491730 invoked by uid 0); 9 Jun 2001 06:01:04 -0000 Received: from d081.dhcp212-198-228.noos.fr (HELO gits.dyndns.org) ([212.198.228.81]) (envelope-sender ) by racine.noos.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 9 Jun 2001 06:01:04 -0000 Received: (from root@localhost) by gits.dyndns.org (8.11.3/8.11.3) id f59612o96801; Sat, 9 Jun 2001 08:01:03 +0200 (CEST) (envelope-from root) Message-Id: <200106090601.f59612o96801@gits.dyndns.org> Date: Sat, 9 Jun 2001 08:01:03 +0200 (CEST) From: Cyrille Lefevre Reply-To: clefevre@redirect.to To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: bin/27986: date usage string is missing -j Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27986 >Category: bin >Synopsis: date usage string is missing -j >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jun 08 23:10:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Cyrille Lefevre >Release: FreeBSD 4.3-STABLE i386 >Organization: ACME >Environment: System: FreeBSD gits 4.3-STABLE FreeBSD 4.3-STABLE #26: Wed May 23 12:46:38 CEST 2001 root@gits:/disk2/4.x-stable/src/sys/compile/CUSTOM i386 >Description: all is in the subject. >How-To-Repeat: man date date -? >Fix: Index: date.c =================================================================== RCS file: /home/ncvs/src/bin/date/date.c,v retrieving revision 1.32.2.4 diff -u -r1.32.2.4 date.c --- date.c 2001/05/20 11:45:36 1.32.2.4 +++ date.c 2001/06/09 05:57:36 @@ -303,7 +303,7 @@ usage() { (void)fprintf(stderr, "%s\n%s\n", - "usage: date [-nu] [-d dst] [-r seconds] [-t west] " + "usage: date [-jnu] [-d dst] [-r seconds] [-t west] " "[-v[+|-]val[ymwdHMS]] ... ", " " "[-f fmt date | [[[[[cc]yy]mm]dd]HH]MM[.ss]] [+format]"); >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message