// .TH mailroute 1 "27 jul 98" // .IX mailroute // .\" See the copyright notice at the end of this file. // .SH Name // mailroute \- safe wrapper for traceroute // // .SH Syntax // .B mailroute // .I hostname // // .SH Description // .B mailroute // .I hostname // calls // .B traceroute // .I hostname // after performing some safety checks on // .IR hostname. // .PP // See the // .B mailroute // manpage for further details. // .SH Options // .PP // None. // .SH Bugs // None that we know of. // // .SH Author // Jorge Stolfi // // .\" // .\" (****************************************************************************) // .\" (* (C) Copyright 1992 Universidade Estadual de Campinas (UNICAMP) *) // .\" (* Campinas, SP, Brazil *) // .\" (* *) // .\" (* Author: *) // .\" (* *) // .\" (* Jorge Stolfi - CS Dept, UNICAMP *) // .\" (* *) // .\" (* This file can be freely distributed, modified, and used for any *) // .\" (* purpose, provided that this copyright and authorship notice is *) // .\" (* included in any copy or derived version of this file. *) // .\" (* *) // .\" (* DISCLAIMER: This software is offered ``as is'', without any guarantee *) // .\" (* as to fitness for any particular purpose. Neither the copyright *) // .\" (* holder nor the authors or their employers can be held responsible for *) // .\" (* any damages that may result from its use. *) // .\" (****************************************************************************) // .\" // .\" Last edited on 1998-07-27 22:11:04 by stolfi