diff options
author | emax <emax@FreeBSD.org> | 2005-01-04 20:00:27 +0000 |
---|---|---|
committer | emax <emax@FreeBSD.org> | 2005-01-04 20:00:27 +0000 |
commit | ef08281270379e70064472614eb2648bc6087f9f (patch) | |
tree | 5b7a80a94abd0532d6d61eb3ac87e89ae811d626 /lib/libbluetooth | |
parent | 6f24877a9d95e2de520ac577d222a34f68466193 (diff) | |
download | FreeBSD-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.3 | 4 |
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 |