diff options
author | 2005-02-22 14:02:05 +0000 | |
---|---|---|
committer | 2005-02-22 14:02:05 +0000 | |
commit | 2688388792527e44d3d6279762187e871e38baaf (patch) | |
tree | 24c32eb9683b817d6c2a42f776a20ab7fc441852 | |
parent | reference to adb(4) does not make sense here; (diff) | |
download | wireguard-openbsd-2688388792527e44d3d6279762187e871e38baaf.tar.xz wireguard-openbsd-2688388792527e44d3d6279762187e871e38baaf.zip |
correct device nodes in files section, miod ok
-rw-r--r-- | share/man/man4/man4.sparc/magma.4 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man4/man4.sparc/magma.4 b/share/man/man4/man4.sparc/magma.4 index 9eb8f945681..41cf5059dd1 100644 --- a/share/man/man4/man4.sparc/magma.4 +++ b/share/man/man4/man4.sparc/magma.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: magma.4,v 1.13 2004/09/30 19:59:27 mickey Exp $ +.\" $OpenBSD: magma.4,v 1.14 2005/02/22 14:02:05 henning Exp $ .\" .\" .\" Copyright (c) 1998 Iain Hibbert @@ -65,10 +65,10 @@ Up to four cards are supported in the system. All tty ports have full automatic hardware (RTS/CTS) flow control available and a 12 byte FIFO on the chip in each direction so errors should be minimal. .Sh FILES -.Bl -tag -width /dev/bpp[0-3][0-1] -compact -.It /dev/tty[0-3][0-a] +.Bl -tag -width /dev/tty[mno][0-f] -compact +.It /dev/tty[mno][0-f] Serial ports -.It /dev/bpp[0-3][0-1] +.It /dev/bpp[mno][0-1] Parallel ports .El .Sh DIAGNOSTICS |