Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Nov 1999 02:07:26 -0600
From:      Chris Costello <chris@calldei.com>
To:        Wolfram Schneider <wosch@FreeBSD.ORG>
Cc:        freebsd-doc@FreeBSD.ORG
Subject:   Re: webupdate failed on hub.freebsd.org
Message-ID:  <19991129020725.B2233@holly.calldei.com>
In-Reply-To: <19991129080036.7AD2F14DE8@hub.freebsd.org>
References:  <19991129080036.7AD2F14DE8@hub.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Nov 29, 1999, Wolfram Schneider wrote:
> sed -e 's/<!ENTITY date[ \t]*"$FreeBSD: www/en/web.mk,v 1.25 1999/11/28 22:32:38 kuriyama Exp $">/<!ENTITY date	"Last modified: \1">/' index.sgml | sgmlnorm -d  -c /usr/local/share/sgml/html/catalog > index.html

   The delimiter should be something different, perhaps '%', as
in

sed -e 's%<!ENTITY ...%...%g'

-- 
|Chris Costello <chris@calldei.com>
|The programmer's national anthem is 'AAAAAAAAHHHHHHHH'.  -Weinberg, p.152
`-------------------------------------------------------------------------


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?19991129020725.B2233>