svn commit: r330969 - stable/11/usr.bin/mail

Eitan Adler eadler at FreeBSD.org
Thu Mar 15 05:13:30 UTC 2018


Author: eadler
Date: Thu Mar 15 05:13:29 2018
New Revision: 330969
URL: https://svnweb.freebsd.org/changeset/base/330969

Log:
  MFC r302533:
  
  mail(1): Fix a comment.

Modified:
  stable/11/usr.bin/mail/collect.c
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/usr.bin/mail/collect.c
==============================================================================
--- stable/11/usr.bin/mail/collect.c	Thu Mar 15 05:04:46 2018	(r330968)
+++ stable/11/usr.bin/mail/collect.c	Thu Mar 15 05:13:29 2018	(r330969)
@@ -49,7 +49,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-stable mailing list