summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authormikeh <mikeh@FreeBSD.org>2002-01-19 23:47:21 +0000
committermikeh <mikeh@FreeBSD.org>2002-01-19 23:47:21 +0000
commit774dd0c9efddfea69a00b87e34192323deff70c9 (patch)
treebdddb6e7fe9001e2037fd000635d7b68c9aeea53 /usr.bin
parentc3dbbbabdf7c1b6b8d7fe43ade44b555671e1c67 (diff)
downloadFreeBSD-src-774dd0c9efddfea69a00b87e34192323deff70c9.zip
FreeBSD-src-774dd0c9efddfea69a00b87e34192323deff70c9.tar.gz
Link mail(1) to mailx per POSIX. Mail(1) isn't 100% POSIX compliant,
but it is pretty close. Not objected to by: -standards
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/mail/Makefile4
-rw-r--r--usr.bin/mail/mail.17
2 files changed, 7 insertions, 4 deletions
diff --git a/usr.bin/mail/Makefile b/usr.bin/mail/Makefile
index 48e4e30..51dc57b 100644
--- a/usr.bin/mail/Makefile
+++ b/usr.bin/mail/Makefile
@@ -9,8 +9,8 @@ WARNS?= 0
FILES= mail.help mail.tildehelp
FILESDIR= ${SHAREDIR}/misc
EFILES= mail.rc
-LINKS= ${BINDIR}/mail ${BINDIR}/Mail
-MLINKS= mail.1 Mail.1
+LINKS= ${BINDIR}/mail ${BINDIR}/Mail ${BINDIR}/mail ${BINDIR}/mailx
+MLINKS= mail.1 Mail.1 mail.1 mailx.1
.PATH: ${.CURDIR}/misc
diff --git a/usr.bin/mail/mail.1 b/usr.bin/mail/mail.1
index 3fba0b9..24ad045 100644
--- a/usr.bin/mail/mail.1
+++ b/usr.bin/mail/mail.1
@@ -37,7 +37,8 @@
.Os
.Sh NAME
.Nm mail ,
-.Nm Mail
+.Nm Mail ,
+.Nm mailx
.Nd send and receive mail
.Sh SYNOPSIS
.Nm
@@ -1162,7 +1163,9 @@ not useful to the general user.
Usually,
.Nm
is just a link to
-.Nm Mail ,
+.Nm Mail
+and
+.Nm mailx ,
which can be confusing.
.Pp
The name of the
OpenPOWER on IntegriCloud