diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-07-26 08:53:30 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-07-26 08:53:30 +0000 |
commit | 7c6bd523c2588402b4dbf7d768c27f63fe5c6de2 (patch) | |
tree | 7030ddc19328c229a7b39ea405e5770a77a57fb7 /share/man/man5 | |
parent | f07f2af5ea1b5b963f667a351c7358e597f07b22 (diff) |
various tweaks;
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/hostname.if.5 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/share/man/man5/hostname.if.5 b/share/man/man5/hostname.if.5 index 335d2861ae0..2cc879caeb6 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.38 2004/05/30 21:36:30 jmc Exp $ +.\" $OpenBSD: hostname.if.5,v 1.39 2004/07/26 08:53:29 jmc Exp $ .\" $NetBSD: hosts.5,v 1.4 1994/11/30 19:31:20 jtc Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -39,9 +39,9 @@ .Nd interface-specific configuration files .Sh DESCRIPTION The -.Nm hostname.* +.Nm hostname.*\& and -.Nm bridgename.* +.Nm bridgename.*\& files contain information regarding the configuration of each network interface. One file should exist for each interface that is to be configured, such as .Pa hostname.fxp0 @@ -51,8 +51,8 @@ However, a configuration file is not needed for lo0. Note that multiple entries can be used per configuration file. .Pp The following three formats are valid for -.Nm hostname.* -files. +.Nm hostname.*\& +files: .Pp Regular ipv4 network setup: .Bd -ragged -offset indent @@ -105,7 +105,7 @@ or .Dq inet6 . .It Va addr The optional address that belongs to the interface, such as -190.191.192.1 or fe80:2::1 . +190.191.192.1 or fe80:2::1. It is also feasible to use a hostname as specified in .Pa /etc/hosts . It is recommended that an address be used instead of symbolic information, @@ -167,7 +167,7 @@ A DHCP-configured network interface setup consists of .Va options .Ed .Pp -For example, +For example: .Bd -literal -offset indent dhcp media 100baseTX mediaopt full-duplex .Ed @@ -252,7 +252,7 @@ A bridge interface setup consists of \&... .Ed .Pp -For example, +For example: .Bd -literal -offset indent add fxp0 add ep1 |