From owner-cvs-src@FreeBSD.ORG Sun Aug 24 13:48:03 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 85C481065697; Sun, 24 Aug 2008 13:48:01 +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 E04038FC0C; Sun, 24 Aug 2008 13:48:00 +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 m7ODm095003190; Sun, 24 Aug 2008 13:48:00 GMT (envelope-from yar@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m7ODm0mT003189; Sun, 24 Aug 2008 13:48:00 GMT (envelope-from yar@repoman.freebsd.org) Message-Id: <200808241348.m7ODm0mT003189@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yar@repoman.freebsd.org using -f From: Yar Tikhiy Date: Sun, 24 Aug 2008 13:47:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/sed sed.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Aug 2008 13:48:03 -0000 yar 2008-08-24 13:47:53 UTC FreeBSD src repository Modified files: usr.bin/sed sed.1 Log: SVN rev 182107 on 2008-08-24 13:47:53Z by yar 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. Checked with: IEEE Std 1003.1, 2004 Edition MFC after: 3 days Revision Changes Path 1.47 +11 -4 src/usr.bin/sed/sed.1