summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCraig Small <csmall@enc.com.au>2015-06-03 21:18:27 +1000
committerCraig Small <csmall@enc.com.au>2015-06-03 21:18:27 +1000
commit8350cae4f195b47afb4e5f3b3f5bed1dd40767ac (patch)
treedd6a4fdaca065f8628f6229dce0831de1004f443
parent7c5cb8660921c1e73375d9e3869def11b09ee3ae (diff)
doc: fix typo in kill1ll.1
Lev reported that we were saying in the manpage that killall uses expended regular expression and not exTended regular expression.
-rw-r--r--doc/killall.16
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/killall.1 b/doc/killall.1
index afa8ed7..4e9c301 100644
--- a/doc/killall.1
+++ b/doc/killall.1
@@ -1,12 +1,12 @@
.\"
.\" Copyright 1993-2002 Werner Almesberger
-.\" 2002-2012 Craig Small
+.\" 2002-2015 Craig Small
.\" This program is free software; you can redistribute it and/or modify
.\" it under the terms of the GNU General Public License as published by
.\" the Free Software Foundation; either version 2 of the License, or
.\" (at your option) any later version.
.\"
-.TH KILLALL 1 "2012-7-28" "psmisc" "User Commands"
+.TH KILLALL 1 "2015-07-03" "psmisc" "User Commands"
.SH NAME
killall \- kill processes by name
.SH SYNOPSIS
@@ -132,7 +132,7 @@ are s,m,h,d,w,M,y for seconds, minutes, hours, days, weeks, Months and
years respectively.
.IP "\fB\-Z\fP, \fB\-\-context\fP"
(SELinux Only) Specify security context: kill only processes having
-security context that match with given expended regular expression
+security context that match with given extended regular expression
pattern. Must precede other arguments on the command line. Command
names are optional.
.SH FILES