diff options
| author | Jilles Tjoelker <jilles@FreeBSD.org> | 2013-07-03 21:14:57 +0000 |
|---|---|---|
| committer | Jilles Tjoelker <jilles@FreeBSD.org> | 2013-07-03 21:14:57 +0000 |
| commit | 38cea98d2c3fc48ee183b9853d9c96dd783b1bd8 (patch) | |
| tree | ea63a7fdba520cb4ef45f03c78c9bd8c51d5953d /bin | |
| parent | 34f714a7e624e140681751290ae3527f714d284c (diff) | |
Notes
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/test/test.1 | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/bin/test/test.1 b/bin/test/test.1 index 5bdbdb347490..e54632066cc1 100644 --- a/bin/test/test.1 +++ b/bin/test/test.1 @@ -32,7 +32,7 @@ .\" @(#)test.1 8.1 (Berkeley) 5/31/93 .\" $FreeBSD$ .\" -.Dd December 27, 2012 +.Dd June 1, 2013 .Dt TEST 1 .Os .Sh NAME @@ -349,6 +349,17 @@ The utility implements a superset of the .St -p1003.2 specification. +The primaries +.Cm < , +.Cm == , +.Cm > , +.Fl ef , +.Fl nt , +.Fl ot , +.Fl G , +and +.Fl O +are extensions. .Sh BUGS Both sides are always evaluated in .Fl a |
