From owner-cvs-all@FreeBSD.ORG Sun Aug 31 12:59:58 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 31E9410657CE; Sun, 31 Aug 2008 12:59:58 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 84CF28FC1C; Sun, 31 Aug 2008 12:59:56 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.2/8.14.2) with ESMTP id m7VCxu8N042470; Sun, 31 Aug 2008 12:59:56 GMT (envelope-from yar@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m7VCxuK7042469; Sun, 31 Aug 2008 12:59:56 GMT (envelope-from yar@repoman.freebsd.org) Message-Id: <200808311259.m7VCxuK7042469@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yar@repoman.freebsd.org using -f From: Yar Tikhiy Date: Sun, 31 Aug 2008 12:59:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/usr.bin/sed sed.1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Aug 2008 12:59:58 -0000 yar 2008-08-31 12:59:45 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) usr.bin/sed sed.1 Log: SVN rev 182536 on 2008-08-31 12:59:45Z by yar MFC r182107: Explicitly tell that one needs to start a context address with a backslash if he/she wants to use a non-traditional delimiter, i.e., anything other than a slash. That is, /abc/ works as is, but xabcx needs to be spelled as \xabcx. Add appropriate markup. Bump Dd. Revision Changes Path 1.46.2.1 +11 -4 src/usr.bin/sed/sed.1