From owner-freebsd-doc Fri Aug 16 16:30:10 2002 Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE7CC37B400 for ; Fri, 16 Aug 2002 16:30:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2373843E72 for ; Fri, 16 Aug 2002 16:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7GNU1JU095528 for ; Fri, 16 Aug 2002 16:30:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7GNU1fp095527; Fri, 16 Aug 2002 16:30:01 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F80D37B400 for ; Fri, 16 Aug 2002 16:25:34 -0700 (PDT) Received: from smtp.web.de (smtp01.web.de [194.45.170.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD8AA43E72 for ; Fri, 16 Aug 2002 16:25:33 -0700 (PDT) (envelope-from osgene@web.de) Received: from [217.229.50.160] (helo=badger.home) by smtp.web.de with esmtp (WEB.DE(Exim) 4.75 #2) id 17fqTE-0007C4-00 for FreeBSD-gnats-submit@freebsd.org; Sat, 17 Aug 2002 01:25:32 +0200 Received: (from gene@localhost) by badger.home (8.12.5/8.12.5) id g7GNPU7D000871; Sat, 17 Aug 2002 01:25:30 +0200 (CEST) (envelope-from gene) Message-Id: <200208162325.g7GNPU7D000871@badger.home> Date: Sat, 17 Aug 2002 01:25:30 +0200 (CEST) From: osgene@web.de Reply-To: osgene@web.de To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: docs/41728: a typo in grep.1 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41728 >Category: docs >Synopsis: a typo in grep.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Fri Aug 16 16:30:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Eugene Ossintsev >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD localhost 4.6-STABLE FreeBSD 4.6-STABLE #0: Fri Aug 16 23:23:03 CEST 2002 root@localhost:/usr/obj/usr/src/sys/BADGER i386 >Description: man grep says that \W is a synonym for [^[:alnum]]. It must imply, of course, [^[:alnum:]] . >How-To-Repeat: man grep >Fix: The patch below. --- /usr/src/gnu/usr.bin/grep/grep.1.orig Sat Aug 17 01:11:44 2002 +++ /usr/src/gnu/usr.bin/grep/grep.1 Sat Aug 17 01:14:29 2002 @@ -422,7 +422,7 @@ and .B \eW is a synonym for -.BR [^[:alnum]] . +.BR [^[:alnum:]] . .PP The caret .B ^ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message