diff options
author | 2010-09-07 17:16:33 +0000 | |
---|---|---|
committer | 2010-09-07 17:16:33 +0000 | |
commit | f64a3ca6f5f2d8ad5d443f3e4d0db644f59b8689 (patch) | |
tree | aa06f512bcd05007d22d56bc55eb013f7287973c | |
parent | having a ca_activate function which just returns 1 is wrong on about 8 different levels; ok oga kettenis (diff) | |
download | wireguard-openbsd-f64a3ca6f5f2d8ad5d443f3e4d0db644f59b8689.tar.xz wireguard-openbsd-f64a3ca6f5f2d8ad5d443f3e4d0db644f59b8689.zip |
supply missing offset;
-rw-r--r-- | share/man/man4/bluetooth.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/bluetooth.4 b/share/man/man4/bluetooth.4 index 37f8b4d2d8a..3ea224da1b7 100644 --- a/share/man/man4/bluetooth.4 +++ b/share/man/man4/bluetooth.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bluetooth.4,v 1.7 2010/01/14 14:24:23 jmc Exp $ +.\" $OpenBSD: bluetooth.4,v 1.8 2010/09/07 17:16:33 jmc Exp $ .\" $NetBSD: bluetooth.4,v 1.5 2007/04/21 06:15:22 plunky Exp $ .\" .\" Copyright (c) 2006 Itronix Inc. @@ -31,7 +31,7 @@ .\" POSSIBILITY OF SUCH DAMAGE. .\" .\" -.Dd $Mdocdate: January 14 2010 $ +.Dd $Mdocdate: September 7 2010 $ .Dt BLUETOOTH 4 .Os .Sh NAME @@ -296,7 +296,7 @@ structure defined as follows as their parameter and unless otherwise specified, use the .Ar btr_name field to identify the device. -.Bd -literal -offset +.Bd -literal -offset 3n struct btreq { char btr_name[HCI_DEVNAME_SIZE]; /* device name */ |