Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Apr 2009 13:53:40 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r191312 - head/share/man/man4
Message-ID:  <200904201353.n3KDrekq047926@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: trasz
Date: Mon Apr 20 13:53:40 2009
New Revision: 191312
URL: http://svn.freebsd.org/changeset/base/191312

Log:
  Adjust route(4) manual page to remove rtm_use field, which was removed
  from the route.h some time ago.
  
  Reviewed by:	rwatson

Modified:
  head/share/man/man4/route.4

Modified: head/share/man/man4/route.4
==============================================================================
--- head/share/man/man4/route.4	Mon Apr 20 13:45:39 2009	(r191311)
+++ head/share/man/man4/route.4	Mon Apr 20 13:53:40 2009	(r191312)
@@ -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 */
 };



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904201353.n3KDrekq047926>