Browse Source

linux/t*: add information link (#6166)

CleanMachine1 3 years ago
parent
commit
d86d3d6206
5 changed files with 5 additions and 0 deletions
  1. 1 0
      pages/linux/top.md
  2. 1 0
      pages/linux/trap.md
  3. 1 0
      pages/linux/trizen.md
  4. 1 0
      pages/linux/tshark.md
  5. 1 0
      pages/linux/tune2fs.md

+ 1 - 0
pages/linux/top.md

@@ -1,6 +1,7 @@
 # top
 
 > Display dynamic real-time information about running processes.
+> More information: <https://manned.org/top>.
 
 - Start top:
 

+ 1 - 0
pages/linux/trap.md

@@ -2,6 +2,7 @@
 
 > Automatically execute commands after receiving signals by processes or the operating system.
 > Can be used to perform cleanups for interruptions by the user or other actions.
+> More information: <https://manned.org/trap>.
 
 - List available signals to set traps for:
 

+ 1 - 0
pages/linux/trizen.md

@@ -1,6 +1,7 @@
 # trizen
 
 > Arch Linux utility for building packages from the Arch User Repository (AUR).
+> More information: <https://github.com/trizen/trizen>.
 
 - Synchronize and update all AUR packages:
 

+ 1 - 0
pages/linux/tshark.md

@@ -1,6 +1,7 @@
 # tshark
 
 > Packet analysis tool, CLI version of Wireshark.
+> More information: <https://tshark.dev/>.
 
 - Monitor everything on localhost:
 

+ 1 - 0
pages/linux/tune2fs.md

@@ -2,6 +2,7 @@
 
 > Adjust parameters of an ext2, ext3 or ext4 filesystem.
 > May be used on mounted filesystems.
+> More information: <https://manned.org/tune2fs>.
 
 - Set the max number of counts before a filesystem is checked to 2: