diff options
author | yongari <yongari@FreeBSD.org> | 2009-03-12 01:21:48 +0000 |
---|---|---|
committer | yongari <yongari@FreeBSD.org> | 2009-03-12 01:21:48 +0000 |
commit | e40f167934c53797d3fd345c155f6a737f901ef8 (patch) | |
tree | a760f38545eb637762b2e98e1cc289585a808247 /share | |
parent | b254d4af57143cec2043572f0d17e8dedc123015 (diff) | |
download | FreeBSD-src-e40f167934c53797d3fd345c155f6a737f901ef8.zip FreeBSD-src-e40f167934c53797d3fd345c155f6a737f901ef8.tar.gz |
Add txp(4) to the list of drivers supporting ALTQ.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/altq.4 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/man/man4/altq.4 b/share/man/man4/altq.4 index a2fe314..ff22c2e 100644 --- a/share/man/man4/altq.4 +++ b/share/man/man4/altq.4 @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd November 12, 2008 +.Dd March 12, 2009 .Dt ALTQ 4 .Os .Sh NAME @@ -151,6 +151,7 @@ They have been applied to the following hardware drivers: .Xr sk 4 , .Xr ste 4 , .Xr stge 4 , +.Xr txp 4 , .Xr udav 4 , .Xr ural 4 , .Xr vge 4 , |