summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorlucas <lucas@cvs.openbsd.org>2024-10-10 22:21:06 +0000
committerlucas <lucas@cvs.openbsd.org>2024-10-10 22:21:06 +0000
commit261accfba4c4f9b0c068943edfc890662fe85013 (patch)
treea69bdcfb56a2e9626133645c16f9f86fd32f7084 /lib
parent38c4d3df27581071e4ee3f839c54b106f8bebffb (diff)
sysctl.2: NET_RT_DUMP defaults to the current rtable
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/sysctl.26
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/sysctl.2 b/lib/libc/sys/sysctl.2
index 78c69ff5813..61eb4826e20 100644
--- a/lib/libc/sys/sysctl.2
+++ b/lib/libc/sys/sysctl.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sysctl.2,v 1.57 2023/10/14 19:02:16 kettenis Exp $
+.\" $OpenBSD: sysctl.2,v 1.58 2024/10/10 22:21:05 lucas 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: October 14 2023 $
+.Dd $Mdocdate: October 10 2024 $
.Dt SYSCTL 2
.Os
.Sh NAME
@@ -1322,7 +1322,7 @@ priority value.
.Pp
An optional seventh level name can be provided to select the routing table
on which to run the operation.
-If not provided, the table with ID 0 is used.
+If not provided, the current routing table is used.
.It Dv PF_INET
Get or set various global information about IPv4
.Pq Internet Protocol version 4 .