aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/biff
Commit message (Collapse)AuthorAgeFilesLines
* Fix markup.Ruslan Ermilov2006-12-281-4/+4
| | | | Notes: svn path=/head/; revision=165575
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-171-1/+1
| | | | Notes: svn path=/head/; revision=140368
* Bump document date for the 'beep only' change.Johan Karlsson2002-08-161-1/+1
| | | | Notes: svn path=/head/; revision=101960
* mdoc(7) police: nits.Ruslan Ermilov2002-08-141-3/+5
| | | | Notes: svn path=/head/; revision=101861
* style(9): - Put a space after the 'return' keyword.Robert Drehmel2002-07-241-5/+7
| | | | | | | - Wrap lines longer than 80 characters. Notes: svn path=/head/; revision=100627
* Use an ANSI-C function definition rather than aRobert Drehmel2002-07-241-3/+1
| | | | | | | K&R one to avoid a warning. Notes: svn path=/head/; revision=100626
* - Add a COMPATIBILITY section explaining that the defaultRobert Drehmel2002-07-241-2/+12
| | | | | | | | | | | | | behaviour of obtaining the affected terminal has changed. - Refer to the user's terminal instead of the current terminal session. - Tell the reader what the utility does when it is invoked without arguments. Submitted by: johan Notes: svn path=/head/; revision=100625
* Allow selection of the affected terminal using redirectionRobert Drehmel2002-07-242-1/+10
| | | | | | | | | of standard input or standard output, like mesg(1) does. Suggested by: sheldonh Notes: svn path=/head/; revision=100614
* Only use one %s when there is only one argument to print.Johan Karlsson2002-07-211-1/+1
| | | | | | | | Submitted by: keramida Approved by: sheldonh (mentor) Notes: svn path=/head/; revision=100443
* Add ability to only beep when mail arrives.Johan Karlsson2002-07-092-10/+22
| | | | | | | | | | | | | | | | comsat: only send two bell charecters if S_IXGRP is set and S_IXUSR is not. biff: add new option 'b' to set S_IXGRP. PR: 10931 Submitted by: Andrew J. Korty <ajk@purdue.edu> Approved by: sheldonh (mentor) MFC after: 1 month Notes: svn path=/head/; revision=99632
* Add DIAGNOSTICS section to describe exit values.Johan Karlsson2002-07-091-0/+12
| | | | | | | | Approved by: sheldonh (mentor) MFC after: 1 week Notes: svn path=/head/; revision=99631
* Use `The .Nm utility'Philippe Charnier2002-04-191-4/+6
| | | | Notes: svn path=/head/; revision=95083
* remove __PWarner Losh2002-03-221-1/+1
| | | | Notes: svn path=/head/; revision=92920
* Add header to prototype exit(3). Fix a style bug.Mike Barcroft2002-02-161-0/+2
| | | | Notes: svn path=/head/; revision=90722
* 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
* Start option definition with: ``The following options are available''Philippe Charnier2001-12-122-13/+8
| | | | | | | | Use .Ev for env variables. Remove unused #includes, and sort others. Notes: svn path=/head/; revision=87749
* Style improvements recommended by Bruce as a follow up to someDavid Malone2001-12-101-5/+6
| | | | | | | | | | | of the recent WARNS commits. The idea is: 1) FreeBSD id tags should follow vendor tags. 2) Vendor tags should not be compiled (though copyrights probably should). 3) There should be no blank line between including cdefs and __FBSDIF. Notes: svn path=/head/; revision=87628
* Use __FBSDID().Mark Murray2001-12-031-4/+6
| | | | Notes: svn path=/head/; revision=87258
* Remove whitespace at EOL.Dima Dorfman2001-07-151-1/+1
| | | | 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
* Set WARNS=2 on programs that compile cleanly with it; add $FreeBSD$Dima Dorfman2001-06-301-2/+3
| | | | | | | | | where necessary. Submitted by: Mike Barcroft <mike@q9media.com> Notes: svn path=/head/; revision=79011
* Use S_IXUSR instead of hardcoded values.Mike Heffner2001-06-021-5/+5
| | | | | | | Reviewed by: md5 Notes: svn path=/head/; revision=77608
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-2/+2
| | | | Notes: svn path=/head/; revision=68963
* Don't call err() with no format string.Kris Kennaway2000-07-101-2/+2
| | | | Notes: svn path=/head/; revision=62889
* 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
* Slay a grammar gremlin.Tim Vanderhoek1999-09-011-1/+1
| | | | Notes: svn path=/head/; revision=50767
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
| | | | Notes: svn path=/head/; revision=50477
* Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).Archie Cobbs1998-12-062-3/+4
| | | | Notes: svn path=/head/; revision=41568
* -Wall cleanup.Alexander Langer1997-12-291-3/+4
| | | | Notes: svn path=/head/; revision=32069
* Typo fix in man page. Use err(3) instead of local copy.Philippe Charnier1997-06-232-18/+10
| | | | Notes: svn path=/head/; revision=26836
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
| | | | | | | posix standard on the topic. Notes: svn path=/head/; revision=24360
* 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
* documented that the dog Biff is deadWolfram Schneider1996-08-031-0/+3
| | | | | | | Obtained from: A Quarter Century of UNIX, Peter H. Salus Notes: svn path=/head/; revision=17409
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-273-0/+205
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590