svn commit: r302533 - head/usr.bin/mail

Pedro F. Giffuni pfg at FreeBSD.org
Mon Jul 11 00:03:40 UTC 2016


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.
  */
 


More information about the svn-src-all mailing list