aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/rwall
Commit message (Collapse)AuthorAgeFilesLines
* mdoc: sort SEE ALSO.Joel Dahl2014-12-261-2/+2
| | | | Notes: svn path=/head/; revision=276258
* Add missing static keywords to rwall(1)Ed Schouten2011-11-061-3/+3
| | | | Notes: svn path=/head/; revision=227180
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-111-4/+0
| | | | | | | | | | | | is in accordance with the information provided at ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change Also add $FreeBSD$ to a few files to keep svn happy. Discussed with: imp, rwatson Notes: svn path=/head/; revision=216370
* Fix typos and spelling mistakes.Joel Dahl2010-08-061-1/+1
| | | | Notes: svn path=/head/; revision=210933
* Revert most part of 200420 as requested, as more review and polish isXin LI2009-12-131-0/+1
| | | | | | | needed. Notes: svn path=/head/; revision=200462
* Remove unneeded header includes from usr.bin/ except contributed code.Xin LI2009-12-111-1/+0
| | | | | | | Tested with: make universe Notes: svn path=/head/; revision=200420
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-05-211-1/+1
| | | | Notes: svn path=/head/; revision=146466
* Sort SEE ALSO references (in dictionary order, ignoring case).Ruslan Ermilov2004-07-041-2/+2
| | | | Notes: svn path=/head/; revision=131594
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-2/+4
| | | | Notes: svn path=/head/; revision=131491
* Removed unnecessary dependencies on librpcsvc.Ruslan Ermilov2004-02-041-3/+0
| | | | | | | Prodded by: des Notes: svn path=/head/; revision=125433
* More xdrproc_t warnings.Peter Wemm2003-10-261-2/+2
| | | | Notes: svn path=/head/; revision=121545
* ANSIify function definitions.David Malone2002-09-041-1/+1
| | | | | | | | | | | | 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
* Revert/fix the most controversial parts of the last commit:Mark Murray2002-03-071-7/+4
| | | | | | | | | | 1) place __FBSDID() correctly IAW style(9). 2) revert (and slightly correct) a "complex" expression in an if() statement. Notes: svn path=/head/; revision=91808
* ANSIfication, WARNS and lint cleanup.Mark Murray2002-03-041-36/+38
| | | | Notes: svn path=/head/; revision=91643
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
| | | | Notes: svn path=/head/; revision=79535
* mdoc(7) police: sort xrefs.Ruslan Ermilov2001-07-051-2/+2
| | | | Notes: svn path=/head/; revision=79280
* Correct cross-reference:Maxim Sobolev2001-06-071-2/+2
| | | | | | | | | portmap.8 --> rpcbind.8 Submitted by: .Xr testing script Notes: svn path=/head/; revision=77878
* mdoc(7) police: properly use a -diag list in the DIAGNOSTICS section.Dima Dorfman2001-04-131-1/+1
| | | | | | | Reviewed by: ru Notes: svn path=/head/; revision=75495
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-1/+0
| | | | Notes: svn path=/head/; revision=74848
* Prepare for mdoc(7)NG.Ruslan Ermilov2001-01-161-1/+1
| | | | Notes: svn path=/head/; revision=71102
* Cleanup this code a bit by attempting to sync it up with NetBSD andKris Kennaway2000-11-261-12/+18
| | | | | | | | | with each other. Reviewed by: markm, dwmalone Notes: svn path=/head/; revision=69231
* Put argument under .Ar.Philippe Charnier2000-03-261-1/+2
| | | | Notes: svn path=/head/; revision=58622
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-011-1/+2
| | | | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. Notes: svn path=/head/; revision=57670
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
| | | | Notes: svn path=/head/; revision=50477
* PR: bin/8680Matthew Dillon1998-12-131-4/+3
| | | | | | | | Minor adjustments to rwall.c. Increased the size of a couple of char arrays and replaced a potentially dangeerous strcpy/strcat with snprintf(). Notes: svn path=/head/; revision=41718
* Use err(3). Add usage().Philippe Charnier1997-08-082-41/+43
| | | | Notes: svn path=/head/; revision=27977
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-223-3/+3
| | | | Notes: svn path=/head/; revision=23012
* Sort cross references.Wolfram Schneider1997-01-151-1/+1
| | | | Notes: svn path=/head/; revision=21748
* 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
* Fix bug found by new prototypes. The code was passing an int to a functionPeter Wemm1996-12-301-2/+5
| | | | | | | | that was expecting a "struct timeval" on the stack. I've guessed at a suitable replacement timeout. Notes: svn path=/head/; revision=21095
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
| | | | Notes: svn path=/head/; revision=8874
* rwall from FreeBSD 1.1.5.1Geoff Rehmet1994-08-283-0/+262
Reviewed by: Geoff Submitted by: Christopher G. Demetriou Notes: svn path=/cvs2svn/branches/FBSD_1/; revision=2347