summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2009-03-27 13:31:16 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2009-03-27 13:31:16 +0000
commitdd0e74472f5a73374d15e266c574cd676c280728 (patch)
tree5fb45574bc6a8619933c72bc918499f48340cebd /share
parentad3c71bb987b016555407acaef1e9fb387d1dbb4 (diff)
zap trailing whitespace; from grunk
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/route.46
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/route.4 b/share/man/man4/route.4
index c03c4eb678d..f926ff924d4 100644
--- a/share/man/man4/route.4
+++ b/share/man/man4/route.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: route.4,v 1.26 2009/01/29 14:38:56 jmc Exp $
+.\" $OpenBSD: route.4,v 1.27 2009/03/27 13:31:15 jmc Exp $
.\" $NetBSD: route.4,v 1.3 1994/11/30 16:22:31 jtc Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)route.4 8.6 (Berkeley) 4/19/94
.\"
-.Dd $Mdocdate: January 29 2009 $
+.Dd $Mdocdate: March 27 2009 $
.Dt ROUTE 4
.Os
.Sh NAME
@@ -200,7 +200,7 @@ unsigned int rtfilter;
ROUTE_SETFILTER(rtfilter, RTM_IFINFO);
ROUTE_SETFILTER(rtfilter, RTM_IFANNOUNCE);
-
+
if (setsockopt(routefd, PF_ROUTE, ROUTE_MSGFILTER,
&rtfilter, sizeof(rtfilter)) == -1)
err(1, "setsockopt(ROUTE_MSGFILTER)");