fix(kb): correct articles' titles

This commit is contained in:
Michele Cereda
2025-11-21 23:06:30 +01:00
parent febb2695f8
commit 8dbb05b28d
3 changed files with 2 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
# GNU Make # Make
1. [TL;DR](#tldr) 1. [TL;DR](#tldr)
1. [Load .env files in the Makefile](#load-env-files-in-the-makefile) 1. [Load .env files in the Makefile](#load-env-files-in-the-makefile)

View File

@@ -1,4 +1,4 @@
# The `useradd` command # The `userdel` command
Delete users accounts and their related files. Delete users accounts and their related files.

View File

@@ -1,7 +1,5 @@
# The `usermod` command # The `usermod` command
## Table of contents <!-- omit in toc -->
1. [TL;DR](#tldr) 1. [TL;DR](#tldr)
1. [Sources](#sources) 1. [Sources](#sources)