diff --git a/trunk/doc/tor-doc.html b/trunk/doc/tor-doc.html
index 005cba92bf..19e85e3c12 100644
--- a/trunk/doc/tor-doc.html
+++ b/trunk/doc/tor-doc.html
@@ -291,13 +291,12 @@ servers rather than the default ones.
2: For each directory server you want,
- 2a: Set it up as a server (see "setting up a
-server" above), with a least ORPort, DataDirectory, and Nickname
-defined.
-
- 2b: Set "DirPort" to the intended port for serving directories.
-
- 2c: Set "RecommendedVersions" to a comma-separated list of acceptable
+server" above), with a least ORPort, DirPort, DataDirectory, and Nickname
+defined. Set "AuthoritativeDirectory 1".
+
- 2b: Set "RecommendedVersions" to a comma-separated list of acceptable
versions of the code for clients and servers to be running (see step
4c below).
-
- 2d: Run it: tor --list-fingerprint if your torrc is in
+
- 2c: Run it: tor --list-fingerprint if your torrc is in
the default place, or tor -f torrc --list-fingerprint to
specify one. This will generate your keys and output a fingerprint
line.