aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-07-30 01:42:24 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-07-30 02:09:31 +1200
commitd43d77b6e0ada122907a9002655512942f762dd4 (patch)
tree6f3da7c1c14e10b1e0b77931acb4b16b1d5e54b1
parentChange pa and paz bash funcs to sh scripts (diff)
downloaddotfiles-d43d77b6e0ada122907a9002655512942f762dd4.tar.gz
dotfiles-d43d77b6e0ada122907a9002655512942f762dd4.zip
Add two missing periods
-rw-r--r--README.markdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.markdown b/README.markdown
index 3e45fc45..479988d1 100644
--- a/README.markdown
+++ b/README.markdown
@@ -317,8 +317,8 @@ Installed by the `install-bin` target:
* `jfcd(1)` watches a directory for changes and runs `jfc(1)` if it sees any.
* `maybe(1)` is like `true(1)` or `false(1)`; given a probability of success,
it exits with success or failure. Good for quick tests.
-* `mkcp(1)` creates a directory and copies preceding arguments into it
-* `mkmv(1)` creates a directory and moves preceding arguments into it
+* `mkcp(1)` creates a directory and copies preceding arguments into it.
+* `mkmv(1)` creates a directory and moves preceding arguments into it.
* `pa(1)` prints its arguments, one per line.
* `paz(1)` print its arguments terminated by NULL chars.
* `pit(1)` runs its input through a pager if its standard output looks like a