samples: minor documentation fixes
DHCPv4 client typo: '/etc/dhcpd/dhcp.conf' gPTP Sample -DCONF_FILE=prj.conf (filename changed) Signed-off-by: Andrei Gansari <andrei.gansari@nxp.com>
This commit is contained in:
parent
f6d3f6b92b
commit
c8d3b3f768
2 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ on Linux host.
|
||||||
|
|
||||||
To use QEMU for testing, follow the :ref:`networking_with_qemu` guide.
|
To use QEMU for testing, follow the :ref:`networking_with_qemu` guide.
|
||||||
|
|
||||||
Here's a sample server configuration file '/etc/dhcpd/dhcp.conf'
|
Here's a sample server configuration file '/etc/dhcp/dhcpd.conf'
|
||||||
used to configure the DHCPv4 server:
|
used to configure the DHCPv4 server:
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
|
@ -33,7 +33,7 @@ Follow these steps to build the gPTP sample application:
|
||||||
.. zephyr-app-commands::
|
.. zephyr-app-commands::
|
||||||
:zephyr-app: samples/net/gptp
|
:zephyr-app: samples/net/gptp
|
||||||
:board: <board to use>
|
:board: <board to use>
|
||||||
:conf: prj.conf
|
:conf: prj_base.conf
|
||||||
:goals: build
|
:goals: build
|
||||||
:compact:
|
:compact:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue