We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c864ad commit 611a38cCopy full SHA for 611a38c
src/socket.rs
@@ -164,7 +164,7 @@ impl Socket {
164
/// 2. connect it to the kernel with [`Socket::connect`]
165
/// 3. send a request to the kernel with [`Socket::send`]
166
/// 4. read the response (which can span over several messages)
167
- /// [`Socket::recv`]
+ /// [`Socket::recv`]
168
///
169
/// ```rust
170
/// use netlink_sys::{protocols::NETLINK_ROUTE, Socket, SocketAddr};
0 commit comments