Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Feb 1995 16:14:51 -0800
From:      Jean-Marc Zucconi <jmz>
To:        CVS-commiters, cvs-usrbin
Subject:   cvs commit: src/usr.bin/sed process.c
Message-ID:  <199502060014.QAA01544@freefall.cdrom.com>

next in thread | raw e-mail | index | archive | help
jmz         95/02/05 16:14:51

  Modified:    usr.bin/sed process.c
  Log:
  Correct a bug in the P function: according to 7th edition UNIX (tm), the
  newline must be part of the pattern space i.e. `echo a|sed -e P' must print
  a
  a
  and not
  aa
  This is consistent with gnu sed, SunOS, Ultrix (and probably others!)



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