aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/ipcrm
Commit message (Collapse)AuthorAgeFilesLines
* MFC of svn revision 174891 and 174750Edwin Groothuis2008-07-123-107/+279
| | | | | | | | | | | Add the ability to clean up all shared memory segments which are unused in one go. PR: bin/118292 Submitted by: Callum Gibson <callumgibson@optusnet.com.au> Notes: svn path=/stable/6/; revision=180462
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-1/+2
| | | | Notes: svn path=/head/; revision=131491
* Wrap long line. Use .Ar instead of .Nm where appropriate.Philippe Charnier2003-02-051-8/+9
| | | | Notes: svn path=/head/; revision=110399
* ANSIify function definitions.David Malone2002-09-041-20/+5
| | | | | | | | | | | | Add some constness to avoid some warnings. Remove use register keyword. Deal with missing/unneeded extern/prototypes. Some minor type changes/casts to avoid warnings. Reviewed by: md5 Notes: svn path=/head/; revision=102944
* Consistently use FBSDIDDavid E. O'Brien2002-06-301-4/+2
| | | | Notes: svn path=/head/; revision=99112
* Add some function prototypes to squash warnings.Mark Murray2002-04-281-0/+6
| | | | Notes: svn path=/head/; revision=95651
* Use `The .Nm utility'Philippe Charnier2002-04-201-2/+3
| | | | Notes: svn path=/head/; revision=95124
* remove __PWarner Losh2002-03-221-5/+5
| | | | Notes: svn path=/head/; revision=92920
* Remove leaf node WARNS?=2 (that mainly I added). This shouldMark Murray2002-02-081-1/+0
| | | | | | | help the GCC3 transition and CURRENT in general. Notes: svn path=/head/; revision=90415
* Warns cleanups:David Malone2001-12-032-2/+9
| | | | | | | | Declare functions in advance of using them There is no printf specifies %k - I think it was supposed to be %s. Notes: svn path=/head/; revision=87285
* Remove whitespace at EOL.Dima Dorfman2001-07-151-6/+6
| | | | Notes: svn path=/head/; revision=79755
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-011-2/+1
| | | | Notes: svn path=/head/; revision=71895
* Fix miscellaneous mdoc macro argument limit infringements.Sheldon Hearn2000-05-091-2/+1
| | | | | | | | PR: 18465 Reported by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp> Notes: svn path=/head/; revision=60258
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
| | | | Notes: svn path=/head/; revision=50477
* Various man page cleanup:Mike Pritchard1999-08-151-2/+2
| | | | | | | | | | | | - Sort xrefs - Be consistent with section names as outlines in mdoc(7). - Other misc mdoc cleanup. PR: doc/13144 Submitted by: Alexey M. Zelkin <phantom@cris.net> Notes: svn path=/head/; revision=49823
* Add rcsid. Cosmetic in usage string. Typo in man page.Philippe Charnier1997-07-152-9/+14
| | | | Notes: svn path=/head/; revision=27420
* Fix a minor nit in the .Dd macro invocation so thatSteve Price1997-06-231-2/+2
| | | | | | | the revision date is displayed correctly. Notes: svn path=/head/; revision=26827
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-223-3/+3
| | | | Notes: svn path=/head/; revision=23012
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-143-3/+3
| | | | | | | | | | | 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
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-4/+4
| | | | Notes: svn path=/head/; revision=8874
* Utility for deleting message queues, semaphores and shared memory segments.Doug Rabson1994-09-133-0/+260
Obtained from: NetBSD Notes: svn path=/head/; revision=2736