svn commit: r244734 - head/bin/test

Jilles Tjoelker jilles at FreeBSD.org
Thu Dec 27 13:21:38 UTC 2012


Author: jilles
Date: Thu Dec 27 13:21:37 2012
New Revision: 244734
URL: http://svnweb.freebsd.org/changeset/base/244734

Log:
  test(1): Document == alias for =.
  
  Reviewed by:	gjb
  Requested by:	gjb
  MFC after:	1 week

Modified:
  head/bin/test/test.1

Modified: head/bin/test/test.1
==============================================================================
--- head/bin/test/test.1	Thu Dec 27 12:53:46 2012	(r244733)
+++ head/bin/test/test.1	Thu Dec 27 13:21:37 2012	(r244734)
@@ -32,7 +32,7 @@
 .\"     @(#)test.1	8.1 (Berkeley) 5/31/93
 .\" $FreeBSD$
 .\"
-.Dd September 10, 2010
+.Dd December 27, 2012
 .Dt TEST 1
 .Os
 .Sh NAME
@@ -331,6 +331,13 @@ missing.
 .It >1
 An error occurred.
 .El
+.Sh COMPATIBILITY
+For compatibility with some other implementations,
+the
+.Cm =
+primary can be substituted with
+.Cm ==
+with the same meaning.
 .Sh SEE ALSO
 .Xr builtin 1 ,
 .Xr expr 1 ,


More information about the svn-src-head mailing list