diff options
author | 2009-11-09 21:45:54 +0000 | |
---|---|---|
committer | 2009-11-09 21:45:54 +0000 | |
commit | d73c5e650fa125650863cb027ecc52e45fc08388 (patch) | |
tree | 24cc1b0859f43ef0e58f4a1dd4ac717828eceb8b | |
parent | Fix error message. (diff) | |
download | wireguard-openbsd-d73c5e650fa125650863cb027ecc52e45fc08388.tar.xz wireguard-openbsd-d73c5e650fa125650863cb027ecc52e45fc08388.zip |
pfsync devices can be dynamically created too; from vladimir kirillov
ok henning
-rw-r--r-- | sbin/ifconfig/ifconfig.8 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index c4a10acd766..d856b1d8367 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ifconfig.8,v 1.184 2009/08/13 19:33:13 sthen Exp $ +.\" $OpenBSD: ifconfig.8,v 1.185 2009/11/09 21:45:54 jmc Exp $ .\" $NetBSD: ifconfig.8,v 1.11 1996/01/04 21:27:29 pk Exp $ .\" $FreeBSD: ifconfig.8,v 1.16 1998/02/01 07:03:29 steve Exp $ .\" @@ -31,7 +31,7 @@ .\" .\" @(#)ifconfig.8 8.4 (Berkeley) 6/1/94 .\" -.Dd $Mdocdate: August 13 2009 $ +.Dd $Mdocdate: November 9 2009 $ .Dt IFCONFIG 8 .Os .Sh NAME @@ -180,6 +180,7 @@ At least the following devices can be created on demand: .Xr mpe 4 , .Xr pflog 4 , .Xr pflow 4 , +.Xr pfsync 4 , .Xr ppp 4 , .Xr pppoe 4 , .Xr sl 4 , |