From k-horik@mail.yk.rim.or.jp  Sun Feb 15 08:39:58 1998
Received: from mail.yk.rim.or.jp (root@mail.yk.rim.or.jp [202.247.130.37])
          by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA22758
          for <FreeBSD-gnats-submit@freebsd.org>; Sun, 15 Feb 1998 08:39:57 -0800 (PST)
          (envelope-from k-horik@mail.yk.rim.or.jp)
Received: from localhost (ppp073.yk.rim.or.jp [202.247.134.73]) by mail.yk.rim.or.jp (8.8.5/3.4Wbeta6-rim1.1) with ESMTP id BAA00885; Mon, 16 Feb 1998 01:39:54 +0900 (JST)
Message-Id: <199802151639.BAA00885@mail.yk.rim.or.jp>
Date: Mon, 16 Feb 1998 01:39:37 +0900
From: k-horik@yk.rim.or.jp
Sender: k-horik@mail.yk.rim.or.jp
Reply-To: k-horik@yk.rim.or.jp
To: FreeBSD-gnats-submit@freebsd.org
Subject: In tar.1, "'" at the begging of line should be escaped.
X-Send-Pr-Version: 3.2

>Number:         5754
>Category:       docs
>Synopsis:       In tar.1, "'" at the begging of line should be escaped.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    steve
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 15 08:40:07 PST 1998
>Closed-Date:    Sun Feb 15 09:05:51 PST 1998
>Last-Modified:  Sun Feb 15 09:06:21 PST 1998
>Originator:     Kazuo Horikawa
>Release:        FreeBSD 2.2.5-RELEASE i386
>Organization:
personal user
>Environment:

	.\"     $Id: tar.1,v 1.6.2.2 1998/02/04 06:53:59 danny Exp $
	and
	.\"     $Id: tar.1,v 1.12 1998/01/05 11:32:38 danny Exp $

>Description:

	The tar.1 manpage contains following lines in EXAMPLES:
	  Other possible time specifications are '02/09/97 13:15',
	  '1997-02-09 13:15', '13:15 9 Feb 1997', '9 Feb 1997 13:15', 
	  'Feb. 9, 1997 1:15pm', '09-Feb', '3 weeks ago' or 'May first Sunday'.
	  [snip]

	A line begins with "'" character is treated specially by
	troff, so
	  '1997-02-09 13:15', '13:15 9 Feb 1997', '9 Feb 1997 13:15', 
	and
	  'Feb. 9, 1997 1:15pm', '09-Feb', '3 weeks ago' or 'May first Sunday'.
	are not shown in formated tar.1 page.

	So, "'" characters which appear at the beggining of the line
	should be escaped by "\&".

>How-To-Repeat:

	% man 1 tar

>Fix:

--- tar.1.bak	Sun Feb 15 22:53:39 1998
+++ tar.1	Sun Feb 15 22:54:07 1998
@@ -368,8 +368,8 @@
 .Dl tar\ -c\ -f\ backup.tar\ --newer-mtime\ 'Feb\ 9\ 13:15\ 1997'\ srcdir/
 .Pp
 Other possible time specifications are '02/09/97 13:15',
-'1997-02-09 13:15', '13:15 9 Feb 1997', '9 Feb 1997 13:15', 
-'Feb. 9, 1997 1:15pm', '09-Feb', '3 weeks ago' or 'May first Sunday'.
+\&'1997-02-09 13:15', '13:15 9 Feb 1997', '9 Feb 1997 13:15', 
+\&'Feb. 9, 1997 1:15pm', '09-Feb', '3 weeks ago' or 'May first Sunday'.
 To specify the correct time zone use either e.g. `13:15 CEST' or `13:15+200'.
 
 .Sh ENVIRONMENT
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: steve 
State-Changed-When: Sun Feb 15 09:05:51 PST 1998 
State-Changed-Why:  
Suggested patch applied.  Thanks! 
>Unformatted:
