diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-11-30 09:46:53 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-11-30 09:46:53 +0000 |
commit | cea43b23b19dae2be75eb53fba7b208779f067c3 (patch) | |
tree | 0f0e78edb0299d1436203412bcb23978472b2d9c | |
parent | 6787cd5e4fd74aaaad553b56661d601f9921d28a (diff) |
`option' keyword, not `options';
-rw-r--r-- | share/man/man4/pppoe.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/pppoe.4 b/share/man/man4/pppoe.4 index e9f3eaf8487..4d438e611af 100644 --- a/share/man/man4/pppoe.4 +++ b/share/man/man4/pppoe.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pppoe.4,v 1.2 2004/11/30 09:39:15 jmc Exp $ +.\" $OpenBSD: pppoe.4,v 1.3 2004/11/30 09:46:52 jmc Exp $ .\" $NetBSD: pppoe.4,v 1.26 2003/10/02 07:06:36 wiz Exp $ .\" .\" Copyright (c) 2002 The NetBSD Foundation, Inc. @@ -78,7 +78,7 @@ mode, selected by setting .Em link1 , only establishes a connection when data is being sent to the interface. .Pp -If the kernel is compiled with options +If the kernel is compiled with option .Dv PPPOE_SERVER , there are two modes of connection, controlled via the .Em link0 @@ -157,7 +157,7 @@ interface. To do this, add the following to your kernel config file: .Pp -.Dl options PPPOE_TERM_UNKNOWN_SESSIONS +.Dl option PPPOE_TERM_UNKNOWN_SESSIONS .Pp Note that this will break all userland .Nm PPPoE |