- schwarze@cvs.openbsd.org 2010/07/15 21:20:38
[ssh-keygen.1] repair incorrect block nesting, which screwed up indentation; problem reported and fix OK by jmc@
This commit is contained in:
parent
bcfbc48930
commit
bad5e03bfd
|
@ -37,6 +37,10 @@
|
|||
[ssh.1]
|
||||
finally ssh synopsis looks nice again! this commit just removes a ton of
|
||||
hacks we had in place to make it work with old groff;
|
||||
- schwarze@cvs.openbsd.org 2010/07/15 21:20:38
|
||||
[ssh-keygen.1]
|
||||
repair incorrect block nesting, which screwed up indentation;
|
||||
problem reported and fix OK by jmc@
|
||||
|
||||
20100714
|
||||
- (tim) [contrib/redhat/openssh.spec] Bug 1796: Test for skip_x11_askpass
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $OpenBSD: ssh-keygen.1,v 1.96 2010/06/30 07:24:25 jmc Exp $
|
||||
.\" $OpenBSD: ssh-keygen.1,v 1.97 2010/07/15 21:20:38 schwarze Exp $
|
||||
.\"
|
||||
.\" -*- nroff -*-
|
||||
.\"
|
||||
|
@ -37,15 +37,15 @@
|
|||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
.\"
|
||||
.Dd $Mdocdate: June 30 2010 $
|
||||
.Dd $Mdocdate: July 15 2010 $
|
||||
.Dt SSH-KEYGEN 1
|
||||
.Os
|
||||
.Sh NAME
|
||||
.Nm ssh-keygen
|
||||
.Nd authentication key generation, management and conversion
|
||||
.Sh SYNOPSIS
|
||||
.Nm ssh-keygen
|
||||
.Bk -words
|
||||
.Nm ssh-keygen
|
||||
.Op Fl q
|
||||
.Op Fl b Ar bits
|
||||
.Fl t Ar type
|
||||
|
|
Loading…
Reference in New Issue