diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2009-01-28 21:10:04 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2009-01-28 21:10:04 +0000 |
commit | 725c0c93448018cca84d236e7d971b7fe7359210 (patch) | |
tree | 053f6d80332fcdb004d733b71e1cc80757af898a | |
parent | 957d680dadff2e75ab0e6b9ff80c88e41b6a57b6 (diff) |
We have proper multicast support now.
-rw-r--r-- | share/man/man4/man4.socppc/tsec.4 | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/share/man/man4/man4.socppc/tsec.4 b/share/man/man4/man4.socppc/tsec.4 index b982912349e..f6217fa65db 100644 --- a/share/man/man4/man4.socppc/tsec.4 +++ b/share/man/man4/man4.socppc/tsec.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tsec.4,v 1.3 2008/06/03 19:51:02 jmc Exp $ +.\" $OpenBSD: tsec.4,v 1.4 2009/01/28 21:10:03 kettenis Exp $ .\" .\" Copyright (c) 2008 Mark Kettenis <kettenis@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: June 3 2008 $ +.Dd $Mdocdate: January 28 2009 $ .Dt TSEC 4 socppc .Os .Sh NAME @@ -79,7 +79,3 @@ The .Nm driver was written by .An Mark Kettenis Aq kettenis@openbsd.org . -.Sh BUGS -The -.Nm -driver does not support multicast yet. |