From e5ebb632fd1cdf8ca010f7f9a20d894f85efd465 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Thu, 13 Oct 2005 10:57:50 +0000 Subject: [PATCH] Document the "polling" and "-polling" parameters. Submitted-by: sephe --- sbin/ifconfig/ifconfig.8 | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index f8a5a309d2..8545e74f41 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -27,7 +27,7 @@ .\" .\" From: @(#)ifconfig.8 8.3 (Berkeley) 1/5/94 .\" $FreeBSD: src/sbin/ifconfig/ifconfig.8,v 1.85 2004/07/27 09:51:49 yar Exp $ -.\" $DragonFly: src/sbin/ifconfig/ifconfig.8,v 1.7 2005/04/25 17:33:26 swildner Exp $ +.\" $DragonFly: src/sbin/ifconfig/ifconfig.8,v 1.8 2005/10/13 10:57:50 swildner Exp $ .\" .Dd July 26, 2004 .Dt IFCONFIG 8 @@ -234,6 +234,14 @@ Enable driver dependent debugging code; usually, this turns on extra console error logging. .It Fl debug Disable driver dependent debugging code. +.It Cm polling +Enable +.Xr polling 4 +for the interface. +.It Fl polling +Disable +.Xr polling 4 +for the interface. .It Cm promisc Put interface into permanently promiscuous mode. .It Fl promisc -- 2.41.0