git: 284d31605cfa - main - pflowctl.8: fix copy/paste-o
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 16 Jan 2024 17:21:49 UTC
The branch main has been updated by kp:
URL: https://cgit.FreeBSD.org/src/commit/?id=284d31605cfa06a330babea48f7b88bce2c96ffa
commit 284d31605cfa06a330babea48f7b88bce2c96ffa
Author: Kristof Provost <kp@FreeBSD.org>
AuthorDate: 2024-01-16 15:27:31 +0000
Commit: Kristof Provost <kp@FreeBSD.org>
CommitDate: 2024-01-16 17:18:09 +0000
pflowctl.8: fix copy/paste-o
The valid values line applies to the proto field, not domain.
Sponsored by: Rubicon Communications, LLC ("Netgate")
---
sbin/pflowctl/pflowctl.8 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sbin/pflowctl/pflowctl.8 b/sbin/pflowctl/pflowctl.8
index 5140d5febb84..446679486db6 100644
--- a/sbin/pflowctl/pflowctl.8
+++ b/sbin/pflowctl/pflowctl.8
@@ -68,9 +68,9 @@ set the source IP address (and optionally port).
set the destination IP address (and optionally port).
.It Cm proto
set the protocol version.
+Valid values are 5 and 10.
.It Cm domain
set the observation domain.
-Valid values are 5 and 10.
.El
.Pp
Multiple keywords may be passed in the same command invocation.