Source-Changes-HG archive

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

[src/trunk]: src/share/man/man4 Punctuation/casing fixes, and don't repeat to...



details:   https://anonhg.NetBSD.org/src/rev/8344deaf3a0a
branches:  trunk
changeset: 534092:8344deaf3a0a
user:      wiz <wiz%NetBSD.org@localhost>
date:      Tue Jul 16 09:03:10 2002 +0000

description:
Punctuation/casing fixes, and don't repeat too verbosely how to set sysctl()s.
Noted by Martin Husemann.

diffstat:

 share/man/man4/pppoe.4 |  17 +++++------------
 1 files changed, 5 insertions(+), 12 deletions(-)

diffs (42 lines):

diff -r eb3fba265592 -r 8344deaf3a0a share/man/man4/pppoe.4
--- a/share/man/man4/pppoe.4    Tue Jul 16 04:17:46 2002 +0000
+++ b/share/man/man4/pppoe.4    Tue Jul 16 09:03:10 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: pppoe.4,v 1.10 2002/07/15 22:03:00 wiz Exp $
+.\"    $NetBSD: pppoe.4,v 1.11 2002/07/16 09:03:10 wiz Exp $
 .\"
 .\" Copyright (c) 2002 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -80,13 +80,13 @@
 are necessary:
 .Bl -bullet
 .It
-create the interface
+Create the interface.
 .It
-connect an Ethernet interface
+Connect an Ethernet interface.
 This interface is used for the physical communication.  As noted above it
 must be marked UP, but need not have an IP address.
 .It
-configure authentication
+Configure authentication.
 The PPP session needs to identify the client to the peer.  For more details
 on the available options see
 .Xr pppoectl 8 .
@@ -143,14 +143,7 @@
 connected machines, this is accomplished by setting the sysctl
 variable
 .Dv net.inet.tcp.mss_ifmtu
-to 1, i.e., by adding this
-.Bd -literal -offset indent
-# Obey interface MTUs when calculating MSS
-net.inet.tcp.mss_ifmtu=1
-.Ed
-.Pp
-to
-.Pa /etc/sysctl.conf .
+to 1 (see above).
 For connections originating from systems behind your
 .Nm
 router, you need to set the



Home | Main Index | Thread Index | Old Index