Note that the regular expression syntax supported by killall(1) changed
when it became a C program. Submitted by: sheldonh
This commit is contained in:
parent
7d60928719
commit
8cb744f5ba
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=65545
@ -163,6 +163,8 @@ and /etc/periodic.conf. [MERGED]
|
||||
logger(1) can now send messages directly to a remote syslog. [MERGED]
|
||||
|
||||
which(1) and killall(1) are now C programs, rather than Perl scripts.
|
||||
As a result, killall's -m option now uses the regular expression
|
||||
syntax of regex(3), rather than that of perl(1).
|
||||
|
||||
finger(1) now has the ability to support fingering aliases, via the
|
||||
finger.conf(5) file. [MERGED]
|
||||
|
@ -196,6 +196,8 @@ GDB now supports hardware watchpoints (using the kernel's debug register
|
||||
support that has been introduced in FreeBSD 4.0). [MERGED]
|
||||
|
||||
which(1) and killall(1) are now C programs, rather than Perl scripts.
|
||||
As a result, killall's -m option now uses the regular expression
|
||||
syntax of regex(3), rather than that of perl(1).
|
||||
|
||||
finger(1) now has the ability to support fingering aliases, via the
|
||||
finger.conf(5) file. [MERGED]
|
||||
|
Loading…
Reference in New Issue
Block a user