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 ,
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to