diff options
author | Tim van der Molen <tim@cvs.openbsd.org> | 2016-02-28 21:55:37 +0000 |
---|---|---|
committer | Tim van der Molen <tim@cvs.openbsd.org> | 2016-02-28 21:55:37 +0000 |
commit | 328abac2f23cd076f5e3e177fabb2b0651f5c6db (patch) | |
tree | cfe70e0d04156caf126443812ab46a7ee4fe3611 | |
parent | b4db09279b984fd37a0266089581d1fb3475f537 (diff) |
Add a missing Ns macro
-rw-r--r-- | sbin/ifconfig/ifconfig.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index ee482037c4d..7bce4072415 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ifconfig.8,v 1.265 2016/01/13 09:35:45 stsp Exp $ +.\" $OpenBSD: ifconfig.8,v 1.266 2016/02/28 21:55:36 tim 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: January 13 2016 $ +.Dd $Mdocdate: February 28 2016 $ .Dt IFCONFIG 8 .Os .Sh NAME @@ -1330,7 +1330,7 @@ is the port number of the flow collector. Pflow data will be sent to this address/port. .It Fl flowdst Unset the receiver address and stop sending pflow data. -.It Cm flowsrc Ar addr Oo : Ns Ar port Oc +.It Cm flowsrc Ar addr Ns Oo : Ns Ar port Oc Set the source IP address for pflow packets. .Ar addr is the IP address used as sender of the UDP packets and may be used to |