- (djm) [ssh-rand-helper.8] manpage nits;
from dleonard AT vintela.com (bz#1529)
This commit is contained in:
parent
eae5fa1b58
commit
9f74105289
|
@ -1,3 +1,7 @@
|
|||
20070122
|
||||
- (djm) [ssh-rand-helper.8] manpage nits;
|
||||
from dleonard AT vintela.com (bz#1529)
|
||||
|
||||
20070117
|
||||
- (dtucker) [packet.c] Re-remove in_systm.h since it's already in includes.h
|
||||
and multiple including it causes problems on old IRIXes. (It snuck back
|
||||
|
@ -2674,4 +2678,4 @@
|
|||
OpenServer 6 and add osr5bigcrypt support so when someone migrates
|
||||
passwords between UnixWare and OpenServer they will still work. OK dtucker@
|
||||
|
||||
$Id: ChangeLog,v 1.4606 2007/01/17 00:00:13 dtucker Exp $
|
||||
$Id: ChangeLog,v 1.4607 2007/01/22 01:44:53 djm Exp $
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $Id: ssh-rand-helper.8,v 1.2 2003/11/21 12:48:56 djm Exp $
|
||||
.\" $Id: ssh-rand-helper.8,v 1.3 2007/01/22 01:44:53 djm Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2002 Damien Miller. All rights reserved.
|
||||
.\"
|
||||
|
@ -27,7 +27,7 @@
|
|||
.Os
|
||||
.Sh NAME
|
||||
.Nm ssh-rand-helper
|
||||
.Nd Random number gatherer for OpenSSH
|
||||
.Nd random number gatherer for OpenSSH
|
||||
.Sh SYNOPSIS
|
||||
.Nm ssh-rand-hlper
|
||||
.Op Fl vxXh
|
||||
|
@ -82,7 +82,7 @@ Force output of a binary seed, even if standard output is a tty
|
|||
Turn on debugging message. Multiple
|
||||
.Fl v
|
||||
options will increase the debugging level.
|
||||
.Fl h
|
||||
.It Fl h
|
||||
Display a summary of options.
|
||||
.El
|
||||
.Sh AUTHORS
|
||||
|
|
Loading…
Reference in New Issue