diff --git a/tldr/assimp b/tldr/assimp
index 2595a5e5..3470f946 100644
--- a/tldr/assimp
+++ b/tldr/assimp
@@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git
> Client for the Open Asset Import Library.
> Supports loading of 40+ 3D file formats, and exporting to several popular 3D formats.
-> More information: .
+> More information: .
- List all supported import formats:
diff --git a/tldr/distcc b/tldr/distcc
new file mode 100644
index 00000000..169da2a6
--- /dev/null
+++ b/tldr/distcc
@@ -0,0 +1,33 @@
+---
+syntax: markdown
+tags: [tldr, common]
+source: https://github.com/tldr-pages/tldr.git
+---
+# distcc
+
+> Distributed C/C++/ObjC compilation client that works with `distccd`.
+> More information: .
+
+- Compile a source file using a compiler like `gcc`:
+
+`distcc {{gcc}} -c {{path/to/source.c}} -o {{path/to/output.o}}`
+
+- Set remote hosts to distribute compilation:
+
+`export DISTCC_HOSTS="localhost {{ip1 ip2 ...}}"`
+
+- Compile a project with `make` using `distcc`:
+
+`make {{[-j|--jobs]}} {{parallel_jobs}} CC="distcc {{gcc}}"`
+
+- Show the list of current `distcc` hosts:
+
+`distcc --show-hosts`
+
+- Display help:
+
+`distcc --help`
+
+- Display version:
+
+`distcc --version`
diff --git a/tldr/linux/grub-editenv b/tldr/linux/grub-editenv
index e17ce9dd..f38df38d 100644
--- a/tldr/linux/grub-editenv
+++ b/tldr/linux/grub-editenv
@@ -12,14 +12,10 @@ source: https://github.com/tldr-pages/tldr.git
`grub-editenv /boot/grub/grubenv set default={{Ubuntu}}`
-- Display the current value of the `timeout` variable:
+- Display all GRUB environment variables:
-`grub-editenv /boot/grub/grubenv list timeout`
+`grub-editenv /boot/grub/grubenv list`
- Reset the `saved_entry` variable to the default:
`grub-editenv /boot/grub/grubenv unset saved_entry`
-
-- Append "quiet splash" to the kernel command-line:
-
-`grub-editenv /boot/grub/grubenv list kernel_cmdline`
diff --git a/tldr/linux/nordvpn b/tldr/linux/nordvpn
index 8e5a91db..6eba8c9b 100644
--- a/tldr/linux/nordvpn
+++ b/tldr/linux/nordvpn
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
# nordvpn
> Command-line interface for NordVPN.
-> More information: .
+> More information: .
- Interactively log into a NordVPN account:
diff --git a/tldr/lychee b/tldr/lychee
index 03d99d43..a36e6e40 100644
--- a/tldr/lychee
+++ b/tldr/lychee
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
# lychee
> Find broken URLs.
-> More information: .
+> More information: .
- Scan a website for broken links:
diff --git a/tldr/mysqlsh b/tldr/mysqlsh
index 23258d5b..ce5c8e46 100644
--- a/tldr/mysqlsh
+++ b/tldr/mysqlsh
@@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git
> Advanced client for MySQL, supporting SQL, JavaScript, and Python.
> It offers features for managing InnoDB clusters and document store collections.
-> More information: .
+> More information: .
- Start MySQL Shell in interactive mode:
diff --git a/tldr/octave b/tldr/octave
index de1c43a0..06747cf5 100644
--- a/tldr/octave
+++ b/tldr/octave
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
# octave
> A programming language for scientific computing.
-> More information: .
+> More information: .
- Start an interactive session:
diff --git a/tldr/osx/xsltproc b/tldr/osx/xsltproc
index 5464544f..4a2327b3 100644
--- a/tldr/osx/xsltproc
+++ b/tldr/osx/xsltproc
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
# xsltproc
> Transform XML with XSLT to produce output (usually HTML or XML).
-> More information: .
+> More information: .
- Transform an XML file with a specific XSLT stylesheet:
diff --git a/tldr/sudoedit b/tldr/sudoedit
new file mode 100644
index 00000000..9840eb19
--- /dev/null
+++ b/tldr/sudoedit
@@ -0,0 +1,12 @@
+---
+syntax: markdown
+tags: [tldr, common]
+source: https://github.com/tldr-pages/tldr.git
+---
+# sudoedit
+
+> This command is an alias of `sudo --edit`.
+
+- View documentation for the original command:
+
+`tldr sudo`
diff --git a/tldr/zbarimg b/tldr/zbarimg
index 53348810..5cfd9a3b 100644
--- a/tldr/zbarimg
+++ b/tldr/zbarimg
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
# zbarimg
> Scan and decode bar codes from image file(s).
-> More information: .
+> More information: .
- Process an image file: