- jmc@cvs.openbsd.org 2013/12/06 15:29:07

[sshd.8]
     missing comma;
This commit is contained in:
Damien Miller 2013-12-07 11:24:30 +11:00
parent 5be9d9e3cb
commit a7827c11b3
2 changed files with 5 additions and 2 deletions

View File

@ -27,6 +27,9 @@
domain ed25519 reference code from SUPERCOP, see
http://ed25519.cr.yp.to/software.html
feedback, help & ok djm@
- jmc@cvs.openbsd.org 2013/12/06 15:29:07
[sshd.8]
missing comma;
20131205
- (djm) OpenBSD CVS Sync

4
sshd.8
View File

@ -33,7 +33,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.271 2013/12/06 13:39:49 markus Exp $
.\" $OpenBSD: sshd.8,v 1.272 2013/12/06 15:29:07 jmc Exp $
.Dd $Mdocdate: December 6 2013 $
.Dt SSHD 8
.Os
@ -494,7 +494,7 @@ For protocol version 2 the keytype is
.Dq ecdsa-sha2-nistp256 ,
.Dq ecdsa-sha2-nistp384 ,
.Dq ecdsa-sha2-nistp521 ,
.Dq ssh-ed25519
.Dq ssh-ed25519 ,
.Dq ssh-dss
or
.Dq ssh-rsa .