diff options
author | 2008-09-12 15:22:07 +0000 | |
---|---|---|
committer | 2008-09-12 15:22:07 +0000 | |
commit | e2057a2f7f09b24fb11a277d81d67269e4453773 (patch) | |
tree | 3ce6d6ed41879499f6d4a6e50d4e9e4bb421ddd0 | |
parent | Typo in description for log -r fixed. (diff) | |
download | wireguard-openbsd-e2057a2f7f09b24fb11a277d81d67269e4453773.tar.xz wireguard-openbsd-e2057a2f7f09b24fb11a277d81d67269e4453773.zip |
oops missed to decapitalize the first char
-rw-r--r-- | share/man/man4/pflow.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/pflow.4 b/share/man/man4/pflow.4 index a42dd1d4a8d..eb0bd6357a6 100644 --- a/share/man/man4/pflow.4 +++ b/share/man/man4/pflow.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pflow.4,v 1.5 2008/09/12 09:09:43 henning Exp $ +.\" $OpenBSD: pflow.4,v 1.6 2008/09/12 15:22:07 henning Exp $ .\" .\" Copyright (c) 2008 Henning Brauer <henning@openbsd.org> .\" Copyright (c) 2008 Joerg Goltermann <jg@osn.de> @@ -30,7 +30,7 @@ interface is a pseudo-device which exports pflow accounting data from the kernel using .Xr udp 4 packets. -pflow is compatible with Netflow v5. +pflow is compatible with netflow v5. The data is extracted from the .Xr pf 4 state table. |