Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Oct 2013 10:36:42 +0000 (UTC)
From:      "Alexander V. Chernikov" <melifaro@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r256618 - head/share/man/man9
Message-ID:  <201310161036.r9GAagZh042177@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



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