diff options
author | 2002-06-22 11:51:39 +0000 | |
---|---|---|
committer | 2002-06-22 11:51:39 +0000 | |
commit | d88fee87d5dc10767c1cefaf163d5780b19bc6af (patch) | |
tree | 351ed246a6930905dcf9acf05ea948ca7aab91f7 | |
parent | add a commented out scrub example (diff) | |
download | wireguard-openbsd-d88fee87d5dc10767c1cefaf163d5780b19bc6af.tar.xz wireguard-openbsd-d88fee87d5dc10767c1cefaf163d5780b19bc6af.zip |
typo
-rw-r--r-- | usr.bin/ssh/ssh.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh.1 b/usr.bin/ssh/ssh.1 index 076a270dfcd..1f3efca7854 100644 --- a/usr.bin/ssh/ssh.1 +++ b/usr.bin/ssh/ssh.1 @@ -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: ssh.1,v 1.159 2002/06/22 02:40:23 stevesk Exp $ +.\" $OpenBSD: ssh.1,v 1.160 2002/06/22 11:51:39 naddy Exp $ .Dd September 25, 1999 .Dt SSH 1 .Os @@ -953,7 +953,7 @@ protocol versions 1.5 and 2.0. .Xr ssh-keygen 1 , .Xr telnet 1 , .Xr ssh_config 5 , -.Xr ssh-keysign 8, +.Xr ssh-keysign 8 , .Xr sshd 8 .Rs .%A T. Ylonen |