svn commit: r246914 - stable/9/bin/test

Jilles Tjoelker jilles at FreeBSD.org
Sun Feb 17 14:25:42 UTC 2013


Author: jilles
Date: Sun Feb 17 14:25:42 2013
New Revision: 246914
URL: http://svnweb.freebsd.org/changeset/base/246914

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

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

Modified: stable/9/bin/test/test.1
==============================================================================
--- stable/9/bin/test/test.1	Sun Feb 17 13:06:59 2013	(r246913)
+++ stable/9/bin/test/test.1	Sun Feb 17 14:25:42 2013	(r246914)
@@ -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-stable mailing list