diff options
author | Hans Nilsson <[email protected]> | 2015-11-05 18:27:05 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2015-11-05 18:27:05 +0100 |
commit | 7adbd6ee24fa7f1bb3c26d5106e7e38446405f16 (patch) | |
tree | 1098f1ac886ca0887d6da990122d47cc5883490f /lib/ssh/doc | |
parent | c9437f4fc42769aa4cb7ea3acab9f589f1ded4e0 (diff) | |
download | otp-7adbd6ee24fa7f1bb3c26d5106e7e38446405f16.tar.gz otp-7adbd6ee24fa7f1bb3c26d5106e7e38446405f16.tar.bz2 otp-7adbd6ee24fa7f1bb3c26d5106e7e38446405f16.zip |
ssh: correct a bad doc xref
Diffstat (limited to 'lib/ssh/doc')
-rw-r--r-- | lib/ssh/doc/src/ssh.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ssh/doc/src/ssh.xml b/lib/ssh/doc/src/ssh.xml index 43db63e7e6..5c18c48f65 100644 --- a/lib/ssh/doc/src/ssh.xml +++ b/lib/ssh/doc/src/ssh.xml @@ -478,12 +478,12 @@ kex is implicit but public_key is set explicitly.</p> </item> <tag><c>{ssh_moduli_file,filename()}</c></tag> <item>The file must be in - <seealso marker="public_key:public_key#public_key/4">ssh-keygen moduli file format</seealso>. + <seealso marker="public_key:public_key#dh_gex_group/4">ssh-keygen moduli file format</seealso>. The file is read when the daemon starts. </item> </taglist> <p>The default list is fetched from the - <seealso marker="public_key:public_key#public_key/4">public_key</seealso> application. + <seealso marker="public_key:public_key#dh_gex_group/4">public_key</seealso> application. </p> </item> |