summaryrefslogtreecommitdiffstats
path: root/usr.bin/from
Commit message (Collapse)AuthorAgeFilesLines
* Remove the advertising clause from UCB copyrighted files in usr.bin. Thisjoel2010-12-112-8/+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
* Improve markup.ru2006-12-181-4/+5
|
* Sync program's usage() with manpage's SYNOPSIS.ru2005-05-211-1/+1
|
* ANSIify function definitions.dwmalone2002-09-041-4/+6
| | | | | | | | | 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
* Fix last hard sentence break.keramida2002-07-151-1/+2
|
* Minor cleanup: ANSI C function declarations, use argc after getopt(3) to checkjmallett2002-06-301-11/+12
| | | | | | | for remaining arguments, rather than checking for *argv being a boolean truth. Instead of using an empty case to check for -f- to mean "read stdin", and have stdin reopned otherwise, use a FILE* for the mbox, and assign it to stdin when we mean to use stdin, otherwise fopen(3). Kill `register' qualifier.
* Consistently use FBSDIDobrien2002-06-301-2/+2
|
* Introduce flags enumeration with standardcharnier2002-03-261-4/+5
| | | | ``The following options are available''. Put filename under .Pa.
* remove __Pimp2002-03-221-2/+2
|
* Remove leaf node WARNS?=2 (that mainly I added). This shouldmarkm2002-02-081-1/+0
| | | | help the GCC3 transition and CURRENT in general.
* Fix two minor grammar mistakes.murray2001-11-191-3/+4
| | | | | PR: docs/32083 Submitted by: setantae@submonkey.net
* Remove whitespace at EOL.dd2001-07-151-4/+4
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* Set WARNS=2 on programs that compile cleanly with it; add $FreeBSD$dd2001-06-301-1/+3
| | | | | | where necessary. Submitted by: Mike Barcroft <mike@q9media.com>
* Prepare for mdoc(7)NG.ru2000-12-191-0/+1
|
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-2/+2
|
* Replaced unsafe use of sprintf() with snprintf().ru2000-10-031-2/+2
|
* optarg and optind are declared in unistd.h.imp2000-09-041-2/+0
| | | | h_error is declared in netdb.h
* $Id$ -> $FreeBSD$peter1999-08-282-2/+2
|
* This covers the previous version, since a null commit message was accidentallygreen1999-07-272-2/+2
| | | | | | | | | | used: Add a -c flag to print a count of messages and exit. PR: 10921 Submitted by: James Howard <howardjp@byzantine.student.umd.edu> Requested by: DES
* *** empty log message ***green1999-07-262-8/+22
|
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+1
| | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde
* Add usage(), use err(3).charnier1997-07-081-13/+25
|
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
| | | | posix standard on the topic.
* Honor the MAIL environment variable, if set.jkh1996-10-062-7/+20
| | | | Submitted-by: Dan Cross <cross@math.psu.edu>
* Read from standard input if file name "-" is given.wosch1996-01-282-2/+10
|
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-273-0/+224
OpenPOWER on IntegriCloud