[PATCH 1/2] Documentation: networking: resize reStructuredText table
Roland Hieber
rhi at pengutronix.de
Fri Feb 10 14:48:30 PST 2023
Make more space for long lines which we'll add in the next commit.
Signed-off-by: Roland Hieber <rhi at pengutronix.de>
---
Documentation/user/networking.rst | 38 +++++++++++++++----------------
1 file changed, 19 insertions(+), 19 deletions(-)
diff --git a/Documentation/user/networking.rst b/Documentation/user/networking.rst
index 2306cb6a60d1..6bd16ea8d1bd 100644
--- a/Documentation/user/networking.rst
+++ b/Documentation/user/networking.rst
@@ -38,25 +38,25 @@ Network devices are configured with a set of device specific variables:
Additionally there are some more variables that are not specific to a
device:
-+------------------------------+--------------+------------------------------------------------+
-| name | type | |
-+==============================+==============+================================================+
-| global.net.gateway | ipv4 host | The network gateway used when a host is not in |
-| | | any directly visible subnet. May be set |
-| | | automatically by DHCP. |
-+------------------------------+--------------+------------------------------------------------+
-| global.net.server | hostname or | The default server used by the defaultenv boot |
-| | ipv4 address | scripts for NFS and TFTP; see |
-| | | :ref:`booting_linux_net`. |
-| | | If unspecified, may be set by DHCP. |
-+------------------------------+--------------+------------------------------------------------+
-| global.net.nameserver | ipv4 address | The DNS server used for resolving host names. |
-| | | May be set by DHCP. |
-+------------------------------+--------------+------------------------------------------------+
-| global.net.ifup_force_detect | boolean | Set to true if your network device is not |
-| | | detected automatically during start (i.e. for |
-| | | USB network adapters). |
-+------------------------------+--------------+------------------------------------------------+
++------------------------------+--------------+-------------------------------------------------------+
+| name | type | |
++==============================+==============+=======================================================+
+| global.net.gateway | ipv4 host | The network gateway used when a host is not in |
+| | | any directly visible subnet. May be set |
+| | | automatically by DHCP. |
++------------------------------+--------------+-------------------------------------------------------+
+| global.net.server | hostname or | The default server used by the defaultenv boot |
+| | ipv4 address | scripts for NFS and TFTP; see |
+| | | :ref:`booting_linux_net`. |
+| | | If unspecified, may be set by DHCP. |
++------------------------------+--------------+-------------------------------------------------------+
+| global.net.nameserver | ipv4 address | The DNS server used for resolving host names. |
+| | | May be set by DHCP. |
++------------------------------+--------------+-------------------------------------------------------+
+| global.net.ifup_force_detect | boolean | Set to true if your network device is not |
+| | | detected automatically during start (i.e. for |
+| | | USB network adapters). |
++------------------------------+--------------+-------------------------------------------------------+
The first step for networking is configuring the network device. The network
device is usually ``eth0``. The current configuration can be viewed with the
--
2.30.2
More information about the barebox
mailing list