Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | improve markup quality in the cases found by the new "--" style message | 2018-03-16 | 1 | -5/+4 | |
| | |||||
* | tweak previous to read a little better; | 2017-05-29 | 1 | -12/+6 | |
| | |||||
* | remove mention of Berknet and mailaddr.7 | 2017-05-29 | 1 | -7/+2 | |
| | |||||
* | these programs probably do not need to use TMPDIR. ok florian | 2016-07-28 | 1 | -4/+2 | |
| | |||||
* | add missing file system path (.Pa) macros. | 2015-09-07 | 1 | -4/+4 | |
| | |||||
* | tweak previous; | 2015-01-20 | 1 | -3/+3 | |
| | |||||
* | Add support for the "-r fromaddr" flag now that we don't support | 2015-01-20 | 1 | -2/+23 | |
| | | | | | | | | sendmail flags on the command line. Also allow "from" to be set in mailrc. Use sendmail's "-t" flag when executing sendmail instead of specifying the list of recipients in argv. The "-f" flag will be used to set the from address if specified. | ||||
* | It is the copy command that is abbreviated as 'c', not chdir. | 2015-01-07 | 1 | -3/+5 | |
| | | | | Also document that cd is an alias for chdir. From Kaspars Bankovskis. | ||||
* | Document the '=' command; from trondd at gmail | 2015-01-07 | 1 | -2/+4 | |
| | |||||
* | Don't pass options after the to address to sendmail. The only | 2014-12-16 | 1 | -2/+1 | |
| | | | | | legitiate use of this is to set the sender name which should be handled specifically by a different option. | ||||
* | Add new "expandaddr" flag (disabled by default) to enable recipient | 2014-12-16 | 1 | -2/+48 | |
| | | | | | | | address expansion and document it. Previously, this behavior was always enabled. Also document how address expansion is performed, which used to only be described in the (no longer installed) Mail Reference Manual. CVE-2014-7844 | ||||
* | Change "will write" back to "writes" in -f description. From jmc@ | 2014-11-24 | 1 | -2/+2 | |
| | |||||
* | The handling of the -f option is a hack. Instead of fooling around | 2014-11-24 | 1 | -7/+10 | |
| | | | | | | | with argv behind getopt()'s back we can just treat the remainder of argv[] after option processing as the file name for -f. It is not possible to use -f in sending mode so there is no ambiguity. OK tobias@ | ||||
* | Remove undocumented and obsolete -T option. It was intended for | 2014-11-24 | 1 | -6/+2 | |
| | | | | use with old netnews. OK sobrado@ tobias@ | ||||
* | make this page less sendmail-centric; ok gilles | 2014-03-27 | 1 | -8/+6 | |
| | |||||
* | pedantic word change; | 2014-03-10 | 1 | -3/+3 | |
| | |||||
* | Obvious .Xr fixes, found while testing mandocdb(8). | 2014-01-20 | 1 | -3/+3 | |
| | |||||
* | flesh out STANDARDS somewhat; help/ok sobrado | 2014-01-08 | 1 | -3/+17 | |
| | | | | this was also ok millert some time ago | ||||
* | document the :c selectors; from Sunil Nimmagadda | 2013-07-18 | 1 | -10/+26 | |
| | |||||
* | more EXIT STATUS bits; from Daniel Dickman | 2010-11-07 | 1 | -2/+4 | |
| | |||||
* | remove references to docs we no longer install; | 2010-01-10 | 1 | -5/+2 | |
| | |||||
* | - ~<, ~_ are undocumented aliases of ~r, ~: | 2009-07-29 | 1 | -3/+30 | |
| | | | | | | | - missing documentation for ~. - use compact list, and .Pp. so that aliases could be listed - reformat to fit aliases in tilde help with help & ok jmc@, sobrado@, millert@ | ||||
* | mark these utilities as being largely posix compliant or, in the case of | 2009-02-10 | 1 | -2/+12 | |
| | | | | nm, as not being posix compliant; | ||||
* | update the tilde escapes for both these files, | 2008-11-03 | 1 | -3/+5 | |
| | | | | and try and keep them in a similar format/order; | ||||
* | add ~x; which is quite handy sometimes. per posix | 2008-11-03 | 1 | -2/+9 | |
| | | | | man page tweak&ok jmc@. ok millert@ | ||||
* | document -d. ok millert@ | 2008-10-08 | 1 | -5/+10 | |
| | |||||
* | add -E flag and 'skipempty' option to skip sending messages with | 2008-07-16 | 1 | -4/+8 | |
| | | | | | | | empty bodies. useful for sending mails from crontabs. from rivo nurges <rix at estpak dot ee>, with missing 'skipempty' documentation and usage update from me ok millert@ | ||||
* | man page tweaks: | 2008-07-16 | 1 | -7/+10 | |
| | | | | | | - for argument of -f flag, name -> file - document TMPDIR, better description from millert@ ok millert@ | ||||
* | the ellipsis is not an optional argument; while here, sync the usage | 2007-08-06 | 1 | -4/+4 | |
| | | | | | | | | and synopsis of commands lots of good ideas by jmc@ ok jmc@ | ||||
* | convert to new .Dd format; | 2007-05-31 | 1 | -2/+2 | |
| | |||||
* | more small fixes from Igor Sobrado, tweaked by myself; | 2007-02-26 | 1 | -41/+36 | |
| | |||||
* | some small fixes from Igor Sobrado; | 2007-02-26 | 1 | -9/+9 | |
| | |||||
* | remove bad comma; from Igor Sobrado | 2007-02-25 | 1 | -2/+2 | |
| | |||||
* | remove unsupported paths; | 2004-12-07 | 1 | -7/+4 | |
| | | | | from okan demirmen; | ||||
* | sync w/ usd docs; | 2004-06-04 | 1 | -53/+80 | |
| | | | | ok millert@ | ||||
* | missing full stop; | 2004-04-30 | 1 | -2/+2 | |
| | |||||
* | - sort SYNOPSIS | 2004-04-19 | 1 | -80/+79 | |
| | | | | | | | - remove a load of unnecessary quoting and some groff cruft - sort options list - add usd doc to SEE ALSO - sync usage() | ||||
* | put escapes in the right place; | 2003-09-04 | 1 | -2/+2 | |
| | | | | | | (i.e. stuff I got wrong the first time, or missed) this includes some .Cd's with missing quotes and .Nm abuse in man4; | ||||
* | escape in the wrong place; | 2003-09-04 | 1 | -2/+2 | |
| | |||||
* | remove some old groff macros; | 2003-07-14 | 1 | -5/+1 | |
| | |||||
* | use .Bk/.Ek to align the options in SYNOPSIS; | 2003-06-28 | 1 | -1/+3 | |
| | |||||
* | - section reorder | 2003-06-10 | 1 | -8/+1 | |
| | | | | | | | | | - COMPATIBILITY merge - macro cleanup - kill whitespace at EOL - new sentence, new line ssh pages ok markus@ | ||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-03 | 1 | -6/+2 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | DEL hasn't sent SIGINTR in a looooong time. | 2003-01-03 | 1 | -5/+4 | |
| | |||||
* | use $ or # before commands in examples | 2002-11-14 | 1 | -2/+2 | |
| | |||||
* | fix the history refs | 2002-01-24 | 1 | -2/+2 | |
| | |||||
* | Change all option list specifications to ".Bl -tag -width Ds". Most man | 2000-11-09 | 1 | -2/+2 | |
| | | | | | pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything. | ||||
* | fix pasto; noted by art | 2000-06-26 | 1 | -5/+5 | |
| | |||||
* | newaliases(1) -> newaliases(8) | 2000-06-11 | 1 | -2/+2 | |
| | |||||
* | /etc/mail/aliases | 2000-05-15 | 1 | -2/+2 | |
| |