diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-12-04 08:53:47 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-12-04 08:53:47 +0000 |
commit | bc8d5124c0df4e7b4893c54d00bbf7e7c6208c27 (patch) | |
tree | df7d9184054aaa620f2f4a089694dafa2fbc1667 /share | |
parent | c9b904533ed30b040dd501b6979934eb9f3fd83d (diff) |
wrap authname and authkey args in quotes to prevent problems
when using special chars;
from andreas bihlmaier
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/pppoe.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/pppoe.4 b/share/man/man4/pppoe.4 index 0674ebd191b..551423202de 100644 --- a/share/man/man4/pppoe.4 +++ b/share/man/man4/pppoe.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pppoe.4,v 1.13 2006/09/18 18:05:04 jmc Exp $ +.\" $OpenBSD: pppoe.4,v 1.14 2006/12/04 08:53:46 jmc Exp $ .\" $NetBSD: pppoe.4,v 1.26 2003/10/02 07:06:36 wiz Exp $ .\" .\" Copyright (c) 2002 The NetBSD Foundation, Inc. @@ -106,7 +106,7 @@ file looks like this: .Bd -literal -offset indent inet 0.0.0.0 255.255.255.255 NONE \e pppoedev ne0 authproto pap \e - authname testcaller authkey donttell up + authname 'testcaller' authkey 'donttell' up dest 0.0.0.1 !/sbin/route add default 0.0.0.1 .Ed |