diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-12-07 23:39:49 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-12-07 23:39:49 +0000 |
commit | d88de6b84213708e4a1d853e02b42615abde2371 (patch) | |
tree | ea433e1c1619099030701c853f5ff8710c6d8ccd | |
parent | af752adfc2f4627ff85ceb49816c75a44e9d455c (diff) |
space between macro arg and punctuation;
-rw-r--r-- | sbin/ifconfig/ifconfig.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index edf93ec01e7..81d0d86e185 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ifconfig.8,v 1.96 2004/12/07 21:03:52 mcbride Exp $ +.\" $OpenBSD: ifconfig.8,v 1.97 2004/12/07 23:39:48 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 $ .\" @@ -314,7 +314,7 @@ the default. If the driver is a .Xr carp 4 pseudo-device, attach it to -.Ar iface. +.Ar iface . If not specified, the kernel will attempt to select an interface with a subnet matching that of the carp interface. .It Cm chan Ar n |