docs/25743: Trivial typographic error in ssh.1

David Wolfskill dhw at whistle.com
Thu Mar 15 01:46:23 EST 2001


>Date: Sun, 25 Feb 2001 20:18:48 -0800
>From: Dima Dorfman <dima at unixfreak.org>

>dhw at whistle.com writes:

>> >Number:         25743
>> >Category:       docs
>> >Synopsis:       Trivial typographic error in ssh.1
>> >Description:
>> 	Man page for ssh (/usr/src/crypto/openssh/ssh.1) has the string
>> 	"ssh ssh", when just "ssh" is wanted.

>src/crypto is like src/contrib; everything in there is externally
>maintained.  Unless it's a FreeBSD-specific problem (which it isn't in
>this case), it should be taken up with the OpenSSH folks.  In other
>words, you want to send this to openssh-unix-dev at mindrot.org (the
>OpenSSH development list).

OK.  For the openssh-unix-dev folks, the patch follows my .sig.  As
noted, it's pretty trivial.  (The ".Nm" macro expands to "ssh" already.)

Thanks,
david
-- 
David Wolfskill      dhw at whistle.com   UNIX System Administrator
Desk: 650/577-7158   TIE: 8/499-7158   Cell: 650/759-0823

Index: ssh.1
===================================================================
RCS file: /cvs/freebsd/src/crypto/openssh/ssh.1,v
retrieving revision 1.4.2.6
diff -u -r1.4.2.6 ssh.1
--- ssh.1	2001/01/12 04:25:58	1.4.2.6
+++ ssh.1	2001/03/12 18:22:36
@@ -910,7 +910,7 @@
 If this flag is set to
 .Dq yes ,
 .Nm
-ssh will never automatically add host keys to the
+will never automatically add host keys to the
 .Pa $HOME/.ssh/known_hosts
 and
 .Pa $HOME/.ssh/known_hosts2





More information about the openssh-unix-dev mailing list