diff options
author | Jonathan Matthew <jmatthew@cvs.openbsd.org> | 2019-01-21 23:47:11 +0000 |
---|---|---|
committer | Jonathan Matthew <jmatthew@cvs.openbsd.org> | 2019-01-21 23:47:11 +0000 |
commit | cd21b6e617651666871b2361b98f3d211b65d6c2 (patch) | |
tree | e003902192d75c2e0790952affdef8d945bbc26e /share/man/man4/umct.4 | |
parent | bf0bdea8eff1ea8a7b3b0687c4b530060b0124e3 (diff) |
this driver does actually work
Diffstat (limited to 'share/man/man4/umct.4')
-rw-r--r-- | share/man/man4/umct.4 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/share/man/man4/umct.4 b/share/man/man4/umct.4 index a86ca91bd05..c38944e1958 100644 --- a/share/man/man4/umct.4 +++ b/share/man/man4/umct.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: umct.4,v 1.13 2012/08/15 18:28:53 jmc Exp $ +.\" $OpenBSD: umct.4,v 1.14 2019/01/21 23:47:10 jmatthew Exp $ .\" $NetBSD: umct.4,v 1.5 2002/02/07 03:15:09 ross Exp $ .\" .\" Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -28,7 +28,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: August 15 2012 $ +.Dd $Mdocdate: January 21 2019 $ .Dt UMCT 4 .Os .Sh NAME @@ -71,5 +71,3 @@ The driver appeared in .Ox 3.2 . -.Sh BUGS -This driver is not known to work currently. |