From owner-freebsd-doc Fri Sep 4 05:50:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA16735 for freebsd-doc-outgoing; Fri, 4 Sep 1998 05:50:08 -0700 (PDT) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA16728 for ; Fri, 4 Sep 1998 05:50:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA07996; Fri, 4 Sep 1998 05:50:01 -0700 (PDT) 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 ; 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 ; 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 Reply-To: horikawa@jp.freebsd.org To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: docs/7833: awk.1 contains typos. Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7833 >Category: docs >Synopsis: awk.1 contains typos. >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Fri Sep 4 05:50:01 PDT 1998 >Last-Modified: >Originator: Kazuo Horikawa >Organization: jpman project, Japan FreeBSD users group. >Release: FreeBSD 2.2.5-RELEASE i386 >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 >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message