diff options
author | 2007-07-15 20:00:49 +0000 | |
---|---|---|
committer | 2007-07-15 20:00:49 +0000 | |
commit | e424b2798df0f021cdfc75c064eec7b8184ea2ee (patch) | |
tree | c287e98c8ebde3493158e03a11820fcb047457e3 | |
parent | Delay switching to the real serial console until we attach the serial device. (diff) | |
download | wireguard-openbsd-e424b2798df0f021cdfc75c064eec7b8184ea2ee.tar.xz wireguard-openbsd-e424b2798df0f021cdfc75c064eec7b8184ea2ee.zip |
Delete BUGS section; support for serial and parallel ports is there now.
-rw-r--r-- | share/man/man4/man4.hppa/ssio.4 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/share/man/man4/man4.hppa/ssio.4 b/share/man/man4/man4.hppa/ssio.4 index 0b67225e992..208738d2aad 100644 --- a/share/man/man4/man4.hppa/ssio.4 +++ b/share/man/man4/man4.hppa/ssio.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ssio.4,v 1.3 2007/06/21 09:40:51 jmc Exp $ +.\" $OpenBSD: ssio.4,v 1.4 2007/07/15 20:00:49 kettenis Exp $ .\" .\" Copyright (c) 2007 Mark Kettenis <kettenis@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: June 21 2007 $ +.Dd $Mdocdate: July 15 2007 $ .Dt SSIO 4 hppa .Os .Sh NAME @@ -49,5 +49,3 @@ The .Nm driver first appeared in .Ox 4.2 . -.Sh BUGS -Support for the integrated serial ports and parallel port is missing. |