diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-03-16 21:21:17 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-03-16 21:21:17 +0000 |
commit | 42c2c1d27e37d97bf349c38e9567c5e07e946672 (patch) | |
tree | dbdd9b8db3613ee801d142428302a98d62f3e636 /usr.sbin/ppp | |
parent | 613d16fcead26fcf8ce2ff3fecf992ffb6673e9d (diff) |
fix dud example; from leopold-bloom at foni dot net;
ok deraadt@
Diffstat (limited to 'usr.sbin/ppp')
-rw-r--r-- | usr.sbin/ppp/pppctl/pppctl.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/ppp/pppctl/pppctl.8 b/usr.sbin/ppp/pppctl/pppctl.8 index 112206c867f..33d40e85f7f 100644 --- a/usr.sbin/ppp/pppctl/pppctl.8 +++ b/usr.sbin/ppp/pppctl/pppctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pppctl.8,v 1.12 2003/06/12 12:59:52 jmc Exp $ +.\" $OpenBSD: pppctl.8,v 1.13 2004/03/16 21:21:16 jmc Exp $ .\" .\" Copyright (c) 1997 Brian Somers <brian@Awfulhak.org> .\" All rights reserved. @@ -85,9 +85,9 @@ delimiters, allowing more than one .Ar command in a given .Dq session . -For example: +For example (adding a route): .Bd -literal -offset indent -pppctl 3000 set timeout 300\\; show timeout +pppctl 3000 add 192.168.1.0 255.255.255.0 127.0.0.1\e; show route .Ed .Pp Don't forget to escape or quote the |