From owner-cvs-all@FreeBSD.ORG Sun Aug 8 17:20:24 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5402516A4CE; Sun, 8 Aug 2004 17:20:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 363E243D2F; Sun, 8 Aug 2004 17:20:24 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i78HKOpl018140; Sun, 8 Aug 2004 17:20:24 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i78HKOvH018139; Sun, 8 Aug 2004 17:20:24 GMT (envelope-from kientzle) Message-Id: <200408081720.i78HKOvH018139@repoman.freebsd.org> From: Tim Kientzle Date: Sun, 8 Aug 2004 17:20:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/tar Makefile bsdtar.1 bsdtar.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Aug 2004 17:20:24 -0000 kientzle 2004-08-08 17:20:24 UTC FreeBSD src repository Modified files: usr.bin/tar Makefile bsdtar.1 bsdtar.c Log: gtar uses -F for another purpose, so bsdtar no longer treats it as a synonym for --format. Update the man page to reflect this. While I'm here, change the man page to document "tar" rather than "bsdtar," update some comments about -l compatibility and fix a few grammar nits. Revision Changes Path 1.11 +1 -1 src/usr.bin/tar/Makefile 1.20 +13 -16 src/usr.bin/tar/bsdtar.1 1.51 +4 -3 src/usr.bin/tar/bsdtar.c