- mpech@cvs.openbsd.org 2001/06/26 05:48:07
[sshd.8] remove unnecessary .Pp between .It; millert@ ok
This commit is contained in:
parent
3f471630bb
commit
88a6b7581b
|
@ -31,6 +31,10 @@
|
|||
- markus@cvs.openbsd.org 2001/06/26 05:33:34
|
||||
[ssh-agent.c]
|
||||
more smartcard support.
|
||||
- mpech@cvs.openbsd.org 2001/06/26 05:48:07
|
||||
[sshd.8]
|
||||
remove unnecessary .Pp between .It;
|
||||
millert@ ok
|
||||
|
||||
20010629
|
||||
- (bal) Removed net_aton() since we don't use it any more
|
||||
|
@ -5858,4 +5862,4 @@
|
|||
- Wrote replacements for strlcpy and mkdtemp
|
||||
- Released 1.0pre1
|
||||
|
||||
$Id: ChangeLog,v 1.1353 2001/07/04 03:53:15 mouring Exp $
|
||||
$Id: ChangeLog,v 1.1354 2001/07/04 03:55:21 mouring Exp $
|
||||
|
|
3
sshd.8
3
sshd.8
|
@ -34,7 +34,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.133 2001/06/23 17:48:19 itojun Exp $
|
||||
.\" $OpenBSD: sshd.8,v 1.134 2001/06/26 05:48:07 mpech Exp $
|
||||
.Dd September 25, 1999
|
||||
.Dt SSHD 8
|
||||
.Os
|
||||
|
@ -184,7 +184,6 @@ The options are as follows:
|
|||
.It Fl b Ar bits
|
||||
Specifies the number of bits in the ephemeral protocol version 1
|
||||
server key (default 768).
|
||||
.Pp
|
||||
.It Fl d
|
||||
Debug mode.
|
||||
The server sends verbose debug output to the system
|
||||
|
|
Loading…
Reference in New Issue