Update to markdown
- Spellchecking - Update plain text to github markdown
This commit is contained in:
parent
f8edbbb8d2
commit
7b40a568a6
73 changed files with 1826 additions and 1574 deletions
|
@ -1,11 +0,0 @@
|
|||
Simple ping6 application for testing purpose.
|
||||
|
||||
The user should wait for the prompt and input the ping6 command
|
||||
followed by the destination IPv6 address. The address should not use
|
||||
any abbreviated form (the application does very little input format
|
||||
check).
|
||||
|
||||
E.g. of a correct command:
|
||||
> ping6 fe80:0000:0000:0000:02bd:07ff:fee2:1c00
|
||||
|
||||
The ping6 application will then send PING6_NB = 5 ping request packets.
|
12
examples/ping-ipv6/README.markdown
Normal file
12
examples/ping-ipv6/README.markdown
Normal file
|
@ -0,0 +1,12 @@
|
|||
Simple ping6 application for testing purpose.
|
||||
=============================================
|
||||
|
||||
The user should wait for the prompt and input the ping6 command followed by the
|
||||
destination IPv6 address. The address should not use any abbreviated form (the
|
||||
application does very little input format check).
|
||||
|
||||
E.g. of a correct command:
|
||||
|
||||
> ping6 fe80:0000:0000:0000:02bd:07ff:fee2:1c00
|
||||
|
||||
The ping6 application will then send PING6_NB = 5 ping request packets.
|
Loading…
Add table
Add a link
Reference in a new issue