Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/sysctl Add reference to the include file with TCP sysct...



details:   https://anonhg.NetBSD.org/src/rev/d7f495312ddb
branches:  trunk
changeset: 481915:d7f495312ddb
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Wed Feb 09 09:14:52 2000 +0000

description:
Add reference to the include file with TCP sysctl constants. Fixes bin/9378.

diffstat:

 sbin/sysctl/sysctl.8 |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 0503c323b10c -r d7f495312ddb sbin/sysctl/sysctl.8
--- a/sbin/sysctl/sysctl.8      Wed Feb 09 08:37:43 2000 +0000
+++ b/sbin/sysctl/sysctl.8      Wed Feb 09 09:14:52 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: sysctl.8,v 1.39 2000/02/06 07:31:25 fair Exp $
+.\"    $NetBSD: sysctl.8,v 1.40 2000/02/09 09:14:52 jdolecek Exp $
 .\"
 .\" Copyright (c) 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -371,6 +371,8 @@
 fourth level IP identifiers
 .It Pa <netinet/icmp_var.h>
 definitions for fourth level ICMP identifiers
+.It Pa <netinet/tcp_var.h>
+definitions for fourth level TCP identifiers
 .It Pa <netinet/udp_var.h>
 definitions for fourth level UDP identifiers
 .El



Home | Main Index | Thread Index | Old Index