diff options
author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-03-01 14:09:25 +0000 |
---|---|---|
committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-03-01 14:09:25 +0000 |
commit | f2e366a1057c0492a8abdf936898879a630e633e (patch) | |
tree | bd399ef474619a212390cbff31b25daa4aa003b5 /usr.sbin/mailwrapper/mailwrapper.8 | |
parent | b825cbde0301c29a6c8930a8f64e291fdcda8606 (diff) | |
download | src-f2e366a1057c0492a8abdf936898879a630e633e.tar.gz src-f2e366a1057c0492a8abdf936898879a630e633e.zip |
Remove single-space hard sentence breaks. These degrade the quality
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
Notes
Notes:
svn path=/head/; revision=57673
Diffstat (limited to 'usr.sbin/mailwrapper/mailwrapper.8')
-rw-r--r-- | usr.sbin/mailwrapper/mailwrapper.8 | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/usr.sbin/mailwrapper/mailwrapper.8 b/usr.sbin/mailwrapper/mailwrapper.8 index 3dfa210f7196..9b83f066f607 100644 --- a/usr.sbin/mailwrapper/mailwrapper.8 +++ b/usr.sbin/mailwrapper/mailwrapper.8 @@ -38,7 +38,8 @@ .Nm mailwrapper .Nd invoke appropriate MTA software based on configuration file .Sh SYNOPSIS -Special. See below. +Special. +See below. .Sh DESCRIPTION At one time, the only Mail Transfer Agent (MTA) software easily available was @@ -70,13 +71,15 @@ also typically has aliases named .Xr mailq 1 and .Xr newaliases 1 -linked to it. The program knows to behave differently when its +linked to it. +The program knows to behave differently when its .Va argv[0] is .Dq mailq or .Dq newaliases -and behaves appropriately. Typically, replacement MTAs provide similar +and behaves appropriately. +Typically, replacement MTAs provide similar functionality, either through a program that also switches behavior based on calling name, or through a set of programs that provide similar functionality. @@ -140,7 +143,8 @@ and then .Sh AUTHORS Perry E. Metzger <perry@piermont.com> .Sh BUGS -The entire reason this program exists is a crock. Instead, a command +The entire reason this program exists is a crock. +Instead, a command for how to submit mail should be standardized, and all the "behave differently if invoked with a different name" behavior of things like .Xr mailq 1 |