aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/urlh2
-rw-r--r--man/man1/dmp.12
-rw-r--r--man/man1/unf.12
-rw-r--r--man/man7/dotfiles.7.header1
4 files changed, 3 insertions, 4 deletions
diff --git a/bin/urlh b/bin/urlh
index 2c547ad0..6a768a9f 100755
--- a/bin/urlh
+++ b/bin/urlh
@@ -12,7 +12,7 @@ url=$1 header=$2
curl -I -- "$url" |
# Unfold the headers
-unf |
+unf |
# Change the line endings to UNIX format
sd2u |
diff --git a/man/man1/dmp.1 b/man/man1/dmp.1
index 2d9111d6..f8976000 100644
--- a/man/man1/dmp.1
+++ b/man/man1/dmp.1
@@ -8,7 +8,7 @@
.B dmp
applies dmenu(1) to pick a password entry
from a pass(1) store and put it into the X
-CLIPBOARD for up to 10 seconds.
+CLIPBOARD for up to 10 seconds.
.SH SEE ALSO
dmenu(1), pass(1)
.SH AUTHOR
diff --git a/man/man1/unf.1 b/man/man1/unf.1
index 709e7d2b..57d4548f 100644
--- a/man/man1/unf.1
+++ b/man/man1/unf.1
@@ -13,7 +13,7 @@ FILE
FILE1 FILE2...
.br
curl -I http://www.example.net/ |
-.B
+.B
unf
.SH DESCRIPTION
Joins lines with leading spaces in the output to the previous line,
diff --git a/man/man7/dotfiles.7.header b/man/man7/dotfiles.7.header
index 2731f7dc..b059b0fd 100644
--- a/man/man7/dotfiles.7.header
+++ b/man/man7/dotfiles.7.header
@@ -1,4 +1,3 @@
% DOTFILES(7)
% Tom Ryder
% June 2016
-