Author: ngie
Date: Mon Mar  6 21:26:45 2017
New Revision: 314797
URL: https://svnweb.freebsd.org/changeset/base/314797

Log:
  Fix grammar warning noted by igor
  
  Remove surrounding ellipses in e.g. section and add a comma before and after
  the e.g. reference.
  
  MFC after:    1 week
  Reported by:  igor
  Sponsored by: Dell EMC Isilon

Modified:
  head/contrib/atf/doc/atf-test-case.4

Modified: head/contrib/atf/doc/atf-test-case.4
==============================================================================
--- head/contrib/atf/doc/atf-test-case.4        Mon Mar  6 21:24:55 2017        
(r314796)
+++ head/contrib/atf/doc/atf-test-case.4        Mon Mar  6 21:26:45 2017        
(r314797)
@@ -22,7 +22,7 @@
 .\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
 .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
 .\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-.Dd October 5, 2014
+.Dd March 6, 2017
 .Dt ATF-TEST-CASE 4
 .Os
 .Sh NAME
@@ -79,8 +79,8 @@ Upon termination, a test case reports a 
 reason describing why the test reported such status.
 The caller must ensure that the test case really performed the task that its
 status describes, as the test program may be bogus and therefore providing a
-misleading result (e.g. providing a result that indicates success but the
-error code of the program says otherwise).
+misleading result, e.g., providing a result that indicates success but the
+error code of the program says otherwise.
 .Pp
 The possible exit status of a test case are one of the following:
 .Bl -tag -width expectedXfailureXX
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to