summaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-04-25 14:10:35 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-04-25 14:10:35 +0000
commit80b0f1b5e4b87710c74719d88c7afd65dd9520c1 (patch)
tree70c239d0842d6eee9e4dcf4e97941d9151689c48 /regress
parent66f1659953bfa28d10a05543f228f1bcdc3c441a (diff)
missing .El for .Bl macro;
Diffstat (limited to 'regress')
-rw-r--r--regress/sys/dev/audio/autest.13
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/sys/dev/audio/autest.1 b/regress/sys/dev/audio/autest.1
index 95617122e00..227a602f118 100644
--- a/regress/sys/dev/audio/autest.1
+++ b/regress/sys/dev/audio/autest.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: autest.1,v 1.4 2003/03/28 09:47:21 jmc Exp $
+.\" $OpenBSD: autest.1,v 1.5 2003/04/25 14:10:34 jmc Exp $
.\"
.\" Copyright (c) 2002 Jason L. Wright (jason@thought.net)
.\" All rights reserved.
@@ -75,6 +75,7 @@ formats if supported by the device:
16 bit signed linear little endian (twos complement)
.It Cm slinear_be
16 bit signed linear big endian (twos complement)
+.El
.Sh SEE ALSO
.Xr audio 4
.Sh BUGS