diff options
author | 2013-09-11 05:38:08 +0000 | |
---|---|---|
committer | 2013-09-11 05:38:08 +0000 | |
commit | 5acb4ed380596b1ff8be1b1c6a990e10093f9823 (patch) | |
tree | d671e2b2e02bf514c50900051e0143e141f6195f | |
parent | Use u_int64_t instead of daddr_t for the local variables in the (diff) | |
download | wireguard-openbsd-5acb4ed380596b1ff8be1b1c6a990e10093f9823.tar.xz wireguard-openbsd-5acb4ed380596b1ff8be1b1c6a990e10093f9823.zip |
some npppd.conf(5) should be npppd(8).
-rw-r--r-- | usr.sbin/npppd/npppd/npppd.conf.5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/npppd/npppd/npppd.conf.5 b/usr.sbin/npppd/npppd/npppd.conf.5 index 0f9832389e9..7e6237d5fec 100644 --- a/usr.sbin/npppd/npppd/npppd.conf.5 +++ b/usr.sbin/npppd/npppd/npppd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: npppd.conf.5,v 1.10 2013/08/12 14:28:30 yasuoka Exp $ +.\" $OpenBSD: npppd.conf.5,v 1.11 2013/09/11 05:38:08 yasuoka Exp $ .\" .\" Copyright (c) 2012 YASUOKA Masahiko <yasuoka@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: August 12 2013 $ +.Dd $Mdocdate: September 11 2013 $ .Dt NPPPD.CONF 5 .Os .Sh NAME @@ -104,7 +104,7 @@ The default value is 60. This option is for L2TP only. .It Ic l2tp-hello-timeout Ar number Specify the maximum time that -.Nm +.Xr npppd 8 waits for L2TP hello responses, in seconds. This option is for L2TP only. .It Ic l2tp-accept-dialin Ar yes | no @@ -168,7 +168,7 @@ The default value is 60. This option is for PPTP only. .It Ic pptp-echo-timeout Ar number Specify the maximum time that -.Nm +.Xr npppd 8 waits for PPTP echo replies, in seconds. The default value is 60. This option is for PPTP only. |