Tue Mar 13 11:15:15 2018 UTC ()
Pull up following revision(s) (requested by sevan in ticket #619):
	share/man/man4/altq.4: revision 1.3
Update URL for the cited paper


(martin)
diff -r1.2 -r1.2.34.1 src/share/man/man4/altq.4

cvs diff -r1.2 -r1.2.34.1 src/share/man/man4/altq.4 (expand / switch to unified diff)

--- src/share/man/man4/altq.4 2011/06/23 07:47:22 1.2
+++ src/share/man/man4/altq.4 2018/03/13 11:15:15 1.2.34.1
@@ -1,40 +1,40 @@ @@ -1,40 +1,40 @@
1.\" $NetBSD: altq.4,v 1.2 2011/06/23 07:47:22 wiz Exp $ 1.\" $NetBSD: altq.4,v 1.2.34.1 2018/03/13 11:15:15 martin Exp $
2.\" 2.\"
3.\" Copyright (c) 2011 Jukka Ruohonen <jruohonen@iki.fi> 3.\" Copyright (c) 2011 Jukka Ruohonen <jruohonen@iki.fi>
4.\" 4.\"
5.\" Redistribution and use in source and binary forms, with or without 5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions 6.\" modification, are permitted provided that the following conditions
7.\" are met: 7.\" are met:
8.\" 8.\"
9.\" 1. Redistributions of source code must retain the above copyright 9.\" 1. Redistributions of source code must retain the above copyright
10.\" notice, this list of conditions and the following disclaimer. 10.\" notice, this list of conditions and the following disclaimer.
11.\" 2. Redistributions in binary form must reproduce the above copyright 11.\" 2. Redistributions in binary form must reproduce the above copyright
12.\" notice, this list of conditions and the following disclaimer in the 12.\" notice, this list of conditions and the following disclaimer in the
13.\" documentation and/or other materials provided with the distribution. 13.\" documentation and/or other materials provided with the distribution.
14.\" 14.\"
15.\" THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 15.\" THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
16.\" "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 16.\" "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
17.\" LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 17.\" LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
18.\" A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 18.\" A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
19.\" OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 19.\" OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
20.\" SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 20.\" SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
21.\" LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 21.\" LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
22.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 22.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
23.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 23.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
24.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 24.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
25.\" OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 25.\" OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26.\" 26.\"
27.Dd June 22, 2011 27.Dd March 08, 2018
28.Dt ALTQ 4 28.Dt ALTQ 4
29.Os 29.Os
30.Sh NAME 30.Sh NAME
31.Nm altq 31.Nm altq
32.Nd alternate queuing framework 32.Nd alternate queuing framework
33.Sh SYNOPSIS 33.Sh SYNOPSIS
34.Cd options ALTQ 34.Cd options ALTQ
35.Cd options ALTQ_BLUE 35.Cd options ALTQ_BLUE
36.Cd options ALTQ_CBQ 36.Cd options ALTQ_CBQ
37.Cd options ALTQ_CDNR 37.Cd options ALTQ_CDNR
38.Cd options ALTQ_FIFOQ 38.Cd options ALTQ_FIFOQ
39.Cd options ALTQ_FLOWVALVE 39.Cd options ALTQ_FLOWVALVE
40.Cd options ALTQ_HFSC 40.Cd options ALTQ_HFSC
@@ -67,18 +67,18 @@ are required in order to use a certain n @@ -67,18 +67,18 @@ are required in order to use a certain n
67/dev/altq 67/dev/altq
68.Ed 68.Ed
69.Sh SEE ALSO 69.Sh SEE ALSO
70.Xr pf 4 , 70.Xr pf 4 ,
71.Xr altq.conf 5 , 71.Xr altq.conf 5 ,
72.Xr altqd 8 , 72.Xr altqd 8 ,
73.Xr altq 9 73.Xr altq 9
74.Rs 74.Rs
75.%A Kenjiro Cho 75.%A Kenjiro Cho
76.%T Fitting theory into reality in the ALTQ case 76.%T Fitting theory into reality in the ALTQ case
77.%D March, 2004 77.%D March, 2004
78.%C Taipei, Taiwan 78.%C Taipei, Taiwan
79.%O Asia BSD conference 79.%O Asia BSD conference
80.%U http://www.sonycsl.co.jp/~kjc/papers/fittingtheory.pdf 80.%U http://www.sonycsl.co.jp/person/kjc/papers/fittingtheory.pdf
81.Re 81.Re
82.\" .Sh HISTORY 82.\" .Sh HISTORY
83.\" 83.\"
84.\" XXX: Write this. 84.\" XXX: Write this.