diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-07-06 04:06:59 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-07-06 04:06:59 +0000 |
commit | 28bba41f8ac3d66aaf6f97aaf141ad865dda4052 (patch) | |
tree | c3f2d7a67bd7f6a3847cc48221345bec5a56754b /usr.bin/ssh | |
parent | c896b2128fb800d7ad79ce4473d4c64baa9691fa (diff) |
Insert more missing .El directives. Our troff really should identify these and
spit out a warning.
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r-- | usr.bin/ssh/scp.1 | 3 | ||||
-rw-r--r-- | usr.bin/ssh/ssh-agent.1 | 3 | ||||
-rw-r--r-- | usr.bin/ssh/ssh-keygen.1 | 3 | ||||
-rw-r--r-- | usr.bin/ssh/sshd.8 | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/usr.bin/ssh/scp.1 b/usr.bin/ssh/scp.1 index 51de6c5e817..267195dd187 100644 --- a/usr.bin/ssh/scp.1 +++ b/usr.bin/ssh/scp.1 @@ -9,7 +9,7 @@ .\" .\" Created: Sun May 7 00:14:37 1995 ylo .\" -.\" $Id: scp.1,v 1.7 2000/04/12 21:47:50 aaron Exp $ +.\" $Id: scp.1,v 1.8 2000/07/06 04:06:56 aaron Exp $ .\" .Dd September 25, 1999 .Dt SCP 1 @@ -106,6 +106,7 @@ to use IPv4 addresses only. Forces .Nm to use IPv6 addresses only. +.El .Sh AUTHORS Timo Rinne <tri@iki.fi> and Tatu Ylonen <ylo@cs.hut.fi> .Sh HISTORY diff --git a/usr.bin/ssh/ssh-agent.1 b/usr.bin/ssh/ssh-agent.1 index 9f7299d3719..d33ed29e8fb 100644 --- a/usr.bin/ssh/ssh-agent.1 +++ b/usr.bin/ssh/ssh-agent.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ssh-agent.1,v 1.12 2000/05/03 18:04:39 markus Exp $ +.\" $OpenBSD: ssh-agent.1,v 1.13 2000/07/06 04:06:56 aaron Exp $ .\" .\" -*- nroff -*- .\" @@ -133,6 +133,7 @@ Unix-domain sockets used to contain the connection to the authentication agent. These sockets should only be readable by the owner. The sockets should get automatically removed when the agent exits. +.El .Sh AUTHOR Tatu Ylonen <ylo@cs.hut.fi> .Pp diff --git a/usr.bin/ssh/ssh-keygen.1 b/usr.bin/ssh/ssh-keygen.1 index ea81532e987..e0f8e5ccb02 100644 --- a/usr.bin/ssh/ssh-keygen.1 +++ b/usr.bin/ssh/ssh-keygen.1 @@ -9,7 +9,7 @@ .\" .\" Created: Sat Apr 22 23:55:14 1995 ylo .\" -.\" $Id: ssh-keygen.1,v 1.18 2000/05/08 17:26:04 hugh Exp $ +.\" $Id: ssh-keygen.1,v 1.19 2000/07/06 04:06:56 aaron Exp $ .\" .Dd September 25, 1999 .Dt SSH-KEYGEN 1 @@ -188,6 +188,7 @@ The contents of this file should be added to on all machines where you wish to log in using DSA authentication. There is no need to keep the contents of this file secret. +.El .Sh AUTHOR Tatu Ylonen <ylo@cs.hut.fi> .Pp diff --git a/usr.bin/ssh/sshd.8 b/usr.bin/ssh/sshd.8 index 516247bd7d9..1eb73e4c7a2 100644 --- a/usr.bin/ssh/sshd.8 +++ b/usr.bin/ssh/sshd.8 @@ -9,7 +9,7 @@ .\" .\" Created: Sat Apr 22 21:55:14 1995 ylo .\" -.\" $Id: sshd.8,v 1.55 2000/06/26 21:59:18 markus Exp $ +.\" $Id: sshd.8,v 1.56 2000/07/06 04:06:56 aaron Exp $ .\" .Dd September 25, 1999 .Dt SSHD 8 @@ -962,6 +962,7 @@ Like This can be used to specify machine-specific login-time initializations globally. This file should be writable only by root, and should be world-readable. +.El .Sh AUTHOR OpenSSH is a derivative of the original (free) ssh 1.2.12 release by Tatu Ylonen, |