<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/bin/pkill/pkill.1, branch stable/14</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=stable%2F14</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=stable%2F14'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2025-07-21T02:12:28Z</updated>
<entry>
<title>pkill: better document ancestor-hiding</title>
<updated>2025-07-21T02:12:28Z</updated>
<author>
<name>Kyle Evans</name>
<email>kevans@FreeBSD.org</email>
</author>
<published>2025-06-24T14:49:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4354f62149b23feb7de04f73c46abc13eb34d63b'/>
<id>urn:sha1:4354f62149b23feb7de04f73c46abc13eb34d63b</id>
<content type='text'>
More prominently note that we'll hide ancestors in the first two
paragraphs that provide an overview of pkill/pgrep.  It also seems
worth noting in the description of -a that we won't ever unhide the
pgrep/pkill command itself, as mypid is skipped in all process iteration
by way of PSKIP().

Reviewed by:	allanjude, des
Sponsored by:	Klara, Inc.

(cherry picked from commit 88a2d48d39d9845e36c8e95a9204001b11e7257e)
</content>
</entry>
<entry>
<title>Remove $FreeBSD$: two-line nroff pattern</title>
<updated>2023-08-16T17:55:10Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2023-08-16T17:55:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=fa9896e082a1046ff4fbc75fcba4d18d1f2efc19'/>
<id>urn:sha1:fa9896e082a1046ff4fbc75fcba4d18d1f2efc19</id>
<content type='text'>
Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
</content>
</entry>
<entry>
<title>pkill(1): Add EXAMPLES section to man page</title>
<updated>2020-10-05T13:52:31Z</updated>
<author>
<name>Fernando Apesteguía</name>
<email>fernape@FreeBSD.org</email>
</author>
<published>2020-10-05T13:52:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3d17b350e5c949d0d5a42aa907034a2a22f7312b'/>
<id>urn:sha1:3d17b350e5c949d0d5a42aa907034a2a22f7312b</id>
<content type='text'>
Add a dozen of examples to the EXAMPLES section for pgrep(1) and pkill(1).

Flags covered: -f, -F, -n, -j, -l, -S, -x

Approved by:	mandoc (bcr@)
Differential Revision:	pkill(1): Add EXAMPLES section to man page
</content>
</entry>
<entry>
<title>Clarify that /dev/kmem is not used.</title>
<updated>2018-12-03T20:01:51Z</updated>
<author>
<name>Sevan Janiyan</name>
<email>sevan@FreeBSD.org</email>
</author>
<published>2018-12-03T20:01:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d7a570379bf550dcbfb86024ca3d752b2db4a038'/>
<id>urn:sha1:d7a570379bf550dcbfb86024ca3d752b2db4a038</id>
<content type='text'>
Move cross ref to right place while here.

Submitted by:	kib
MFC after:	7 days
</content>
</entry>
<entry>
<title>Note these tools use kvm(3) and not procfs as in Solaris.</title>
<updated>2018-12-03T18:00:46Z</updated>
<author>
<name>Sevan Janiyan</name>
<email>sevan@FreeBSD.org</email>
</author>
<published>2018-12-03T18:00:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=958805925657cbe14c0f1c72039f4681551edf99'/>
<id>urn:sha1:958805925657cbe14c0f1c72039f4681551edf99</id>
<content type='text'>
Obtained from:	NetBSD
MFC after:	7 days
</content>
</entry>
<entry>
<title>Clarify that patterns are extended regular expressions in pkill(1) manual page.</title>
<updated>2018-12-01T05:58:33Z</updated>
<author>
<name>Guangyuan Yang</name>
<email>ygy@FreeBSD.org</email>
</author>
<published>2018-12-01T05:58:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e4c7371cefb3d80286e05d1fdf24f35fc607b4bb'/>
<id>urn:sha1:e4c7371cefb3d80286e05d1fdf24f35fc607b4bb</id>
<content type='text'>
PR:		231060
Submitted by:	naddy
MFC after:	3 days
</content>
</entry>
<entry>
<title>Clarify -q is only for pgrep.</title>
<updated>2017-06-05T16:00:10Z</updated>
<author>
<name>Bryan Drewery</name>
<email>bdrewery@FreeBSD.org</email>
</author>
<published>2017-06-05T16:00:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=231ad771d9939b8c70c34d56deb8c8718a91ca78'/>
<id>urn:sha1:231ad771d9939b8c70c34d56deb8c8718a91ca78</id>
<content type='text'>
MFC after:	3 days
Sponsored by:	Dell EMC Isilon
</content>
</entry>
<entry>
<title>Make pkill/pgrep -j ARG take jname, not just jid.</title>
<updated>2015-08-22T05:04:36Z</updated>
<author>
<name>Jamie Gritton</name>
<email>jamie@FreeBSD.org</email>
</author>
<published>2015-08-22T05:04:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c4f0631f19a17e8c00cfc6fd92241f27e6dfb818'/>
<id>urn:sha1:c4f0631f19a17e8c00cfc6fd92241f27e6dfb818</id>
<content type='text'>
PR:		201588
Submitted by:	Daniel Shahaf &lt;danielsh at apache.org&gt;
MFC after:	3 days
</content>
</entry>
<entry>
<title>use .Mt to mark up email addresses consistently (part1)</title>
<updated>2014-06-20T09:40:43Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2014-06-20T09:40:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=bd0891ceb33055537d889206b80a929c8c83f5ad'/>
<id>urn:sha1:bd0891ceb33055537d889206b80a929c8c83f5ad</id>
<content type='text'>
PR:		191174
Submitted by:	Franco Fichtner  &lt;franco@lastsummer.de&gt;
</content>
</entry>
<entry>
<title>Add -c flag to pgrep(1) and pkill(1), to match login classes.</title>
<updated>2013-08-09T08:38:51Z</updated>
<author>
<name>Edward Tomasz Napierala</name>
<email>trasz@FreeBSD.org</email>
</author>
<published>2013-08-09T08:38:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=cc55ad3d724e44a9ca80db40c7a9b3a08a1ce008'/>
<id>urn:sha1:cc55ad3d724e44a9ca80db40c7a9b3a08a1ce008</id>
<content type='text'>
MFC after:	1 month
</content>
</entry>
</feed>
