aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/killall/killall.1
Commit message (Collapse)AuthorAgeFilesLines
* killall(1): Clarify -d, -s and -v optionsFernando Apesteguía2020-06-271-11/+13
| | | | | | | | | | | | | | | | | -d and -v are not equivalent options. The former is more verbose than the latter and the former does not actually send the signals while the latter does. Let them have their own paragraphs. From the point of view of the output, -v is equivalent to -s, so describe them close to each other. The difference is that former actually sends the signals and the latter doesn't. PR: 247411 Approved by: manpages(0mp) Differential Revision: https://reviews.freebsd.org/D25413 Notes: svn path=/head/; revision=362678
* Belatedly bump .Dd for r361783Benjamin Kaduk2020-06-051-1/+1
| | | | | | | | Reported by: lwhsu Pointy hat to: bjk Notes: svn path=/head/; revision=361839
* Add EXAMPLES to killall(1)Benjamin Kaduk2020-06-041-0/+44
| | | | | | | | Submitted by: fernape Differential Revision: https://reviews.freebsd.org/D25002 Notes: svn path=/head/; revision=361783
* killall: add -q flag to suppress error message when no processes are matchedMateusz Guzik2013-06-301-1/+3
| | | | | | | | | | | Man-page text provided by wblock. PR: bin/30542 Submitted by: Tony Finch <dot@dotat.at> (original version) MFC after: 1 week Notes: svn path=/head/; revision=252428
* Add a -I flag which requests confirmation before action, like what is doneXin LI2012-06-271-1/+5
| | | | | | | | | in pkill(1). MFC after: 2 weeks Notes: svn path=/head/; revision=237618
* mdoc: terminate quoted strings.Joel Dahl2012-03-261-1/+1
| | | | | | | Reviewed by: brueffer Notes: svn path=/head/; revision=233510
* mdoc: move remaining sections into consistent orderUlrich Spörlein2010-05-131-11/+11
| | | | | | | | | | This pertains mostly to FILES, HISTORY, EXIT STATUS and AUTHORS sections. Found by: mdocml lint run Reviewed by: ru Notes: svn path=/head/; revision=208028
* mdoc: order prologue macros consistently by Dd/Dt/OsUlrich Spörlein2010-04-141-1/+1
| | | | | | | | | | | Although groff_mdoc(7) gives another impression, this is the ordering most widely used and also required by mdocml/mandoc. Reviewed by: ru Approved by: philip, ed (mentors) Notes: svn path=/head/; revision=206622
* Fix grammar and reduce ambiguity.Xin LI2009-12-261-3/+3
| | | | | | | Submitted by: b. f. <bf1783 googlemail com> Notes: svn path=/head/; revision=201010
* Document the difference between FreeBSD and traditional System V killallXin LI2009-12-251-1/+12
| | | | | | | | | commands. MFC after: 1 month Notes: svn path=/head/; revision=200981
* Add support for the arbitrary named jail parameters used by jail_set(2)Jamie Gritton2009-05-271-5/+5
| | | | | | | | | | | | | | | | | and jail_get(2). Jail(8) can now create jails using a "name=value" format instead of just specifying a limited set of fixed parameters; it can also modify parameters of existing jails. Jls(8) can display all parameters of jails, or a specified set of parameters. The available parameters are gathered from the kernel, and not hard-coded into these programs. Small patches on killall(1) and jexec(8) to support jail names with jail_get(2). Approved by: bz (mentor) Notes: svn path=/head/; revision=192896
* Fix a typo.Ruslan Ermilov2007-11-091-1/+1
| | | | Notes: svn path=/head/; revision=173506
* - Fix documentation to match code. Specifically, -c doesn't haveRuslan Ermilov2007-11-091-21/+15
| | | | | | | | | | to be specified together with either -u or -t to have an effect, and exit status of 2 is not possible after a Perl->C conversion. - While here, fix markup. Notes: svn path=/head/; revision=173504
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-171-2/+2
| | | | Notes: svn path=/head/; revision=140368
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-5/+9
| | | | Notes: svn path=/head/; revision=131491
* Bump document date on behalf of the -e option.Ruslan Ermilov2004-05-181-2/+2
| | | | | | | Spell "ID" correctly. Notes: svn path=/head/; revision=129406
* Add a cross-reference to pkill(1), now that pkill is hooked up to the build.Garance A Drosehn2004-03-271-0/+1
| | | | Notes: svn path=/head/; revision=127511
* New -e flag, modifies the behavior of the -u uid flag to use theDiomidis Spinellis2004-01-261-1/+6
| | | | | | | | | effective user id, instead of the real user id. MFC after: 2 weeks Notes: svn path=/head/; revision=125013
* o -m flags contructs case sensitive RE, not case insensitive.Maxim Konovalov2004-01-181-1/+1
| | | | | | | MFC after: 1 week Notes: svn path=/head/; revision=124682
* o Sync usage() and man page synopsis with reality.Maxim Konovalov2004-01-181-7/+1
| | | | | | | MFC after: 1 week Notes: svn path=/head/; revision=124681
* o Add jls(8) for listing active jails.Mike Barcroft2003-04-091-2/+7
| | | | | | | | | | o Add jexec(8) to execute a command in an existing jail. o Add -j option for killall(1) to kill all processes in a specified jail. o Add -i option to jail(8) to output jail ID of newly created jail. Notes: svn path=/head/; revision=113277
* s/progname/procname/ to be consistent with the other occurrencesRalf S. Engelschall2002-07-151-1/+1
| | | | | | | of the option -c argument in SYNOPSIS and DESCRIPTION. Notes: svn path=/head/; revision=100067
* mdoc(7) police: lint.Ruslan Ermilov2002-05-291-1/+1
| | | | Notes: svn path=/head/; revision=97503
* Use `The .Nm utility'Philippe Charnier2002-04-201-3/+4
| | | | Notes: svn path=/head/; revision=95124
* Skip zombies. Add an option (-z) to revert to the historical behaviourDag-Erling Smørgrav2002-04-141-0/+5
| | | | | | | | of trying to kill zombies (which has no effect except emit a few error messages) Notes: svn path=/head/; revision=94689
* killall operates on all processes owned by the real uid, not theBrian S. Dean2001-11-301-2/+2
| | | | | | | | | effective uid. MFC after: 3 days Notes: svn path=/head/; revision=87105
* mdoc(7) police:Ruslan Ermilov2001-08-071-1/+2
| | | | | | | | | | Avoid using parenthesis enclosure macros (.Pq and .Po/.Pc) with plain text. Not only this slows down the mdoc(7) processing significantly, but it also has an undesired (in this case) effect of disabling hyphenation within the entire enclosed block. Notes: svn path=/head/; revision=81251
* Remove whitespace at EOL.Dima Dorfman2001-07-151-5/+5
| | | | Notes: svn path=/head/; revision=79755
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
| | | | Notes: svn path=/head/; revision=79535
* Fix typo: -c -> -tAndrey A. Chernov2001-01-211-1/+1
| | | | Notes: svn path=/head/; revision=71310
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-191-4/+4
| | | | Notes: svn path=/head/; revision=70197
* mdoc(7) police: removed history info from the .Os FreeBSD call.Ruslan Ermilov2000-12-141-1/+1
| | | | Notes: svn path=/head/; revision=70015
* mdoc(7) police: do not split author names in the AUTHORS section.Ruslan Ermilov2000-11-221-0/+1
| | | | Notes: svn path=/head/; revision=69027
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-1/+1
| | | | Notes: svn path=/head/; revision=68963
* Avoid use of direct troff requests in mdoc(7) manual pages.Ruslan Ermilov2000-11-101-3/+4
| | | | Notes: svn path=/head/; revision=68575
* After positive feedback from a few folks, activate a switchover toPeter Wemm2000-08-281-17/+31
| | | | | | | | | | | | using killall.c instead of the perl version that depends on procfs. The C version uses sysctl(). The program is based on a hack that was originally written about 6 years ago and has evolved somewhat since then. (which is why it is a superset of killall.pl, rather than being a clone.) With apologies to: wosch Notes: svn path=/head/; revision=65177
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50477
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.Philippe Charnier1998-03-231-5/+6
| | | | Notes: svn path=/head/; revision=34801
* Typo.Wolfram Schneider1997-11-011-2/+2
| | | | | | | | PR: docs/4911 Submitted by: Vasim Valejev <vasim@uddias.diaspro.com> Notes: svn path=/head/; revision=30882
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=23012
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* sync copyright with /usr/share/examples/etc/bsd-style-copyrightWolfram Schneider1996-08-271-13/+1
| | | | Notes: svn path=/head/; revision=17849
* Use the .Fx macro where appropriate.Mike Pritchard1996-08-231-2/+4
| | | | Notes: svn path=/head/; revision=17786
* Allow multiple process names to kill (i.e. 'killall ftpd inetd httpd')Sujal Patel1996-05-301-2/+2
| | | | | | | | Submitted by: smpatel, wosch Reviewed by: wosch Notes: svn path=/head/; revision=16016
* Support killing of suid programs.Wolfram Schneider1996-02-031-11/+25
| | | | | | | | | Now ``killall xterm'' works :-) Don't fail for processes with meta chars (c+++) Notes: svn path=/head/; revision=13893
* Fix a bunch of spelling errors in a bunch of man pages.Mike Pritchard1996-01-301-2/+2
| | | | Notes: svn path=/head/; revision=13744
* Our Perl oracle hit again: Wolfram Schneider's killall utility.Joerg Wunsch1995-06-251-0/+130
Kills processes by name instead of by UID. (Man page by me.) Submitted by: wosch@cs.tu-berlin.de (Wolfram Schneider) Notes: svn path=/cvs2svn/branches/wosch/; revision=9316