svn commit: r191312 - head/share/man/man4

Edward Tomasz Napierala trasz at FreeBSD.org
Mon Apr 20 13:53:41 UTC 2009


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 */
 };


More information about the svn-src-all mailing list