diff options
author | 2005-02-24 15:53:17 +0000 | |
---|---|---|
committer | 2005-02-24 15:53:17 +0000 | |
commit | 129a90302c1867258bf44c45825b3e5f2603c213 (patch) | |
tree | 60d405fd5e205eeb8dad0099ef8085e5d5bd9e82 | |
parent | const correctness, string literals are const char *, no functional change (diff) | |
download | wireguard-openbsd-129a90302c1867258bf44c45825b3e5f2603c213.tar.xz wireguard-openbsd-129a90302c1867258bf44c45825b3e5f2603c213.zip |
add carp(4) to SEE ALSO;
from freebsd -r1.4;
-rw-r--r-- | share/man/man4/pfsync.4 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/man/man4/pfsync.4 b/share/man/man4/pfsync.4 index 9745e9066cf..4c3c698fcb4 100644 --- a/share/man/man4/pfsync.4 +++ b/share/man/man4/pfsync.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pfsync.4,v 1.21 2005/02/06 08:17:26 mcbride Exp $ +.\" $OpenBSD: pfsync.4,v 1.22 2005/02/24 15:53:17 jmc Exp $ .\" .\" Copyright (c) 2002 Michael Shalayeff .\" Copyright (c) 2003-2004 Ryan McBride @@ -225,6 +225,7 @@ net.inet.carp.preempt=1 .Ed .Sh SEE ALSO .Xr bpf 4 , +.Xr carp 4 , .Xr enc 4 , .Xr inet 4 , .Xr inet6 4 , |