diff options
author | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-06-26 05:48:08 +0000 |
---|---|---|
committer | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-06-26 05:48:08 +0000 |
commit | fc55f40a0e062007d01705349c6e23d5917bdd47 (patch) | |
tree | 38434a1e50d44eabf02a7e555c3e1bb885085979 /usr.bin/ssh | |
parent | 2c7bb34b555dffc1ea43169f11e0a57b57c2c3fe (diff) |
remove unnecessary .Pp between .It;
millert@ ok
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r-- | usr.bin/ssh/sshd.8 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/ssh/sshd.8 b/usr.bin/ssh/sshd.8 index 72459990e8a..f10214ff97f 100644 --- a/usr.bin/ssh/sshd.8 +++ b/usr.bin/ssh/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 |