From 8211b80c17221eed9f3f8530eafed3cc3fbd03f1 Mon Sep 17 00:00:00 2001 From: Lucas Gabriel Schneider Date: Tue, 11 Feb 2020 14:53:43 -0300 Subject: [PATCH] multiple pages: rephrase without adjectives (#3846) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Starbeamrainbowlabs Co-authored-by: Zlatan Vasović --- pages/common/ag.md | 2 +- pages/common/bmaptool.md | 2 +- pages/common/bup.md | 2 +- pages/common/restic.md | 2 +- pages/common/zola.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pages/common/ag.md b/pages/common/ag.md index 8e35da8829..902dfecac6 100644 --- a/pages/common/ag.md +++ b/pages/common/ag.md @@ -1,6 +1,6 @@ # ag -> The Silver Searcher. Like ack, but faster. +> The Silver Searcher. Like ack, but aims to be faster. > More information: . - Find files containing "foo", and print the line matches in context: diff --git a/pages/common/bmaptool.md b/pages/common/bmaptool.md index 4bd4146ad0..2f0347b15e 100644 --- a/pages/common/bmaptool.md +++ b/pages/common/bmaptool.md @@ -1,6 +1,6 @@ # bmaptool -> Create or Copy blockmaps intelligently (and therefore faster than `cp` or `dd`). +> Create or copy block maps intelligently (designed to be faster than `cp` or `dd`). > More information: . - Create a blockmap from image file: diff --git a/pages/common/bup.md b/pages/common/bup.md index 885e186eb8..cfd0fd884d 100644 --- a/pages/common/bup.md +++ b/pages/common/bup.md @@ -1,6 +1,6 @@ # bup -> Backup system based on the git packfile format, providing fast incremental saves and global deduplication. +> Backup system based on the git packfile format, providing incremental saves and global deduplication. > More information: . - Initialize a backup repository in the specified local directory: diff --git a/pages/common/restic.md b/pages/common/restic.md index edaf94bb6b..a4e24bb9f4 100644 --- a/pages/common/restic.md +++ b/pages/common/restic.md @@ -1,6 +1,6 @@ # restic -> Fast, secure, efficient backup program. +> A backup program that aims to be fast, secure and efficient. > More information: . - Initialize a backup repository in the specified local directory: diff --git a/pages/common/zola.md b/pages/common/zola.md index 583e4304dd..8c6ac22b6b 100644 --- a/pages/common/zola.md +++ b/pages/common/zola.md @@ -1,6 +1,6 @@ # zola -> A fast static site generator in a single binary with everything built-in. +> A static site generator in a single binary with everything built-in. > More information: . - Create the directory structure used by Zola at the given directory: