diff options
author | Alex Feldman <alex@cvs.openbsd.org> | 1999-05-16 19:58:20 +0000 |
---|---|---|
committer | Alex Feldman <alex@cvs.openbsd.org> | 1999-05-16 19:58:20 +0000 |
commit | 0dacaf536cdff0c70d067a1648e846cf6e7bcffc (patch) | |
tree | a7242dc673f15a56501071f686f150e05e519b5e /share/man/man4/tx.4 | |
parent | a745f84c11e201e22ac76b1776820903cabfd67a (diff) |
Cleanup xrefs under SEE ALSO. Specifically:
- Sort xrefs by section, and then alphabetically.
- Add missing commas between xref items.
- Remove commas from the last xref entry.
- Remove duplicate entries.
Diffstat (limited to 'share/man/man4/tx.4')
-rw-r--r-- | share/man/man4/tx.4 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man4/tx.4 b/share/man/man4/tx.4 index 81ac2a37758..343e8223445 100644 --- a/share/man/man4/tx.4 +++ b/share/man/man4/tx.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tx.4,v 1.2 1999/04/02 16:21:37 aaron Exp $ +.\" $OpenBSD: tx.4,v 1.3 1999/05/16 19:56:40 alex Exp $ .\" .\" Copyright (c) 1998 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -106,11 +106,11 @@ Failed to allocate memory for a received packet. Packet was dropped. While resetting, the driver failed to stop the device correctly. .El .Sh SEE ALSO -.Xr ifconfig 8 , +.Xr arp 4 , .Xr ifmedia 4 , -.Xr intro 4 , .Xr inet 4 , -.Xr arp 4 +.Xr intro 4 , +.Xr ifconfig 8 .Sh BUGS The multicast packets filtering is not supported. Only one PHY has really been tested, |