Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Dec 2018 02:30:12 +0000 (UTC)
From:      Guangyuan Yang <ygy@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r341452 - stable/12/bin/pkill
Message-ID:  <201812040230.wB42UCos083543@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ygy (doc committer)
Date: Tue Dec  4 02:30:11 2018
New Revision: 341452
URL: https://svnweb.freebsd.org/changeset/base/341452

Log:
  MFC r341357:
  
  Clarify that patterns are extended regular expressions in pkill(1) manual page.
  
  PR:		231060
  Submitted by:	naddy

Modified:
  stable/12/bin/pkill/pkill.1
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/bin/pkill/pkill.1
==============================================================================
--- stable/12/bin/pkill/pkill.1	Tue Dec  4 00:41:12 2018	(r341451)
+++ stable/12/bin/pkill/pkill.1	Tue Dec  4 02:30:11 2018	(r341452)
@@ -29,7 +29,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd June 5, 2017
+.Dd December 1, 2018
 .Dt PKILL 1
 .Os
 .Sh NAME
@@ -221,7 +221,7 @@ This option is valid only when given as the first argu
 .Pp
 If any
 .Ar pattern
-operands are specified, they are used as regular expressions to match
+operands are specified, they are used as extended regular expressions to match
 the command name or full argument list of each process.
 If the
 .Fl f



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