From 5a6a1bd9d16709a9f5cc0979dcbacf17ef36a4ab Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Wed, 25 Nov 2015 20:46:06 +0800 Subject: Fix minor manpage formatting issues --- dropbearconvert.1 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'dropbearconvert.1') diff --git a/dropbearconvert.1 b/dropbearconvert.1 index b2f34ef..dd97ad4 100644 --- a/dropbearconvert.1 +++ b/dropbearconvert.1 @@ -21,24 +21,24 @@ from a private key by using .P Encrypted private keys are not supported, use ssh-keygen(1) to decrypt them first. -.SH OPTIONS +.SH ARGUMENTS .TP -.B input type +.I input_type Either .I dropbear or .I openssh .TP -.B output type +.I output_type Either .I dropbear or .I openssh .TP -.B input file +.I input_file An existing Dropbear or OpenSSH private key file .TP -.B output file +.I output_file The path to write the converted private key file. For client authentication ~/.ssh/id_dropbear is loaded by default .SH EXAMPLE # dropbearconvert openssh dropbear ~/.ssh/id_rsa ~/.ssh/id_dropbear -- cgit v1.2.1