From ee8e4b36bbff7ed6a71c9fc0c5469cdeba4f4861 Mon Sep 17 00:00:00 2001 From: Joseph Koshy Date: Sat, 22 Apr 2006 03:04:24 +0000 Subject: [PATCH] Fix a typo. Submitted by: Pawel Worach MFC after: 1 week --- usr.bin/fetch/fetch.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.bin/fetch/fetch.1 b/usr.bin/fetch/fetch.1 index 5a629304b06..5d87839cf27 100644 --- a/usr.bin/fetch/fetch.1 +++ b/usr.bin/fetch/fetch.1 @@ -231,8 +231,8 @@ The command returns zero on success, or one on failure. If multiple URLs are listed on the command line, .Nm -will attempt to retrieve them each of them in turn, and return zero -only if they were all successfully retrieved. +will attempt to retrieve each one of them in turn, and will return +zero only if they were all successfully retrieved. .Sh SEE ALSO .Xr fetch 3 .Sh HISTORY