summaryrefslogtreecommitdiffstats
path: root/lib/libbluetooth
diff options
context:
space:
mode:
authoremax <emax@FreeBSD.org>2005-01-04 20:00:27 +0000
committeremax <emax@FreeBSD.org>2005-01-04 20:00:27 +0000
commitef08281270379e70064472614eb2648bc6087f9f (patch)
tree5b7a80a94abd0532d6d61eb3ac87e89ae811d626 /lib/libbluetooth
parent6f24877a9d95e2de520ac577d222a34f68466193 (diff)
downloadFreeBSD-src-ef08281270379e70064472614eb2648bc6087f9f.zip
FreeBSD-src-ef08281270379e70064472614eb2648bc6087f9f.tar.gz
Fix typo: NUL -> NULL
Submitted by: Markus Brueffer < markus AT brueffer DOT de > MFC after: 3 days
Diffstat (limited to 'lib/libbluetooth')
-rw-r--r--lib/libbluetooth/bluetooth.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libbluetooth/bluetooth.3 b/lib/libbluetooth/bluetooth.3
index 8e64d3c..c91fe62 100644
--- a/lib/libbluetooth/bluetooth.3
+++ b/lib/libbluetooth/bluetooth.3
@@ -87,7 +87,7 @@ The
argument passed to
.Fn bt_gethostbyname
should point to a
-.Dv NUL Ns -terminated
+.Dv NULL Ns -terminated
hostname.
The
.Fa addr
@@ -142,7 +142,7 @@ The
argument passed to
.Fn bt_getprotobyname
should point to a
-.Dv NUL Ns -terminated
+.Dv NULL Ns -terminated
Bluetooth Protocol Service Multiplexor name.
The
.Fa proto
OpenPOWER on IntegriCloud