diff --git a/src/docbook/module/start.xml b/src/docbook/module/start.xml
index 491f3a54f5..d4c3fbe7f5 100644
--- a/src/docbook/module/start.xml
+++ b/src/docbook/module/start.xml
@@ -344,7 +344,7 @@ public class TimeServerHandler extends &SimpleChannelHandler; {
&ChannelFuture; f = ch.write(time);
f.addListener(new &ChannelFutureListener;() {
- public void operationComplete(&ChannelFuture; f) {
+ public void operationComplete(&ChannelFuture; future) {
&Channel; ch = future.getChannel();
ch.close();
}