aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-08 10:57:00 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-08 11:11:53 +1200
commit0ba7ec0b0f7bfacda4dab436bf9bf49cb2bf450e (patch)
tree718f765799417d31bc6f1c137a4162b091118cf6 /man
parentUpdate options for gms(1) use of try(1) (diff)
downloaddotfiles-0ba7ec0b0f7bfacda4dab436bf9bf49cb2bf450e.tar.gz
dotfiles-0ba7ec0b0f7bfacda4dab436bf9bf49cb2bf450e.zip
Change urlc(1) to POSIX sh
Diffstat (limited to 'man')
-rw-r--r--man/man1/urlc.12
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man1/urlc.1 b/man/man1/urlc.1
index 42ad2bdb..b4234a3d 100644
--- a/man/man1/urlc.1
+++ b/man/man1/urlc.1
@@ -15,7 +15,7 @@ curl http://example.net/ | hurl |
.SH DESCRIPTION
.B urlc
iterates through the newline-delimited URLs passed to it on stdin and using
-curl(1) requests checks for retrieval errors, redirects, and tries a naive
+curl(1) requests checks for retrieval errors, redirects, and tries a naïve
check to see if an HTTPS version is available of any unencrypted HTTP traffic.
.SH SEE ALSO
curl(1), hurl(1), murl(1)