diff options
author | Paul Janzen <pjanzen@cvs.openbsd.org> | 1999-03-11 01:35:08 +0000 |
---|---|---|
committer | Paul Janzen <pjanzen@cvs.openbsd.org> | 1999-03-11 01:35:08 +0000 |
commit | b3ede3ba86748e4de8ce13bd3a82cd3fc08d205a (patch) | |
tree | cb73e5097f77ad8256469528fecb4358412745ba /usr.sbin/ppp | |
parent | 181fc17fd16baad70e16a3715d9aff068f522021 (diff) |
fix more comma splices that involve misuse of conjunctive adverbs
Diffstat (limited to 'usr.sbin/ppp')
-rw-r--r-- | usr.sbin/ppp/ppp/ppp.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/ppp/ppp.8 b/usr.sbin/ppp/ppp/ppp.8 index 277882d9413..ee2a568d11d 100644 --- a/usr.sbin/ppp/ppp/ppp.8 +++ b/usr.sbin/ppp/ppp/ppp.8 @@ -1,4 +1,4 @@ -.\" $Id: ppp.8,v 1.27 1999/03/08 01:40:23 brian Exp $ +.\" $Id: ppp.8,v 1.28 1999/03/11 01:35:07 pjanzen Exp $ .Dd 20 September 1995 .nr XX \w'\fC00' .Os FreeBSD @@ -1567,7 +1567,7 @@ it uses 192.244.177.2. The routing table entry will have a netmask of 0xffffffff. .El .Pp -This is all fine when each side has a pre-determined IP address, however +This is all fine when each side has a pre-determined IP address. However, it is often the case that one side is acting as a server which controls all IP addresses and the other side should obey the direction from it. In order to allow more flexible behaviour, `ifaddr' variable allows the |