diff options
author | ru <ru@FreeBSD.org> | 2005-01-13 08:49:45 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2005-01-13 08:49:45 +0000 |
commit | 5a1651e86590a1703e1f9c09fcdce39eaec01e4b (patch) | |
tree | c47f3e8d58e50ede2e9f4719f0eb0e2c6640dbdf /lib/libbluetooth | |
parent | f88c29d9b1da78294a391bbcc4523d8fd9ab36f6 (diff) | |
download | FreeBSD-src-5a1651e86590a1703e1f9c09fcdce39eaec01e4b.zip FreeBSD-src-5a1651e86590a1703e1f9c09fcdce39eaec01e4b.tar.gz |
Revert last delta. The ASCII code 0 character is "NUL",
not "NULL", see ascii(7).
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 c91fe62..8e64d3c 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 NULL Ns -terminated +.Dv NUL Ns -terminated hostname. The .Fa addr @@ -142,7 +142,7 @@ The argument passed to .Fn bt_getprotobyname should point to a -.Dv NULL Ns -terminated +.Dv NUL Ns -terminated Bluetooth Protocol Service Multiplexor name. The .Fa proto |