From k-horik@yk.rim.or.jp  Fri Sep  4 05:40:09 1998
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 FAA16030
          for <FreeBSD-gnats-submit@freebsd.org>; Fri, 4 Sep 1998 05:40:07 -0700 (PDT)
          (envelope-from k-horik@yk.rim.or.jp)
Received: from localhost (ppp315.yk.rim.or.jp [202.247.165.15])
	by mail.yk.rim.or.jp (8.8.5/3.6W-RIMNET-98-06-09) with ESMTP id VAA01184
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 4 Sep 1998 21:39:00 +0900 (JST)
Message-Id: <19980904213832R.k-horik@yk.rim.or.jp>
Date: Fri, 04 Sep 1998 21:38:32 +0900
From: horikawa@jp.freebsd.org
Sender: Kazuo Horikawa <k-horik@yk.rim.or.jp>
Reply-To: horikawa@jp.freebsd.org
To: FreeBSD-gnats-submit@freebsd.org
Subject: awk.1 contains typos.
X-Send-Pr-Version: 3.2

>Number:         7833
>Category:       docs
>Synopsis:       awk.1 contains typos.
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep  4 05:50:01 PDT 1998
>Closed-Date:    Sat Apr 10 13:42:14 PDT 1999
>Last-Modified:  Sat Apr 10 13:42:28 PDT 1999
>Originator:     Kazuo Horikawa
>Release:        FreeBSD 2.2.5-RELEASE i386
>Organization:
jpman project, Japan FreeBSD users group.
>Environment:

	3.0-19980827-SNAP
	src/contrib/awk/doc/awk.1 revision 1.2

>Description:

	Manpage awk.1 has following typos.
	o "[[=e]]" should be "[[=e=]]".
	o Leading space before roff macro ".BR" should be removed.

	"% man 1 awk" shows:

       Equivalence Classes
              An  equivalence class is a locale-specific name for
              a list of characters that are equivalent. The  name
              is  enclosed in [= and =].  For example, the name e
              might be used to represent all  of  ``e,''  ``e`,''
              and  ``e`.''  In this case, [[=e]] is a regexp that
              matches any of
               .BR e ,
               .BR e' , or
               .BR e` .

>How-To-Repeat:

	% man 1 awk

>Fix:
	I suggest to apply following patch for
	src/contrib/awk/doc/awk.1 revision 1.2.

--- awk.1.orig	Fri Sep  4 21:35:07 1998
+++ awk.1	Fri Sep  4 21:35:20 1998
@@ -1213,13 +1213,13 @@
 might be used to represent all of
 ``e,'' ``e\`,'' and ``e\`.''
 In this case,
-.B [[=e]]
+.B [[=e=]]
 is a regexp
 that matches any of
- .BR e ,
- .BR e\' ,
+.BR e ,
+.BR e\' ,
 or
- .BR e\` .
+.BR e\` .
 .PP
 These features are very valuable in non-English speaking locales.
 The library functions that
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: nik 
State-Changed-When: Sat Apr 10 13:42:14 PDT 1999 
State-Changed-Why:  
Suggested fix applied, thanks. 
>Unformatted:
