diff options
author | 2006-12-29 15:58:10 +0000 | |
---|---|---|
committer | 2006-12-29 15:58:10 +0000 | |
commit | 7e667c568bf9f4300e31352694833f4be8801327 (patch) | |
tree | 2765d0bd0766e13fc0019982d81e9db493f2599c | |
parent | fix the key buffer size used for software wep, this could cause (diff) | |
download | wireguard-openbsd-7e667c568bf9f4300e31352694833f4be8801327.tar.xz wireguard-openbsd-7e667c568bf9f4300e31352694833f4be8801327.zip |
tweaks; ok mbalmer
-rw-r--r-- | share/man/man4/mbg.4 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/share/man/man4/mbg.4 b/share/man/man4/mbg.4 index 847d641f587..63ae4e7e5b0 100644 --- a/share/man/man4/mbg.4 +++ b/share/man/man4/mbg.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mbg.4,v 1.2 2006/12/29 10:55:30 mbalmer Exp $ +.\" $OpenBSD: mbg.4,v 1.3 2006/12/29 15:58:10 jmc Exp $ .\" .\" Copyright (c) 2006 Marc Balmer <mbalmer@openbsd.org> .\" @@ -36,13 +36,14 @@ interface. The card type is indicated in the sensor description. Currently, the following cards are supported by .Nm : -.Bl -tag -width "GPS170" -offset indent +.Pp +.Bl -tag -width "GPS170XXX" -offset indent -compact +.It GPS170 +3.3V/5V 6-channel GPS receiver card .It PCI32 5V DCF77 time signal station receiver card .It PCI511 3.3V/5V DCF77 time signal station receiver card -.It GPS170 -3.3V/5V 6-channel GPS receiver card .El .Sh SEE ALSO .Xr intro 4 , |