summaryrefslogtreecommitdiffstats
path: root/share/man/man9
diff options
context:
space:
mode:
authorlstewart <lstewart@FreeBSD.org>2011-09-15 12:15:36 +0000
committerlstewart <lstewart@FreeBSD.org>2011-09-15 12:15:36 +0000
commitb7af600f4099adb77886c9e5786eea770179d027 (patch)
tree60784a9dc7df628c7f6cfe1c9179843a67d69491 /share/man/man9
parent75884f107c301faf9e92c2a0c6700fd31cba7f9c (diff)
downloadFreeBSD-src-b7af600f4099adb77886c9e5786eea770179d027.zip
FreeBSD-src-b7af600f4099adb77886c9e5786eea770179d027.tar.gz
Rename the cc.4 and cc.9 modular congestion control related man pages to
mod_cc.4 and mod_cc.9 respectively to avoid any possible confusion with the cc.1 gcc man page. Update references to these man pages where required. Requested by: Grenville Armitage Approved by: re (kib) MFC after: 3 days
Diffstat (limited to 'share/man/man9')
-rw-r--r--share/man/man9/Makefile2
-rw-r--r--share/man/man9/mod_cc.9 (renamed from share/man/man9/cc.9)10
2 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile
index b24be56..7d34c31 100644
--- a/share/man/man9/Makefile
+++ b/share/man/man9/Makefile
@@ -43,7 +43,6 @@ MAN= accept_filter.9 \
BUS_SETUP_INTR.9 \
bus_space.9 \
byteorder.9 \
- cc.9 \
cd.9 \
condvar.9 \
config_intrhook.9 \
@@ -169,6 +168,7 @@ MAN= accept_filter.9 \
microtime.9 \
microuptime.9 \
mi_switch.9 \
+ mod_cc.9 \
module.9 \
MODULE_DEPEND.9 \
MODULE_VERSION.9 \
diff --git a/share/man/man9/cc.9 b/share/man/man9/mod_cc.9
index 6a37984..75e2db0 100644
--- a/share/man/man9/cc.9
+++ b/share/man/man9/mod_cc.9
@@ -31,11 +31,11 @@
.\"
.\" $FreeBSD$
.\"
-.Dd February 15, 2011
-.Dt CC 9
+.Dd September 15, 2011
+.Dt MOD_CC 9
.Os
.Sh NAME
-.Nm cc ,
+.Nm mod_cc ,
.Nm DECLARE_CC_MODULE ,
.Nm CC_VAR
.Nd Modular Congestion Control
@@ -53,7 +53,7 @@ loadable kernel modules via the
facility.
Transport protocols can select from the list of available algorithms on a
connection-by-connection basis, or use the system default (see
-.Xr cc 4
+.Xr mod_cc 4
for more details).
.Pp
.Nm
@@ -290,13 +290,13 @@ by the value of the congestion window.
Algorithms should use the abscence of this flag being set to avoid accumulating
a large difference between the congestion window and send window.
.Sh SEE ALSO
-.Xr cc 4 ,
.Xr cc_chd 4 ,
.Xr cc_cubic 4 ,
.Xr cc_hd 4 ,
.Xr cc_htcp 4 ,
.Xr cc_newreno 4 ,
.Xr cc_vegas 4 ,
+.Xr mod_cc 4 ,
.Xr tcp 4
.Sh ACKNOWLEDGEMENTS
Development and testing of this software were made possible in part by grants
OpenPOWER on IntegriCloud