route_strerror
static const char *route_strerror(int);
warnx("writing to routing socket: %s", route_strerror(errno));
route_strerror(errno));
(void)printf(": %s\n", route_strerror(oerrno));
warnp("Error adding a route: %s\n", route_strerror(errno));
route_strerror(errno), satos(&so_dest->sa),
route_strerror(errno), satos(&so_dest->sa));