Commit c5f75a14 authored by Adam Zerella's avatar Adam Zerella Committed by David S. Miller
Browse files

docs: networking: Add title caret and missing doc



Resolving a couple of Sphinx documentation warnings
that are generated in the networking section.

- WARNING: document isn't included in any toctree
- WARNING: Title underline too short.

Signed-off-by: default avatarAdam Zerella <adam.zerella@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 55131dec
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@ Contents:
   intel/ice
   google/gve
   mellanox/mlx5
   netronome/nfp
   pensando/ionic

.. only::  subproject and html
+1 −1
Original line number Diff line number Diff line
@@ -272,7 +272,7 @@ supported flags are:
* MSG_DONTWAIT, i.e. non-blocking operation.

recvmsg(2)
^^^^^^^^^
^^^^^^^^^^

In most cases recvmsg(2) is needed if you want to extract more information than
recvfrom(2) can provide. For example package priority and timestamp. The