summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-07-04 03:55:21 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-07-04 03:55:21 +0000
commit88a6b7581b136149c0b05c278912deb95859333e (patch)
tree19cf5351517d86fc1cf1c328add750a421e4872d
parent3f471630bbe2e75ab5db9368778551474770f78e (diff)
- mpech@cvs.openbsd.org 2001/06/26 05:48:07
[sshd.8] remove unnecessary .Pp between .It; millert@ ok
-rw-r--r--ChangeLog6
-rw-r--r--sshd.83
2 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index d61abbb13..2ed5e9080 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -31,6 +31,10 @@
31 - markus@cvs.openbsd.org 2001/06/26 05:33:34 31 - markus@cvs.openbsd.org 2001/06/26 05:33:34
32 [ssh-agent.c] 32 [ssh-agent.c]
33 more smartcard support. 33 more smartcard support.
34 - mpech@cvs.openbsd.org 2001/06/26 05:48:07
35 [sshd.8]
36 remove unnecessary .Pp between .It;
37 millert@ ok
34 38
3520010629 3920010629
36 - (bal) Removed net_aton() since we don't use it any more 40 - (bal) Removed net_aton() since we don't use it any more
@@ -5858,4 +5862,4 @@
5858 - Wrote replacements for strlcpy and mkdtemp 5862 - Wrote replacements for strlcpy and mkdtemp
5859 - Released 1.0pre1 5863 - Released 1.0pre1
5860 5864
5861$Id: ChangeLog,v 1.1353 2001/07/04 03:53:15 mouring Exp $ 5865$Id: ChangeLog,v 1.1354 2001/07/04 03:55:21 mouring Exp $
diff --git a/sshd.8 b/sshd.8
index e143e84d4..d0b7cb612 100644
--- a/sshd.8
+++ b/sshd.8
@@ -34,7 +34,7 @@
34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36.\" 36.\"
37.\" $OpenBSD: sshd.8,v 1.133 2001/06/23 17:48:19 itojun Exp $ 37.\" $OpenBSD: sshd.8,v 1.134 2001/06/26 05:48:07 mpech Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSHD 8 39.Dt SSHD 8
40.Os 40.Os
@@ -184,7 +184,6 @@ The options are as follows:
184.It Fl b Ar bits 184.It Fl b Ar bits
185Specifies the number of bits in the ephemeral protocol version 1 185Specifies the number of bits in the ephemeral protocol version 1
186server key (default 768). 186server key (default 768).
187.Pp
188.It Fl d 187.It Fl d
189Debug mode. 188Debug mode.
190The server sends verbose debug output to the system 189The server sends verbose debug output to the system