From 3951502e815e471b026e326ba14ce3c1b13a0372 Mon Sep 17 00:00:00 2001 From: "Todd T. Fries" Date: Thu, 10 Dec 2009 00:51:56 +0000 Subject: o stop reordering ifconfig arguments (e.g. after 'up ..') o only stop processing if inet or inet6 lines are malformed o everything not a specially handled bit is passed to ifconfig unmangled noticed by several after the move from bridgename.bridge0 -> hostname.bridge0 prodded by deraadt@, tested by and feedback from several man page bits 'look fine' jmc@ --- share/man/man5/hostname.if.5 | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'share/man') diff --git a/share/man/man5/hostname.if.5 b/share/man/man5/hostname.if.5 index a54cbce1a06..89de6304f76 100644 --- a/share/man/man5/hostname.if.5 +++ b/share/man/man5/hostname.if.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hostname.if.5,v 1.53 2009/11/22 22:01:55 deraadt Exp $ +.\" $OpenBSD: hostname.if.5,v 1.54 2009/12/10 00:51:55 todd Exp $ .\" $NetBSD: hosts.5,v 1.4 1994/11/30 19:31:20 jtc Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)hosts.5 8.2 (Berkeley) 12/11/93 .\" -.Dd $Mdocdate: November 22 2009 $ +.Dd $Mdocdate: December 10 2009 $ .Dt HOSTNAME.IF 5 .Os .Sh NAME @@ -275,17 +275,11 @@ and .Xr pppoe 8 ) consists of .Bd -ragged -offset indent -.Va state .Va options .Ed .Pp The above format has the following field values: .Bl -tag -width indent -offset indent -.It Va state -The administrative state in which to put the interface, either -.Dq up -or -.Dq down . .It Va options Miscellaneous options to set on the interface, e.g., .Dq media 100baseTX mediaopt full-duplex . -- cgit v1.2.3