Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Mar 2018 05:13:29 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r330969 - stable/11/usr.bin/mail
Message-ID:  <201803150513.w2F5DTvO028195@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.
  */
 



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