summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordhartmei <dhartmei@openbsd.org>2001-07-26 13:01:46 +0000
committerdhartmei <dhartmei@openbsd.org>2001-07-26 13:01:46 +0000
commit1bf660cb49f4b2bbb11a29273e411744b1523b80 (patch)
treefc4bac3ce616adcc8f2d4402b4230cd29e167c86
parentusage() with __progname according to style(9), typo in man page. both from mpech@. (diff)
downloadwireguard-openbsd-1bf660cb49f4b2bbb11a29273e411744b1523b80.tar.xz
wireguard-openbsd-1bf660cb49f4b2bbb11a29273e411744b1523b80.zip
sort SEE ALSO section correctly, from mpech@.
-rw-r--r--sbin/pfctl/pfctl.84
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/pfctl/pfctl.8 b/sbin/pfctl/pfctl.8
index 64c75890e98..d3e3c023f28 100644
--- a/sbin/pfctl/pfctl.8
+++ b/sbin/pfctl/pfctl.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pfctl.8,v 1.23 2001/07/26 12:55:15 dhartmei Exp $
+.\" $OpenBSD: pfctl.8,v 1.24 2001/07/26 13:01:46 dhartmei Exp $
.\"
.\" Copyright (c) 2001 Kjell Wooding. All rights reserved.
.\"
@@ -133,8 +133,8 @@ Packet filter rules file.
Rules for Network Address Translation.
.Sh SEE ALSO
.Xr pf 4 ,
-.Xr pf.conf 5 ,
.Xr nat.conf 5 ,
+.Xr pf.conf 5 ,
.Xr rc 8 .
.Sh AUTHORS
Daniel Hartmeier wrote the program and the underlying mechanism.