From owner-freebsd-doc@FreeBSD.ORG Mon Aug 16 01:30:26 2004 Return-Path: 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 8CA0616A4CE for ; Mon, 16 Aug 2004 01:30:26 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63FEE43D2F for ; Mon, 16 Aug 2004 01:30:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i7G1UQsG060827 for ; Mon, 16 Aug 2004 01:30:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i7G1UQQi060825; Mon, 16 Aug 2004 01:30:26 GMT (envelope-from gnats) Resent-Date: Mon, 16 Aug 2004 01:30:26 GMT Resent-Message-Id: <200408160130.i7G1UQQi060825@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Marian Cerny Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECE4216A4CE for ; Mon, 16 Aug 2004 01:30:15 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id D37E743D2F for ; Mon, 16 Aug 2004 01:30:15 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.11/8.12.11) with ESMTP id i7G1UFN6086857 for ; Mon, 16 Aug 2004 01:30:15 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id i7G1UFid086856; Mon, 16 Aug 2004 01:30:15 GMT (envelope-from nobody) Message-Id: <200408160130.i7G1UFid086856@www.freebsd.org> Date: Mon, 16 Aug 2004 01:30:15 GMT From: Marian Cerny To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: docs/70506: re_format(7) contains many extra '=' X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Aug 2004 01:30:26 -0000 >Number: 70506 >Category: docs >Synopsis: re_format(7) contains many extra '=' >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: Mon Aug 16 01:30:26 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Marian Cerny >Release: FreeBSD 5.2.1 >Organization: >Environment: FreeBSD potvorka 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #2: Sat Aug 14 14:06:07 CEST 2004 majo@potvorka:/usr/src/sys/i386/compile/POTVORKA i386 >Description: The manual page for re_format(7) contains many extra equal signs ('='). I found them on this lines: > A (modern) RE is one= or more non-empty= branches, separated by `|'. It > A branch is one= or more pieces, concatenated. It matches a match for > A piece is an atom possibly followed by a single= `*', `+', `?', or > lowed by `}'. The integers must lie between 0 and RE_DUP_MAX (255=) > string)=, a bracket expression (see below), `.' (matching any single > ordinary character), a `\' followed by any other character= (matching > present=), or a single character with no other significance (matching > ordinary character, not the beginning of a bound=. It is illegal to end > any decimal digit. It is illegal= for two ranges to share an endpoint, > and `[xy]' are all synonymous. An equivalence class may not= be an end- > There are two special cases= of bracket expressions: the bracket expres- > No particular limit is imposed on the length of REs=. Programs intended > at the beginning of the RE or= the beginning of a parenthesized subex- > pression, `$' is an ordinary character except at the end of the RE or= On some lines it looks to me, it should be some special character. On others not. >How-To-Repeat: man 7 re_format >Fix: Just remove those '=' mentioned above. >Release-Note: >Audit-Trail: >Unformatted: