aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-17 00:53:26 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-17 00:53:26 +1200
commita290d0ac9a3151eef5247ea0e3102529a3404e4c (patch)
tree10743f12a469f6b256c53579731296f0a5401c98
parentSpelling and capitalisation fixes (diff)
parentUpdate dotfiles(7) manual page (diff)
downloaddotfiles-a290d0ac9a3151eef5247ea0e3102529a3404e4c.tar.gz
dotfiles-a290d0ac9a3151eef5247ea0e3102529a3404e4c.zip
Merge branch 'release/v6.21.0' into develop
* release/v6.21.0: Update dotfiles(7) manual page
-rw-r--r--VERSION4
-rw-r--r--man/man7/dotfiles.7df8
2 files changed, 6 insertions, 6 deletions
diff --git a/VERSION b/VERSION
index 67ae0149..ff435ccc 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-tejr dotfiles v6.20.0
-Sun, 16 Jun 2019 06:06:53 +0000
+tejr dotfiles v6.21.0
+Sun, 16 Jun 2019 12:53:17 +0000
diff --git a/man/man7/dotfiles.7df b/man/man7/dotfiles.7df
index a4800f6b..e43c4f38 100644
--- a/man/man7/dotfiles.7df
+++ b/man/man7/dotfiles.7df
@@ -496,7 +496,7 @@ It's extensively commented.
I define my own \f[C]filetype.vim\f[] and \f[C]scripts.vim\f[], so that
filetype detection works in a way I like, and loads quickly.
They are unlikely to suit you as they are, but if you want to use it,
-you can extend them with your favourite filetypes in custom
+you can extend them with your favorite filetypes in custom
\f[C]ftdetect\f[] rules.
.SS Plugins
.PP
@@ -736,7 +736,7 @@ input, prompting if appropriate.
file, intended as a framework for shell wrappers or functions.
.IP \[bu] 2
\f[C]ax(1df)\f[] evaluates an AWK expression given on the command line;
-this is intended as a quick way to test how Awk would interpret a given
+this is intended as a quick way to test how AWK would interpret a given
expression.
.IP \[bu] 2
\f[C]bcq(1df)\f[] runs \f[C]bc(1)\f[], quieting it down if need be.
@@ -834,7 +834,7 @@ Good for quick tests.
.IP \[bu] 2
\f[C]mim(1df)\f[] starts an interactive Mutt message with its input.
.IP \[bu] 2
-\f[C]mftl(1df)\f[] finds usable\-looking targets in makefiles.
+\f[C]mftl(1df)\f[] finds usable\-looking targets in Makefiles.
.IP \[bu] 2
\f[C]mkcp(1df)\f[] creates a directory and copies preceding arguments
into it.
@@ -852,7 +852,7 @@ one per line.
\f[C]onl(1df)\f[] crunches input down to one printable line.
.IP \[bu] 2
\f[C]osc(1df)\f[] implements a \f[C]netcat(1)\f[]\-like wrapper for
-\f[C]openssl(1)\f[]'s \f[C]s_client\f[] subcommand.
+\f[C]openssl(1)\f[]'s \f[C]s_client\f[] sub\-command.
.IP \[bu] 2
\f[C]p(1df)\f[] prints concatenated standard input; \f[C]cat(1)\f[] as
it should always have been.