From nobody@FreeBSD.org  Fri Dec 24 00:47:00 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id DFD49106566B
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 24 Dec 2010 00:47:00 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (unknown [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id B52F98FC08
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 24 Dec 2010 00:47:00 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id oBO0l0Qu053666
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 24 Dec 2010 00:47:00 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id oBO0l0eq053665;
	Fri, 24 Dec 2010 00:47:00 GMT
	(envelope-from nobody)
Message-Id: <201012240047.oBO0l0eq053665@red.freebsd.org>
Date: Fri, 24 Dec 2010 00:47:00 GMT
From: Eitan Adler <lists@eitanadler.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] mail(1) -u option not correctly documented
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         153416
>Category:       docs
>Synopsis:       [patch] mail(1) -u option not correctly documented
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    keramida
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 24 00:50:14 UTC 2010
>Closed-Date:    Tue Feb 15 07:13:32 UTC 2011
>Last-Modified:  Tue Feb 15 07:20:10 UTC 2011
>Originator:     Eitan Adler
>Release:        
>Organization:
>Environment:
>Description:
mail -u requires a username but this not documented in the man page
>How-To-Repeat:

>Fix:
Index: mail.1
===================================================================
--- mail.1	(revision 216679)
+++ mail.1	(working copy)
@@ -156,7 +156,7 @@
 Overrides the
 .Va record
 variable, if set.
-.It Fl u
+.It Fl u Ar user
 Is equivalent to:
 .Pp
 .Dl "mail -f /var/mail/user"


>Release-Note:
>Audit-Trail:

From: Sergey Kandaurov <pluknet@gmail.com>
To: bug-followup@FreeBSD.org, lists@eitanadler.com
Cc:  
Subject: Re: docs/153416: [patch] mail(1) -u option not correctly documented
Date: Sat, 25 Dec 2010 00:14:30 +0300

 I think that indeed needs to be committed.
 Just for the record: this issue is fixed in OpenBSD and Solaris.
 
 -- 
 wbr,
 pluknet
State-Changed-From-To: open->patched 
State-Changed-By: maxim 
State-Changed-When: Sat Dec 25 17:35:39 UTC 2010 
State-Changed-Why:  
Fixed in HEAD.  Thanks for the patch! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=153416 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/153416: commit references a PR
Date: Sat, 25 Dec 2010 17:35:38 +0000 (UTC)

 Author: maxim
 Date: Sat Dec 25 17:35:30 2010
 New Revision: 216698
 URL: http://svn.freebsd.org/changeset/base/216698
 
 Log:
   o Fix -u flag description: it takes a username as an argument.
   
   PR:		docs/153416
   Submitted by:	Eitan Adler
   MFC after:	1 week
 
 Modified:
   head/usr.bin/mail/mail.1
 
 Modified: head/usr.bin/mail/mail.1
 ==============================================================================
 --- head/usr.bin/mail/mail.1	Sat Dec 25 11:52:04 2010	(r216697)
 +++ head/usr.bin/mail/mail.1	Sat Dec 25 17:35:30 2010	(r216698)
 @@ -152,7 +152,7 @@ line in the mail header.
  Overrides the
  .Va record
  variable, if set.
 -.It Fl u
 +.It Fl u Ar user
  Is equivalent to:
  .Pp
  .Dl "mail -f /var/mail/user"
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: patched->closed 
State-Changed-By: keramida 
State-Changed-When: Tue Feb 15 07:12:47 UTC 2011 
State-Changed-Why:  
MFC'ed to /stable/7 and /stable/8 now. 


Responsible-Changed-From-To: freebsd-doc->keramida 
Responsible-Changed-By: keramida 
Responsible-Changed-When: Tue Feb 15 07:12:47 UTC 2011 
Responsible-Changed-Why:  
I'll handle any MFC fallout from this. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=153416 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/153416: commit references a PR
Date: Tue, 15 Feb 2011 07:12:24 +0000 (UTC)

 Author: keramida (doc committer)
 Date: Tue Feb 15 07:12:16 2011
 New Revision: 218697
 URL: http://svn.freebsd.org/changeset/base/218697
 
 Log:
   MFC 216698 by maxim from /head
   
   Fix -u flag description: it takes a username as an argument.
   
   PR:             docs/153416
   Submitted by:   Eitan Adler
 
 Modified:
   stable/7/usr.bin/mail/mail.1
 Directory Properties:
   stable/7/usr.bin/mail/   (props changed)
 
 Modified: stable/7/usr.bin/mail/mail.1
 ==============================================================================
 --- stable/7/usr.bin/mail/mail.1	Tue Feb 15 06:34:30 2011	(r218696)
 +++ stable/7/usr.bin/mail/mail.1	Tue Feb 15 07:12:16 2011	(r218697)
 @@ -156,7 +156,7 @@ line in the mail header.
  Overrides the
  .Va record
  variable, if set.
 -.It Fl u
 +.It Fl u Ar user
  Is equivalent to:
  .Pp
  .Dl "mail -f /var/mail/user"
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/153416: commit references a PR
Date: Tue, 15 Feb 2011 07:12:47 +0000 (UTC)

 Author: keramida (doc committer)
 Date: Tue Feb 15 07:12:41 2011
 New Revision: 218698
 URL: http://svn.freebsd.org/changeset/base/218698
 
 Log:
   MFC 216698 by maxim from /head
   
   Fix -u flag description: it takes a username as an argument.
   
   PR:             docs/153416
   Submitted by:   Eitan Adler
 
 Modified:
   stable/8/usr.bin/mail/mail.1
 Directory Properties:
   stable/8/usr.bin/mail/   (props changed)
 
 Modified: stable/8/usr.bin/mail/mail.1
 ==============================================================================
 --- stable/8/usr.bin/mail/mail.1	Tue Feb 15 07:12:16 2011	(r218697)
 +++ stable/8/usr.bin/mail/mail.1	Tue Feb 15 07:12:41 2011	(r218698)
 @@ -156,7 +156,7 @@ line in the mail header.
  Overrides the
  .Va record
  variable, if set.
 -.It Fl u
 +.It Fl u Ar user
  Is equivalent to:
  .Pp
  .Dl "mail -f /var/mail/user"
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
>Unformatted:
