1comment = "Retrieve a file from a remote URL" 2 3desc = <<EOD 4The fetch(1) utility can be used to retieve files from a remote URL via 5HTTP or FTP. 6EOD 7 8annotations { 9 set = minimal 10} 11