diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-01-16 06:03:45 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-01-16 06:03:45 +0000 |
commit | 8a35d63cec84e4ae706ff682cffe7c0cd2beac7f (patch) | |
tree | f83655d571c5e289f6b2272883d4fde5d4beaf01 | |
parent | b2990877dc8df4aeb90dd67476874eb80e7d166a (diff) |
tweak previous;
-rw-r--r-- | share/man/man4/age.4 | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/share/man/man4/age.4 b/share/man/man4/age.4 index 56fe8f861fe..aa8479203a9 100644 --- a/share/man/man4/age.4 +++ b/share/man/man4/age.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: age.4,v 1.1 2009/01/16 05:03:52 kevlo Exp $ +.\" $OpenBSD: age.4,v 1.2 2009/01/16 06:03:44 jmc Exp $ .\" .\" Copyright (c) 2009 Kevin Lo <kevlo@openbsd.org> .\" @@ -48,11 +48,18 @@ Set 100Mbps (Fast Ethernet) operation. .It Cm 1000baseT Set 1000Mbps (Gigabit Ethernet) operation. .El +.Pp +For more information on configuring this device, see +.Xr ifconfig 8 . +To view a list of media types and options supported by the card, try +.Ic ifconfig <device> media . +For example, +.Ic ifconfig age0 media . .Sh SEE ALSO .Xr arp 4 , +.Xr atphy 4 , .Xr ifmedia 4 , .Xr intro 4 , -.Xr atphy 4 , .Xr netintro 4 , .Xr pci 4 , .Xr hostname.if 5 , |