From 43a623c82f6c8a8675c655ce13250a67e0339710 Mon Sep 17 00:00:00 2001 From: Edward Tomasz Napierala Date: Tue, 29 Mar 2016 11:56:00 +0000 Subject: [PATCH] Add phttpget(8) .Xr to fetch(1). MFC after: 1 month Sponsored by: The FreeBSD Foundation --- usr.bin/fetch/fetch.1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr.bin/fetch/fetch.1 b/usr.bin/fetch/fetch.1 index 3b0b17f7018..999fb2ee56f 100644 --- a/usr.bin/fetch/fetch.1 +++ b/usr.bin/fetch/fetch.1 @@ -385,7 +385,8 @@ argument is used and the remote file is not newer than the specified file then the command will still return success, although no file is transferred. .Sh SEE ALSO -.Xr fetch 3 +.Xr fetch 3 , +.Xr phttpget 8 .Sh HISTORY The .Nm