aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorGuangyuan Yang <ygy@FreeBSD.org>2018-12-04 02:30:11 +0000
committerGuangyuan Yang <ygy@FreeBSD.org>2018-12-04 02:30:11 +0000
commite2cbde74f7f72b1126124bb966e07e10439e935c (patch)
tree3bab0bb06c7e97ce2352b94b43a2c78793d9bb1b /bin
parentc2ca84fa2315520f40b837b6e626c33cf762e62e (diff)
downloadsrc-e2cbde74f7f72b1126124bb966e07e10439e935c.tar.gz
src-e2cbde74f7f72b1126124bb966e07e10439e935c.zip
MFC r341357:
Clarify that patterns are extended regular expressions in pkill(1) manual page. PR: 231060 Submitted by: naddy
Notes
Notes: svn path=/stable/12/; revision=341452
Diffstat (limited to 'bin')
-rw-r--r--bin/pkill/pkill.14
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/pkill/pkill.1 b/bin/pkill/pkill.1
index 44df82f1e53b..2946565f55e6 100644
--- a/bin/pkill/pkill.1
+++ b/bin/pkill/pkill.1
@@ -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 argument to
.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