chore: aligned docs to the template file for articles

This commit is contained in:
Michele Cereda
2023-07-09 20:48:18 +02:00
parent ebb4e5febb
commit 919a261a0c
95 changed files with 914 additions and 266 deletions

View File

@@ -1,5 +1,10 @@
# Renew the IP address lease
## Table of contents <!-- omit in toc -->
1. [TL;DR](#tldr)
1. [Further readings](#further-readings)
## TL;DR
```sh
@@ -14,10 +19,14 @@ sudo dhclient -r eth0
## Further readings
- [Force the DHCP client to renew the IP address in Linux]
- [dhclient]
- [`dhclient`][dhclient]
<!-- internal references -->
<!--
References
-->
<!-- In-article sections -->
[dhclient]: dhclient.md
<!-- external references -->
<!-- Others -->
[force the dhcp client to renew the ip address in linux]: https://www.cyberciti.biz/faq/howto-linux-renew-dhcp-client-ip-address/