diff options
author | yar <yar@FreeBSD.org> | 2004-11-15 16:38:37 +0000 |
---|---|---|
committer | yar <yar@FreeBSD.org> | 2004-11-15 16:38:37 +0000 |
commit | ec2edfc1aecdac7754677942fe24d4d6e8ba56c5 (patch) | |
tree | 811b1d778d2dc1b3173e81464d4152fbd7a7bcdd /share/man | |
parent | df8d3131f2dd15ed69f41f2b610a17570d0c2550 (diff) | |
download | FreeBSD-src-ec2edfc1aecdac7754677942fe24d4d6e8ba56c5.zip FreeBSD-src-ec2edfc1aecdac7754677942fe24d4d6e8ba56c5.tar.gz |
BUGS should stay below SEE ALSO.
Pointed out by: ru (wearing the mdoc(7) police hat on his head)
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/vlan.4 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man4/vlan.4 b/share/man/man4/vlan.4 index 440883b..7074c08 100644 --- a/share/man/man4/vlan.4 +++ b/share/man/man4/vlan.4 @@ -163,6 +163,10 @@ for .Nm use and calculates the appropriate frame MTU based on the capabilities of the parent interface. +.Sh SEE ALSO +.Xr kqueue 2 , +.Xr miibus 4 , +.Xr ifconfig 8 .Sh BUGS No 802.1Q features except VLAN tagging are implemented. .Pp @@ -174,7 +178,3 @@ interface will be sent through only if the parent interface uses .Xr miibus 4 for link state notification. -.Sh SEE ALSO -.Xr kqueue 2 , -.Xr miibus 4 , -.Xr ifconfig 8 |