diff options
author | 2007-04-14 07:24:18 +0000 | |
---|---|---|
committer | 2007-04-14 07:24:18 +0000 | |
commit | 1d4939855fbaf2da455a46f62aa03f2490426cad (patch) | |
tree | a9343d229ff7b426839c493ed1e7a4e4b8c7bb74 | |
parent | fix helo to error out if no domain is provided (diff) | |
download | wireguard-openbsd-1d4939855fbaf2da455a46f62aa03f2490426cad.tar.xz wireguard-openbsd-1d4939855fbaf2da455a46f62aa03f2490426cad.zip |
set timeout source-track -> set timeout src.track; from Jason Testart
and a missing full stop...
-rw-r--r-- | share/man/man5/pf.conf.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index 721a0baba0c..1e5d9cc9bf8 100644 --- a/share/man/man5/pf.conf.5 +++ b/share/man/man5/pf.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pf.conf.5,v 1.377 2007/03/21 03:04:16 mcbride Exp $ +.\" $OpenBSD: pf.conf.5,v 1.378 2007/04/14 07:24:18 jmc Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" All rights reserved. @@ -1915,7 +1915,7 @@ pool options. Note that by default these associations are destroyed as soon as there are no longer states which refer to them; in order to make the mappings last beyond the lifetime of the states, increase the global options with -.Ar set timeout source-track +.Ar set timeout src.track . See .Sx STATEFUL TRACKING OPTIONS for more ways to control the source tracking. |