- provos@cvs.openbsd.org 2001/06/22 21:28:53
     [sshd.8]
     document /etc/moduli
diff --git a/ChangeLog b/ChangeLog
index 0f08b3e..6ad84bf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -16,6 +16,9 @@
    - provos@cvs.openbsd.org 2001/06/22 21:27:08
      [dh.c pathnames.h]
      use /etc/moduli instead of /etc/primes, okay markus@
+   - provos@cvs.openbsd.org 2001/06/22 21:28:53
+     [sshd.8]
+     document /etc/moduli
 
 20010622
  - (stevesk) handle systems without pw_expire and pw_change.
@@ -5700,4 +5703,4 @@
  - Wrote replacements for strlcpy and mkdtemp
  - Released 1.0pre1
 
-$Id: ChangeLog,v 1.1300 2001/06/25 04:13:25 mouring Exp $
+$Id: ChangeLog,v 1.1301 2001/06/25 04:14:59 mouring Exp $
diff --git a/sshd.8 b/sshd.8
index fe2f697..ee3f116 100644
--- a/sshd.8
+++ b/sshd.8
@@ -34,7 +34,7 @@
 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.\" $OpenBSD: sshd.8,v 1.128 2001/06/22 10:17:51 mpech Exp $
+.\" $OpenBSD: sshd.8,v 1.129 2001/06/22 21:28:53 provos Exp $
 .Dd September 25, 1999
 .Dt SSHD 8
 .Os
@@ -1123,7 +1123,7 @@
 the user so their contents can be copied to known hosts files.
 These files are created using
 .Xr ssh-keygen 1 .
-.It Pa /etc/primes
+.It Pa /etc/moduli
 Contains Diffie-Hellman groups used for the "Diffie-Hellman Group Exchange".
 .It Pa /var/run/sshd.pid
 Contains the process ID of the
@@ -1306,6 +1306,7 @@
 Markus Friedl contributed the support for SSH
 protocol versions 1.5 and 2.0.
 .Sh SEE ALSO
+.Xr moduli 5 ,
 .Xr rlogin 1 ,
 .Xr rsh 1 ,
 .Xr scp 1 ,