diff options
author | 1999-03-19 09:00:03 +0000 | |
---|---|---|
committer | 1999-03-19 09:00:03 +0000 | |
commit | 6032e5959420e22d66bc35c41e8f5fd637daf1c6 (patch) | |
tree | cdbbbc0e2bab323386c3ab97eaf0b9d2570a1db0 | |
parent | talk about /kern/ipsec; Alex Nash <nash@mcs.net> (diff) | |
download | wireguard-openbsd-6032e5959420e22d66bc35c41e8f5fd637daf1c6.tar.xz wireguard-openbsd-6032e5959420e22d66bc35c41e8f5fd637daf1c6.zip |
Do away with some literal text that is never switched
off - I *think* these were groff bugs.
-rw-r--r-- | usr.sbin/ppp/ppp/ppp.8 | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/usr.sbin/ppp/ppp/ppp.8 b/usr.sbin/ppp/ppp/ppp.8 index 222cf784587..a8660a73b82 100644 --- a/usr.sbin/ppp/ppp/ppp.8 +++ b/usr.sbin/ppp/ppp/ppp.8 @@ -1,4 +1,4 @@ -.\" $Id: ppp.8,v 1.32 1999/03/19 01:42:23 brian Exp $ +.\" $Id: ppp.8,v 1.33 1999/03/19 09:00:03 brian Exp $ .Dd 20 September 1995 .nr XX \w'\fC00' .Os FreeBSD @@ -816,7 +816,7 @@ command in .Pq for example, Dq set server +3000 mypasswd and connecting to the diagnostic port as follows: .Bd -literal -offset indent -.No # pppctl 3000 (assuming tun0) +# pppctl 3000 (assuming tun0) Password: PPP ON awfulhak> show who tcp (127.0.0.1:1028) * @@ -1146,11 +1146,10 @@ You must then configure the .Pa /etc/ppp/ppp.secret file. This file contains one line per possible client, each line containing up to five fields: -.Bd -literal -offset indent -.Ar name Ar key Xo -.Op Ar hisaddr Op Ar label Op Ar callback-number -.Xc -.Ed +.Pp +.Ar name Ar key Oo +.Ar hisaddr Op Ar label Op Ar callback-number +.Oc .Pp The .Ar name |