diff options
author | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-07-20 19:09:50 +0000 |
---|---|---|
committer | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-07-20 19:09:50 +0000 |
commit | 4339142468690fcc21237b1b62f194e35c4fbf31 (patch) | |
tree | 44e13b72cce72e68882daf1a8a7a510d2dc9edf4 /usr.sbin/ppp | |
parent | e6392455a1278e837210a25d46a05af5841d6d2a (diff) |
we don't like:
o) .Pp before/after .Sh;
o) .Pp before/after .Sh;
o) .Nm without argument in SYNOPSIS;
Diffstat (limited to 'usr.sbin/ppp')
-rw-r--r-- | usr.sbin/ppp/ppp/ppp.8 | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/usr.sbin/ppp/ppp/ppp.8 b/usr.sbin/ppp/ppp/ppp.8 index b647bddbec5..069dbf81d3e 100644 --- a/usr.sbin/ppp/ppp/ppp.8 +++ b/usr.sbin/ppp/ppp/ppp.8 @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: ppp.8,v 1.116 2001/07/09 00:12:40 brian Exp $ +.\" $OpenBSD: ppp.8,v 1.117 2001/07/20 19:09:48 mpech Exp $ .\" .Dd September 20, 1995 .Dt PPP 8 @@ -32,7 +32,7 @@ .Nm ppp .Nd Point to Point Protocol (a.k.a. user-ppp) .Sh SYNOPSIS -.Nm +.Nm ppp .Op Fl Va mode .Op Fl nat .Op Fl quiet @@ -1259,7 +1259,6 @@ and commands. Refer to their descriptions below. .El -.Pp .Sh RECEIVING INCOMING PPP CONNECTIONS (Method 2) This method differs in that we use .Nm @@ -1595,7 +1594,6 @@ without any additional changes (although ensure you have and .Dq set authkey in your profile). -.Pp .Sh NETWORK ADDRESS TRANSLATION (PACKET ALIASING) The .Fl nat @@ -1992,7 +1990,6 @@ is established. 192.244.177.2/0 means that I'll accept/permit any IP address but I'll try to insist that 192.244.177.2 be used first. .El -.Pp .Sh CONNECTING WITH YOUR INTERNET SERVICE PROVIDER The following steps should be taken when connecting to your ISP: .Bl -enum @@ -2412,7 +2409,6 @@ connections. .Dv SIGUSR1 can still be used to re-open the socket. .El -.Pp .Sh MULTI-LINK PPP If you wish to use more than one physical link to connect to a .Em PPP @@ -5552,7 +5548,6 @@ peer is detected, .Nm automatically enables Packet Mode and goes back into command mode. .El -.Pp .Sh MORE DETAILS .Bl -bullet .It @@ -5577,7 +5572,6 @@ http://www.FreeBSD.org/handbook/userppp.html .El .Pp .El -.Pp .Sh FILES .Nm refers to four files: @@ -5644,7 +5638,6 @@ to HEX to determine the actual file name. This socket is used to pass links between different instances of .Nm ppp . .El -.Pp .Sh SEE ALSO .Xr at 1 , .Xr ftp 1 , |