Date: Sat, 17 Aug 2002 01:25:30 +0200 (CEST) From: osgene@web.de To: FreeBSD-gnats-submit@FreeBSD.org Subject: docs/41728: a typo in grep.1 Message-ID: <200208162325.g7GNPU7D000871@badger.home>
next in thread | raw e-mail | index | archive | help
>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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200208162325.g7GNPU7D000871>