diff --git a/pages/common/at.md b/pages/common/at.md index 1f9ab4a47..e59375ef4 100644 --- a/pages/common/at.md +++ b/pages/common/at.md @@ -2,7 +2,7 @@ > Execute commands once at a later time. > Service atd (or atrun) should be running for the actual executions. -> More information: . +> More information: . - Execute commands from standard input in 5 minutes (press `Ctrl + D` when done): diff --git a/pages/common/atq.md b/pages/common/atq.md index 2d91dac2b..fde6743d7 100644 --- a/pages/common/atq.md +++ b/pages/common/atq.md @@ -1,7 +1,7 @@ # atq > Show jobs scheduled by `at` or `batch` commands. -> More information: . +> More information: . - Show the current user's scheduled jobs: diff --git a/pages/common/atrm.md b/pages/common/atrm.md index fca34c82b..9bf0a71f7 100644 --- a/pages/common/atrm.md +++ b/pages/common/atrm.md @@ -2,7 +2,7 @@ > Remove jobs scheduled by `at` or `batch` commands. > To find job numbers use `atq`. -> More information: . +> More information: . - Remove job number 10: diff --git a/pages/common/banner.md b/pages/common/banner.md index e00cf9de7..ef32bc7c4 100644 --- a/pages/common/banner.md +++ b/pages/common/banner.md @@ -1,7 +1,7 @@ # banner > Print the given argument as a large ASCII art. -> More information: . +> More information: . - Print the text message as a large banner (quotes are optional): diff --git a/pages/common/batch.md b/pages/common/batch.md index d424b3e40..b3a81f310 100644 --- a/pages/common/batch.md +++ b/pages/common/batch.md @@ -2,7 +2,7 @@ > Execute commands at a later time when the system load levels permit. > Service atd (or atrun) should be running for the actual executions. -> More information: . +> More information: . - Execute commands from standard input (press `Ctrl + D` when done): diff --git a/pages/common/bootctl.md b/pages/common/bootctl.md index bbd146c26..ac674d8d1 100644 --- a/pages/common/bootctl.md +++ b/pages/common/bootctl.md @@ -1,7 +1,7 @@ # bootctl > Control EFI firmware boot settings and manage boot loader. -> More information: . +> More information: . - Show information about the system firmware and the bootloaders: diff --git a/pages/common/ed.md b/pages/common/ed.md index 45ad80357..ec2bacc2b 100644 --- a/pages/common/ed.md +++ b/pages/common/ed.md @@ -1,7 +1,7 @@ # ed > The original Unix text editor. -> More information: . +> More information: . - Start ed, editing an empty document (which can be saved as a new file in the current directory): diff --git a/pages/common/fortune.md b/pages/common/fortune.md index 4a7d1ae36..e25963b99 100644 --- a/pages/common/fortune.md +++ b/pages/common/fortune.md @@ -1,7 +1,7 @@ # fortune > Print a random quotation (fortune-cookie style). -> More information: . +> More information: . - Print a quotation: diff --git a/pages/common/fusermount.md b/pages/common/fusermount.md index 7d3d82427..8ba0fbb95 100644 --- a/pages/common/fusermount.md +++ b/pages/common/fusermount.md @@ -1,7 +1,7 @@ # fusermount > Mount and unmount FUSE filesystems. -> More information: . +> More information: . - Unmount a FUSE filesystem: diff --git a/pages/common/runit.md b/pages/common/runit.md index 3bed884fc..19bbc3639 100644 --- a/pages/common/runit.md +++ b/pages/common/runit.md @@ -1,7 +1,7 @@ # runit > 3-stage init system. -> More information: . +> More information: . - Start runit's 3-stage init scheme: diff --git a/pages/common/sed.md b/pages/common/sed.md index 7e78483b0..33cb8013c 100644 --- a/pages/common/sed.md +++ b/pages/common/sed.md @@ -1,7 +1,7 @@ # sed > Edit text in a scriptable manner. -> More information: . +> More information: . - Replace the first occurrence of a regular expression in each line of a file, and print the result: