diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2007-09-24 22:03:03 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2007-09-24 22:03:03 +0000 |
commit | 8ca3ffddac330fffa73a2eec6ff2ae595652cdc7 (patch) | |
tree | c5374479a0850bb34666ff7eb59af3afd157cef3 /lib/libc | |
parent | 1230e4b9b47846a0bc1b01281569087a3f5733ee (diff) |
updatecomment and manpage toemtion optional seventh level (rtable id)
From: Pierre Riteau <pierre.riteau@free.fr>
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/sysctl.3 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index 3bbb61893dc..3d8e928a645 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.3,v 1.173 2007/08/14 18:27:35 cnst Exp $ +.\" $OpenBSD: sysctl.3,v 1.174 2007/09/24 22:03:02 henning Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: August 14 2007 $ +.Dd $Mdocdate: September 24 2007 $ .Dt SYSCTL 3 .Os .Sh NAME @@ -1065,6 +1065,10 @@ The fifth and sixth level names are as follows: .It Dv NET_RT_IFLIST No " None" .It Dv NET_RT_STATS No " None" .El +.Pp +A facultative seventh level name can be provided to select the routing table +on which you want to run the operation. +If not provided, the main table with id 0 is used. .It Dv PF_INET Get or set various global information about IPv4 .Pq Internet Protocol version 4 . |