From bobson@egg.ics.nitech.ac.jp  Mon Jun 23 22:53:25 1997
Received: from nitgw.mains.nitech.ac.jp (nitgw.elcom.nitech.ac.jp [133.68.21.192])
          by hub.freebsd.org (8.8.5/8.8.5) with SMTP id WAA24931
          for <FreeBSD-gnats-submit@freebsd.org>; Mon, 23 Jun 1997 22:53:18 -0700 (PDT)
Received: from ai-gw2.ics.nitech.ac.jp by nitgw.mains.nitech.ac.jp (8.6.5+2.3W/6.4JAIN)
	id OAA03964; Tue, 24 Jun 1997 14:52:51 +0900
Received: from egg.ics.nitech.ac.jp (egg [133.68.137.65]) by ai-gw2.ics.nitech.ac.jp (8.7.5+2.6Wbeta6/3.4Wbeta597061616) with ESMTP id OAA13024 for <FreeBSD-gnats-submit@freebsd.org>; Tue, 24 Jun 1997 14:52:49 +0900 (JST)
Received: from earth.ics.nitech.ac.jp (earth [133.68.136.64]) by egg.ics.nitech.ac.jp (8.8.5+2.7Wbeta5/3.5Wpl4) with ESMTP id OAA02521 for <FreeBSD-gnats-submit@freebsd.org>; Tue, 24 Jun 1997 14:50:55 +0900 (JST)
Received: (from root@localhost) by earth.ics.nitech.ac.jp (8.8.5+2.7Wbeta5/3.5Wpl4) id PAA05307; Tue, 24 Jun 1997 15:32:06 +0900 (JST)
Message-Id: <199706240632.PAA05307@earth.ics.nitech.ac.jp>
Date: Tue, 24 Jun 1997 15:32:06 +0900 (JST)
From: bobson@egg.ics.nitech.ac.jp
Reply-To: bobson@egg.ics.nitech.ac.jp
To: FreeBSD-gnats-submit@freebsd.org
Subject: Mistakes in tar.1
X-Send-Pr-Version: 3.2

>Number:         3943
>Category:       docs
>Synopsis:       A mistake of example in tar.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 23 23:00:03 PDT 1997
>Closed-Date:    Mon Jun 23 23:44:24 PDT 1997
>Last-Modified:  Mon Jun 23 23:45:11 PDT 1997
>Originator:     Nobuhiro Itou
>Release:        FreeBSD 2.2.2-RELEASE i386
>Organization:
Nagoya Institute of Technology
>Environment:

System: FreeBSD 2.2.2-RELEASE
Architecture: i386

>Description:

  The descriptions of example have a mistake in tar.1 which is a manual page.

>How-To-Repeat:

  diff -c original_manual fixed_manual

>Fix:

*** tar.1.orig	Tue Jun 24 14:48:49 1997
--- tar.1	Tue Jun 24 14:48:34 1997
***************
*** 321,327 ****
  .Pp
  To move file hierarchies, use a command line like this:
  .Bd -literal
! tar tar -cf - -C srcdir . | tar xpf - -C destdir
  .Ed
  .Pp
  To create a compressed archive on diskette, using gzip, use a command-line like
--- 321,327 ----
  .Pp
  To move file hierarchies, use a command line like this:
  .Bd -literal
! tar cf - -C srcdir . | tar xpf - -C destdir
  .Ed
  .Pp
  To create a compressed archive on diskette, using gzip, use a command-line like
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: max 
State-Changed-When: Mon Jun 23 23:44:24 PDT 1997 
State-Changed-Why:  
This has been already fixed in Rev.1.9 in -current and in Rev.1.6.2.1 in the 2.2 
branch. 
>Unformatted:
