mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
Fix typo: NUL -> NULL
Submitted by: Markus Brueffer < markus AT brueffer DOT de > MFC after: 3 days
This commit is contained in:
parent
778ee7be10
commit
9833f74761
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=139684
@ -87,7 +87,7 @@ The
|
|||||||
argument passed to
|
argument passed to
|
||||||
.Fn bt_gethostbyname
|
.Fn bt_gethostbyname
|
||||||
should point to a
|
should point to a
|
||||||
.Dv NUL Ns -terminated
|
.Dv NULL Ns -terminated
|
||||||
hostname.
|
hostname.
|
||||||
The
|
The
|
||||||
.Fa addr
|
.Fa addr
|
||||||
@ -142,7 +142,7 @@ The
|
|||||||
argument passed to
|
argument passed to
|
||||||
.Fn bt_getprotobyname
|
.Fn bt_getprotobyname
|
||||||
should point to a
|
should point to a
|
||||||
.Dv NUL Ns -terminated
|
.Dv NULL Ns -terminated
|
||||||
Bluetooth Protocol Service Multiplexor name.
|
Bluetooth Protocol Service Multiplexor name.
|
||||||
The
|
The
|
||||||
.Fa proto
|
.Fa proto
|
||||||
|
Loading…
Reference in New Issue
Block a user