Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sbin/sysctl Apply patch (requested by he):



details:   https://anonhg.NetBSD.org/src/rev/1751965a204d
branches:  netbsd-1-5
changeset: 491850:1751965a204d
user:      he <he%NetBSD.org@localhost>
date:      Thu Jun 07 16:17:50 2001 +0000

description:
Apply patch (requested by he):
  Typo correction; add a plural ``s'' to ``maxfragpacket''.

diffstat:

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

diffs (18 lines):

diff -r 20a48fc9f108 -r 1751965a204d sbin/sysctl/sysctl.8
--- a/sbin/sysctl/sysctl.8      Thu Jun 07 16:13:05 2001 +0000
+++ b/sbin/sysctl/sysctl.8      Thu Jun 07 16:17:50 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: sysctl.8,v 1.47.4.7 2001/04/24 22:21:56 he Exp $
+.\"    $NetBSD: sysctl.8,v 1.47.4.8 2001/06/07 16:17:50 he Exp $
 .\"
 .\" Copyright (c) 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -201,7 +201,7 @@
 .It net.inet.ip.directed-broadcast     integer         yes
 .It net.inet.ip.forwarding     integer yes
 .It net.inet.ip.forwsrcrt      integer yes
-.It net.inet.ip.maxfragpacket  integer yes
+.It net.inet.ip.maxfragpackets integer yes
 .It net.inet.ip.lowportmax     integer yes
 .It net.inet.ip.lowportmin     integer yes
 .It net.inet.ip.mtudisc        integer yes



Home | Main Index | Thread Index | Old Index