summaryrefslogtreecommitdiffstats
path: root/testsuite/ppp01/test_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/ppp01/test_main.c')
-rw-r--r--testsuite/ppp01/test_main.c26
1 files changed, 14 insertions, 12 deletions
diff --git a/testsuite/ppp01/test_main.c b/testsuite/ppp01/test_main.c
index 550039e9..078e96e2 100644
--- a/testsuite/ppp01/test_main.c
+++ b/testsuite/ppp01/test_main.c
@@ -1,3 +1,17 @@
+/**
+ * @file
+ *
+ * To test PPP connect the RTEMS target with your host. Start PPP on the host
+ * with something like this:
+ *
+ * pppd nodetach noauth 192.168.100.11:192.168.100.70 proxyarp 115200 dump \
+ * local nocrtscts debug mtu 296 mru 296 nolock ms-dns 192.168.96.1 novj \
+ * /dev/ttyS0
+ *
+ * Make sure IP forwarding is enabled and check the firewall settings if you
+ * want to access the internet.
+ */
+
/*
* Copyright (c) 2014, 2018 embedded brains GmbH. All rights reserved.
*
@@ -29,18 +43,6 @@
* SUCH DAMAGE.
*/
-/*
- * To test PPP connect the RTEMS target with your host. Start PPP on the host
- * with something like this:
- *
- * pppd nodetach noauth 192.168.100.11:192.168.100.70 proxyarp 115200 dump \
- * local nocrtscts debug mtu 296 mru 296 nolock ms-dns 192.168.96.1 novj \
- * /dev/ttyS0
- *
- * Make sure IP forwarding is enabled and check the firewall settings if you
- * want to access the internet.
- */
-
#include <assert.h>
#include <stdlib.h>
#include <sys/stat.h>