summaryrefslogtreecommitdiff
path: root/bin/test
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2009-01-06 23:29:04 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2009-01-06 23:29:04 +0000
commitc033464f8e45114bf54e0cb34b225445e2227ed2 (patch)
tree091602dad74d91921856bdbbb69a62051a766abb /bin/test
parent1bdb295fcd579a294accd1e9cd5a343c2f4e1d92 (diff)
document, consistently, those apps which also exist as built-ins
on certain shells; do not try to document changes between the implementations, but at least warn of their existence; diff from Ingo Schwarze
Diffstat (limited to 'bin/test')
-rw-r--r--bin/test/test.111
1 files changed, 9 insertions, 2 deletions
diff --git a/bin/test/test.1 b/bin/test/test.1
index f18f5cf0559..1429e155ec1 100644
--- a/bin/test/test.1
+++ b/bin/test/test.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: test.1,v 1.22 2007/05/31 19:19:15 jmc Exp $
+.\" $OpenBSD: test.1,v 1.23 2009/01/06 23:29:03 jmc Exp $
.\" $NetBSD: test.1,v 1.6 1995/03/21 07:04:03 cgd Exp $
.\"
.\" Copyright (c) 1991, 1993
@@ -33,7 +33,7 @@
.\"
.\" @(#)test.1 8.1 (Berkeley) 5/31/93
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: January 6 2009 $
.Dt TEST 1
.Os
.Sh NAME
@@ -293,6 +293,11 @@ Symbolic links are followed for all primaries except
.Fl h
and
.Fl L .
+.Pp
+.Nm
+also exists as a built-in to
+.Xr ksh 1 ,
+though with a different syntax.
.Sh GRAMMAR AMBIGUITY
The
.Nm
@@ -318,6 +323,8 @@ missing.
.It \*(Gt1
An error occurred.
.El
+.Sh SEE ALSO
+.Xr ksh 1
.Sh STANDARDS
The
.Nm