Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 May 2020 09:18:20 +0000
From:      bugzilla-noreply@freebsd.org
To:        doc@FreeBSD.org
Subject:   [Bug 240556] Synopsis in sed(1) is wrong
Message-ID:  <bug-240556-9-ogCksgWmhg@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-240556-9@https.bugs.freebsd.org/bugzilla/>
References:  <bug-240556-9@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D240556

--- Comment #1 from commit-hook@freebsd.org ---
A commit references this bug:

Author: bcr
Date: Tue May 19 09:17:21 UTC 2020
New revision: 361248
URL: https://svnweb.freebsd.org/changeset/base/361248

Log:
  Update SYNOPSIS section to be consistent regarding -u, -i, and -I.

  Apparently, when the -u, -i and -I options where added to sed(1), it was
  forgotten to add them to both lines in the SYNOPSIS section. They were on=
ly
  added to the second line, although they apply to both.

  With the updated SYNOPSIS, it is now allowed (and consistent) to run:

  sed -i BAK s/foo/bar/g some_file

  PR:           240556
  Submitted by: Oliver Fromme
  MFC after:    5 days

Changes:
  head/usr.bin/sed/sed.1

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-240556-9-ogCksgWmhg>