| 1234567891011121314151617 | --- tcp_wrappers_7.6.orig/hosts_options.5	1994-12-28 17:42:29.000000000 +0100+++ tcp_wrappers_7.6/hosts_options.5	2009-06-05 18:45:03.000000000 +0200@@ -58,12 +58,12 @@ Notice the leading dot on the domain nam Execute, in a child process, the specified shell command, after performing the %<letter> expansions described in the hosts_access(5) manual page.  The command is executed with stdin, stdout and stderr-connected to the null device, so that it won\'t mess up the+connected to the null device, so that it won't mess up the conversation with the client host. Example: .sp .nf .ti +3-spawn (/some/where/safe_finger -l @%h | /usr/ucb/mail root) &+spawn (/usr/sbin/safe_finger -l @%h | /usr/bin/mail root) & .fi .sp executes, in a background child process, the shell command "safe_finger
 |