From ru@relay.ucb.crimea.ua  Thu Oct 16 07:38:35 1997
Received: from relay.ucb.crimea.ua (relay.ucb.crimea.ua [194.93.177.113])
          by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id HAA02599
          for <FreeBSD-gnats-submit@freebsd.org>; Thu, 16 Oct 1997 07:38:01 -0700 (PDT)
          (envelope-from ru@relay.ucb.crimea.ua)
Received: (from ru@localhost)
	by relay.ucb.crimea.ua (8.8.7/8.8.7) id RAA28574;
	Thu, 16 Oct 1997 17:37:21 +0300 (EEST)
Message-Id: <199710161437.RAA28574@relay.ucb.crimea.ua>
Date: Thu, 16 Oct 1997 17:37:21 +0300 (EEST)
From: Ruslan Ermilov <ru@ucb.crimea.ua>
Reply-To: ru@ucb.crimea.ua
To: FreeBSD-gnats-submit@freebsd.org
Subject: manual page for mail(1) misses sendmail options
X-Send-Pr-Version: 3.2

>Number:         4778
>Category:       docs
>Synopsis:       manual page for mail(1) misses sendmail options
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    peter
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 16 07:40:01 PDT 1997
>Closed-Date:    Thu Apr 30 10:36:57 PDT 1998
>Last-Modified:  Thu Apr 30 10:38:05 PDT 1998
>Originator:     Ruslan Ermilov
>Release:        FreeBSD 2.2-STABLE i386
>Organization:
>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
>Release-Note:
>Audit-Trail:

From: Ruslan Ermilov <ru@ucb.crimea.ua>
To: freebsd-gnats-submit@freebsd.org
Cc:  Subject: Re: docs/4778: manual page for mail(1) misses sendmail options
Date: Mon, 13 Apr 1998 21:55:00 +0300

 This PR can be closed by applying the following patch
 to src/usr.bin/mail/mail.1 in -stable and -current:
 
 Index: mail.1
 ===================================================================
 RCS file: /usr/FreeBSD-CVS/src/usr.bin/mail/mail.1,v
 retrieving revision 1.8.2.4
 diff -u -r1.8.2.4 mail.1
 --- mail.1	1998/03/08 09:46:52	1.8.2.4
 +++ mail.1	1998/04/13 18:52:03
 @@ -45,6 +45,7 @@
  .Op Fl c Ar cc-addr
  .Op Fl b Ar bcc-addr
  .Ar to-addr...
 +.Op Fl Ar sendmail-options...
  .Nm mail
  .Op Fl iInNv
  .Fl f
 
Responsible-Changed-From-To: freebsd-bugs->	peter 
Responsible-Changed-By: phk 
Responsible-Changed-When: Sun Apr 26 23:58:44 PDT 1998 
Responsible-Changed-Why:  
->peter 
State-Changed-From-To: open->closed 
State-Changed-By: peter 
State-Changed-When: Thu Apr 30 10:36:57 PDT 1998 
State-Changed-Why:  
Was fixed in rev 1.15 of mail.1 by steve on 1998/04/14. 
>Unformatted:
