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
|
@ -27,7 +27,7 @@ on Linux host.
|
|||
|
||||
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:
|
||||
|
||||
.. code-block:: console
|
||||
|
|
|
@ -33,7 +33,7 @@ Follow these steps to build the gPTP sample application:
|
|||
.. zephyr-app-commands::
|
||||
:zephyr-app: samples/net/gptp
|
||||
:board: <board to use>
|
||||
:conf: prj.conf
|
||||
:conf: prj_base.conf
|
||||
:goals: build
|
||||
:compact:
|
||||
|
||||
|
|
Loading…
Reference in a new issue