Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Oct 1997 17:37:21 +0300 (EEST)
From:      Ruslan Ermilov <ru@ucb.crimea.ua>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   docs/4778: manual page for mail(1) misses sendmail options
Message-ID:  <199710161437.RAA28574@relay.ucb.crimea.ua>
Resent-Message-ID: <199710161440.HAA02733@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         4778
>Category:       docs
>Synopsis:       manual page for mail(1) misses sendmail options
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 16 07:40:01 PDT 1997
>Last-Modified:
>Originator:     Ruslan Ermilov
>Organization:
>Release:        FreeBSD 2.2-STABLE i386
>Environment:

	

>Description:

Man says:
~~~~~~~~

SYNOPSIS
     mail [-iInv] [-s subject] [-c cc-addr] [-b bcc-addr] to-addr...
     mail [-iInNv] -f [name]
     mail [-iInNv] [-u user]

/usr/bin/mail says:
~~~~~~~~~~~~~~~~~~

Usage: mail [-iInv] [-s subject] [-c cc-addr] [-b bcc-addr] to-addr ...
            [- sendmail-options ...]
       mail [-iInNv] -f [name]
       mail [-iInNv] [-u user]

>How-To-Repeat:
>Fix:

cvs diff: Diffing src/usr.bin/mail
Index: src/usr.bin/mail/mail.1
===================================================================
RCS file: /usr/FreeBSD-CVS/src/usr.bin/mail/mail.1,v
retrieving revision 1.8.2.2
diff -c -r1.8.2.2 mail.1
*** mail.1	1997/09/15 08:41:46	1.8.2.2
--- mail.1	1997/10/16 14:31:03
***************
*** 45,50 ****
--- 45,51 ----
  .Op Fl c Ar cc-addr
  .Op Fl b Ar bcc-addr
  .Ar to-addr...
+ .Op Ar sendmail-options ...
  .Nm mail
  .Op Fl iInNv
  .Fl f
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199710161437.RAA28574>