From c8d3b3f7683313410a194e2bc560aafc2386f329 Mon Sep 17 00:00:00 2001 From: Andrei Gansari Date: Tue, 8 Jan 2019 16:05:45 +0200 Subject: [PATCH] samples: minor documentation fixes DHCPv4 client typo: '/etc/dhcpd/dhcp.conf' gPTP Sample -DCONF_FILE=prj.conf (filename changed) Signed-off-by: Andrei Gansari --- samples/net/dhcpv4_client/README.rst | 2 +- samples/net/gptp/README.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/net/dhcpv4_client/README.rst b/samples/net/dhcpv4_client/README.rst index b9d3518dad3..accce4c554f 100644 --- a/samples/net/dhcpv4_client/README.rst +++ b/samples/net/dhcpv4_client/README.rst @@ -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 diff --git a/samples/net/gptp/README.rst b/samples/net/gptp/README.rst index 4ee8c2a18ed..0a0d2c28e87 100644 --- a/samples/net/gptp/README.rst +++ b/samples/net/gptp/README.rst @@ -33,7 +33,7 @@ Follow these steps to build the gPTP sample application: .. zephyr-app-commands:: :zephyr-app: samples/net/gptp :board: - :conf: prj.conf + :conf: prj_base.conf :goals: build :compact: