svn commit: r306722 - head/bin/test

Sevan Janiyan sevan at FreeBSD.org
Wed Oct 5 19:47:04 UTC 2016


Author: sevan (doc committer)
Date: Wed Oct  5 19:47:02 2016
New Revision: 306722
URL: https://svnweb.freebsd.org/changeset/base/306722

Log:
  Add history section for test(1)
  http://minnie.tuhs.org/cgi-bin/utree.pl?file=V7/usr/src/cmd/test.c
  
  PR:		211789
  Approved by:	bcr (mentor)
  MFC after:	5 days
  Differential Revision:	https://reviews.freebsd.org/D8104

Modified:
  head/bin/test/test.1

Modified: head/bin/test/test.1
==============================================================================
--- head/bin/test/test.1	Wed Oct  5 19:37:46 2016	(r306721)
+++ head/bin/test/test.1	Wed Oct  5 19:47:02 2016	(r306722)
@@ -32,7 +32,7 @@
 .\"     @(#)test.1	8.1 (Berkeley) 5/31/93
 .\" $FreeBSD$
 .\"
-.Dd June 1, 2013
+.Dd October 5, 2016
 .Dt TEST 1
 .Os
 .Sh NAME
@@ -376,6 +376,11 @@ The primaries
 and
 .Fl O
 are extensions.
+.Sh HISTORY
+A
+.Nm
+utility appeared in
+.At v7 .
 .Sh BUGS
 Both sides are always evaluated in
 .Fl a


More information about the svn-src-all mailing list