summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2009-04-20 13:53:40 +0000
committertrasz <trasz@FreeBSD.org>2009-04-20 13:53:40 +0000
commit03099c894029373bb9e526cd36df8165210edeaa (patch)
tree130d03d178cc54633be871589f40233053cad042 /share
parentbb7780fc12a3d9a7f865f1f353dab01381958b66 (diff)
downloadFreeBSD-src-03099c894029373bb9e526cd36df8165210edeaa.zip
FreeBSD-src-03099c894029373bb9e526cd36df8165210edeaa.tar.gz
Adjust route(4) manual page to remove rtm_use field, which was removed
from the route.h some time ago. Reviewed by: rwatson
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/route.41
1 files changed, 0 insertions, 1 deletions
diff --git a/share/man/man4/route.4 b/share/man/man4/route.4
index aaf59e4..764bf70 100644
--- a/share/man/man4/route.4
+++ b/share/man/man4/route.4
@@ -217,7 +217,6 @@ struct rt_msghdr {
pid_t rtm_pid; /* identify sender */
int rtm_seq; /* for sender to identify action */
int rtm_errno; /* why failed */
- int rtm_use; /* from rtentry */
u_long rtm_inits; /* which metrics we are initializing */
struct rt_metrics rtm_rmx; /* metrics themselves */
};
OpenPOWER on IntegriCloud