Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Aug 2008 13:47:53 +0000 (UTC)
From:      Yar Tikhiy <yar@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/sed sed.1
Message-ID:  <200808241348.m7ODm0mT003189@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808241348.m7ODm0mT003189>