Author: jilles
Date: Sun Feb 17 14:27:04 2013
New Revision: 246915
URL: http://svnweb.freebsd.org/changeset/base/246915

Log:
  MFC r244734: test(1): Document == alias for =.

Modified:
  stable/8/bin/test/test.1
Directory Properties:
  stable/8/bin/test/   (props changed)

Modified: stable/8/bin/test/test.1
==============================================================================
--- stable/8/bin/test/test.1    Sun Feb 17 14:25:42 2013        (r246914)
+++ stable/8/bin/test/test.1    Sun Feb 17 14:27:04 2013        (r246915)
@@ -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