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:
Andrei Gansari 2019-01-08 16:05:45 +02:00 committed by Maureen Helm
parent f6d3f6b92b
commit c8d3b3f768
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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: