Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Jul 2016 00:03:39 +0000 (UTC)
From:      "Pedro F. Giffuni" <pfg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r302533 - head/usr.bin/mail
Message-ID:  <201607110003.u6B03dFb002700@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pfg
Date: Mon Jul 11 00:03:39 2016
New Revision: 302533
URL: https://svnweb.freebsd.org/changeset/base/302533

Log:
  mail(1): Fix a comment.
  
  Obtained from:	NetBSD (CVS Rev 1.29)

Modified:
  head/usr.bin/mail/collect.c

Modified: head/usr.bin/mail/collect.c
==============================================================================
--- head/usr.bin/mail/collect.c	Sun Jul 10 20:42:18 2016	(r302532)
+++ head/usr.bin/mail/collect.c	Mon Jul 11 00:03:39 2016	(r302533)
@@ -47,7 +47,7 @@ __FBSDID("$FreeBSD$");
 #include "extern.h"
 
 /*
- * Read a message from standard output and return a read file to it
+ * Read a message from standard input and return a read file to it
  * or NULL on error.
  */
 



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