Mon Apr 4 13:29:12 2016 UTC ()
Sort sections.


(wiz)
diff -r1.26 -r1.27 src/share/man/man4/route.4

cvs diff -r1.26 -r1.27 src/share/man/man4/route.4 (expand / switch to unified diff)

--- src/share/man/man4/route.4 2016/04/04 07:37:07 1.26
+++ src/share/man/man4/route.4 2016/04/04 13:29:12 1.27
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: route.4,v 1.26 2016/04/04 07:37:07 ozaki-r Exp $ 1.\" $NetBSD: route.4,v 1.27 2016/04/04 13:29:12 wiz Exp $
2.\" 2.\"
3.\" Copyright (c) 1990, 1991, 1993 3.\" Copyright (c) 1990, 1991, 1993
4.\" The Regents of the University of California. All rights reserved. 4.\" The Regents of the University of California. All rights reserved.
5.\" 5.\"
6.\" Redistribution and use in source and binary forms, with or without 6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions 7.\" modification, are permitted provided that the following conditions
8.\" are met: 8.\" are met:
9.\" 1. Redistributions of source code must retain the above copyright 9.\" 1. Redistributions of source code must retain the above copyright
10.\" notice, this list of conditions and the following disclaimer. 10.\" notice, this list of conditions and the following disclaimer.
11.\" 2. Redistributions in binary form must reproduce the above copyright 11.\" 2. Redistributions in binary form must reproduce the above copyright
12.\" notice, this list of conditions and the following disclaimer in the 12.\" notice, this list of conditions and the following disclaimer in the
13.\" documentation and/or other materials provided with the distribution. 13.\" documentation and/or other materials provided with the distribution.
14.\" 3. Neither the name of the University nor the names of its contributors 14.\" 3. Neither the name of the University nor the names of its contributors
@@ -339,31 +339,31 @@ Specifiers for which addresses are prese @@ -339,31 +339,31 @@ Specifiers for which addresses are prese
339Flags for IPv6 addresses: 339Flags for IPv6 addresses:
340.Bd -literal 340.Bd -literal
341#define IN6_IFF_ANYCAST 0x01 /* anycast address */ 341#define IN6_IFF_ANYCAST 0x01 /* anycast address */
342#define IN6_IFF_TENTATIVE 0x02 /* tentative address */ 342#define IN6_IFF_TENTATIVE 0x02 /* tentative address */
343#define IN6_IFF_DUPLICATED 0x04 /* DAD detected duplicate */ 343#define IN6_IFF_DUPLICATED 0x04 /* DAD detected duplicate */
344#define IN6_IFF_DETACHED 0x08 /* may be detached from the link */ 344#define IN6_IFF_DETACHED 0x08 /* may be detached from the link */
345#define IN6_IFF_DEPRECATED 0x10 /* deprecated address */ 345#define IN6_IFF_DEPRECATED 0x10 /* deprecated address */
346#define IN6_IFF_NODAD 0x20 /* don't perform DAD on this address 346#define IN6_IFF_NODAD 0x20 /* don't perform DAD on this address
347 * (used only at first SIOC* call) 347 * (used only at first SIOC* call)
348 */ 348 */
349#define IN6_IFF_AUTOCONF 0x40 /* autoconfigurable address. */ 349#define IN6_IFF_AUTOCONF 0x40 /* autoconfigurable address. */
350#define IN6_IFF_TEMPORARY 0x80 /* temporary (anonymous) address. */ 350#define IN6_IFF_TEMPORARY 0x80 /* temporary (anonymous) address. */
351.Ed 351.Ed
 352.Sh SEE ALSO
 353.Xr socket 2 ,
 354.Xr sysctl 3
352.Sh HISTORY 355.Sh HISTORY
353Since 356Since
354.Nx 8.0 , 357.Nx 8.0 ,
355.Cm RTF_CLONED , 358.Cm RTF_CLONED ,
356.Cm RTF_CLONING , 359.Cm RTF_CLONING ,
357.Cm RTF_LLINFO , 360.Cm RTF_LLINFO ,
358.Cm RTF_XRESOLVE 361.Cm RTF_XRESOLVE
359and 362and
360.Cm RTM_RESOLVE 363.Cm RTM_RESOLVE
361were obsolete. 364were obsolete.
362.Cm RTF_CONNECTED 365.Cm RTF_CONNECTED
363and 366and
364.Cm RTF_LLDATA 367.Cm RTF_LLDATA
365appeared in 368appeared in
366.Nx 8.0 . 369.Nx 8.0 .
367.Sh SEE ALSO 
368.Xr socket 2 , 
369.Xr sysctl 3