Move explanatory text above the "dynamically-created" example,

to match other examples.
This commit is contained in:
apb 2009-01-09 09:39:05 +00:00
parent 8e2fdb6d67
commit a61d570b55
1 changed files with 9 additions and 10 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: ifconfig.if.5,v 1.12 2009/01/08 18:33:47 jakllsch Exp $
.\" $NetBSD: ifconfig.if.5,v 1.13 2009/01/09 09:39:05 apb Exp $
.\"
.\" Copyright (c) 1996 Matthew R. Green
.\" All rights reserved.
@ -24,7 +24,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.Dd January 6, 2009
.Dd January 9, 2009
.Dt IFCONFIG.IF 5
.Os
.Sh NAME
@ -124,20 +124,19 @@ dhcp
.Ed
.Pp
The following example is for dynamically-created pseudo interfaces like
.Xr gif 4 :
.Xr gif 4 .
Earlier versions of
.Pa /etc/rc.d/network
required an explicit
.Sq create
command for such interfaces,
but creation is now handled automatically.
.Bd -literal -offset indent
up
# configure IPv6 default route toward the interface
!route add -inet6 default ::1
!route change -inet6 default -ifp $int
.Ed
.Pp
Earlier versions of
.Pa /etc/rc.d/network
required an explicit
.Sq create
command for such interfaces.
This is now handled automatically.
.Sh FILES
.Pa /etc/rc.d/network
.Sh SEE ALSO