summaryrefslogtreecommitdiff
path: root/lib/libbluetooth
diff options
context:
space:
mode:
authornjoly <njoly@NetBSD.org>2012-03-15 19:04:46 +0000
committernjoly <njoly@NetBSD.org>2012-03-15 19:04:46 +0000
commit18cfaad6998e27748bdfd89c1d8ee7a94f6dc47d (patch)
tree9f635c56740178f9438417084898c2be9b426200 /lib/libbluetooth
parent117e2fa498f3ca5b3423806151c13f3e32322fe6 (diff)
Use Lk macro when dealing with URLs. Another part of PR/29238.
Diffstat (limited to 'lib/libbluetooth')
-rw-r--r--lib/libbluetooth/sdp.34
-rw-r--r--lib/libbluetooth/sdp_data.34
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libbluetooth/sdp.3 b/lib/libbluetooth/sdp.3
index 2da852d708c..b8bbf466c74 100644
--- a/lib/libbluetooth/sdp.3
+++ b/lib/libbluetooth/sdp.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: sdp.3,v 1.3 2009/05/20 17:22:56 plunky Exp $
+.\" $NetBSD: sdp.3,v 1.4 2012/03/15 19:04:46 njoly Exp $
.\"
.\" Copyright (c) 2009 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -241,7 +241,7 @@ did not exist on the server.
The
.Qq Service Discovery Protocol
section of the Bluetooth Core specifications, available at
-.Qq http://www.bluetooth.com/
+.Lk http://www.bluetooth.com/
.Sh HISTORY
The first Service Discovery implementation was written for
.Fx
diff --git a/lib/libbluetooth/sdp_data.3 b/lib/libbluetooth/sdp_data.3
index 97a21f4b4c2..606281d1362 100644
--- a/lib/libbluetooth/sdp_data.3
+++ b/lib/libbluetooth/sdp_data.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: sdp_data.3,v 1.7 2011/01/15 11:51:25 plunky Exp $
+.\" $NetBSD: sdp_data.3,v 1.8 2012/03/15 19:04:46 njoly Exp $
.\"
.\" Copyright (c) 2009 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -387,7 +387,7 @@ will only modify the content, not the size of the header.
The
.Qq Service Discovery Protocol
section of the Bluetooth Core specifications, available at
-.Qq http://www.bluetooth.com/
+.Lk http://www.bluetooth.com/
.Sh HISTORY
These SDP data parsing and manipulation functions first appeared in
.Nx 6.0 .