diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-09-01 21:23:31 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-09-01 21:23:31 +0000 |
commit | 191b40e6bd025ee149a451358c4be60520c1cb73 (patch) | |
tree | a6d4dd86508e04096e5ced505ce8e1bf85a2885c | |
parent | 9a5357844082c016551f34cb234e8e2c3ac772b6 (diff) |
make brconfig example atomic
-rw-r--r-- | share/man/man5/hostname.if.5 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/share/man/man5/hostname.if.5 b/share/man/man5/hostname.if.5 index 52f0e7981f0..172e1cfa6b9 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.3 1999/09/01 18:07:35 deraadt Exp $ +.\" $OpenBSD: hostname.if.5,v 1.4 1999/09/01 21:23:30 deraadt Exp $ .\" $NetBSD: hosts.5,v 1.4 1994/11/30 19:31:20 jtc Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -161,10 +161,12 @@ A bridge interface setup consists of .Pp For example, .Bd -literal -offset xxxx -up add fxp0 add ep1 -learn fxp0 +# +static fxp0 8:0:20:1e:2f:2b +up # and finally enable it .Ed .Pp The options are as follows: |