summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2010-07-16 13:59:59 +1000
committerDamien Miller <djm@mindrot.org>2010-07-16 13:59:59 +1000
commitbad5e03bfdcfd0ae3b5f6812affd8c2cf62d6046 (patch)
tree6f928bb88ed3d2e871b33ff55c5cb162be0e23de
parentbcfbc48930448c726e02cba6e1a85b316801564b (diff)
- 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@
-rw-r--r--ChangeLog4
-rw-r--r--ssh-keygen.16
2 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index a755a8042..322bb9d97 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -37,6 +37,10 @@
37 [ssh.1] 37 [ssh.1]
38 finally ssh synopsis looks nice again! this commit just removes a ton of 38 finally ssh synopsis looks nice again! this commit just removes a ton of
39 hacks we had in place to make it work with old groff; 39 hacks we had in place to make it work with old groff;
40 - schwarze@cvs.openbsd.org 2010/07/15 21:20:38
41 [ssh-keygen.1]
42 repair incorrect block nesting, which screwed up indentation;
43 problem reported and fix OK by jmc@
40 44
4120100714 4520100714
42 - (tim) [contrib/redhat/openssh.spec] Bug 1796: Test for skip_x11_askpass 46 - (tim) [contrib/redhat/openssh.spec] Bug 1796: Test for skip_x11_askpass
diff --git a/ssh-keygen.1 b/ssh-keygen.1
index 76ce88ca5..c4464878d 100644
--- a/ssh-keygen.1
+++ b/ssh-keygen.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ssh-keygen.1,v 1.96 2010/06/30 07:24:25 jmc Exp $ 1.\" $OpenBSD: ssh-keygen.1,v 1.97 2010/07/15 21:20:38 schwarze Exp $
2.\" 2.\"
3.\" -*- nroff -*- 3.\" -*- nroff -*-
4.\" 4.\"
@@ -37,15 +37,15 @@
37.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 37.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
38.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 38.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
39.\" 39.\"
40.Dd $Mdocdate: June 30 2010 $ 40.Dd $Mdocdate: July 15 2010 $
41.Dt SSH-KEYGEN 1 41.Dt SSH-KEYGEN 1
42.Os 42.Os
43.Sh NAME 43.Sh NAME
44.Nm ssh-keygen 44.Nm ssh-keygen
45.Nd authentication key generation, management and conversion 45.Nd authentication key generation, management and conversion
46.Sh SYNOPSIS 46.Sh SYNOPSIS
47.Nm ssh-keygen
48.Bk -words 47.Bk -words
48.Nm ssh-keygen
49.Op Fl q 49.Op Fl q
50.Op Fl b Ar bits 50.Op Fl b Ar bits
51.Fl t Ar type 51.Fl t Ar type