svn commit: r256618 - head/share/man/man9

Alexander V. Chernikov melifaro at FreeBSD.org
Wed Oct 16 10:36:43 UTC 2013


Author: melifaro
Date: Wed Oct 16 10:36:42 2013
New Revision: 256618
URL: http://svnweb.freebsd.org/changeset/base/256618

Log:
  Reflect r248070 (RTM_PINNED) changes in documentation.
  
  Pointed by:	pluknet
  MFC after:	2 weeks

Modified:
  head/share/man/man9/rtentry.9

Modified: head/share/man/man9/rtentry.9
==============================================================================
--- head/share/man/man9/rtentry.9	Wed Oct 16 10:33:20 2013	(r256617)
+++ head/share/man/man9/rtentry.9	Wed Oct 16 10:36:42 2013	(r256618)
@@ -28,7 +28,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd December 11, 2008
+.Dd October 16, 2013
 .Dt RTENTRY 9
 .Os
 .Sh NAME
@@ -154,8 +154,7 @@ Protocol-specific.
 .It Dv RTF_PRCLONING
 This flag is obsolete and simply ignored by facility.
 .It Dv RTF_PINNED
-(Reserved for future use to indicate routes which are not to be
-modified by a routing protocol.)
+Indicates that this route is immutable to a routing protocol.
 .It Dv RTF_LOCAL
 Indicates that the destination of this route is an address configured
 as belonging to this system.


More information about the svn-src-all mailing list