diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2015-05-06 07:55:43 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2015-05-06 07:55:43 +0000 |
commit | a19da5438d0b55c7f7b1f116d939dd84d8cf7a06 (patch) | |
tree | 40405ae453171d4091563bb38d3d7b76420960f6 /sbin/route | |
parent | 41dedc398b1db3b21100adf3b08f705f0d4a5eb4 (diff) |
Document that priority 1 is reserved for kernel use.
Diffstat (limited to 'sbin/route')
-rw-r--r-- | sbin/route/route.8 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sbin/route/route.8 b/sbin/route/route.8 index d867e872a52..74dc98986e7 100644 --- a/sbin/route/route.8 +++ b/sbin/route/route.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: route.8,v 1.74 2015/02/06 03:22:00 reyk Exp $ +.\" $OpenBSD: route.8,v 1.75 2015/05/06 07:55:42 mpi Exp $ .\" $NetBSD: route.8,v 1.6 1995/03/18 15:00:13 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)route.8 8.3 (Berkeley) 3/19/94 .\" -.Dd $Mdocdate: February 6 2015 $ +.Dd $Mdocdate: May 6 2015 $ .Dt ROUTE 8 .Os .Sh NAME @@ -338,6 +338,7 @@ A specific routing priority can be specified with the optional qualifier. If no priority is specified the kernel will set a priority depending on the RTF_STATIC flag to either RTP_STATIC or RTP_DEFAULT. +Note that priority 1 is reserved for kernel use. .Pp The optional .Fl mpath |