Bug 858

Summary: Grammar bug in sshd(8)
Product: Portable OpenSSH Reporter: Colin Watson <cjwatson>
Component: DocumentationAssignee: OpenSSH Bugzilla mailing list <openssh-bugs>
Status: CLOSED FIXED    
Severity: trivial    
Priority: P2    
Version: 3.8.1p1   
Hardware: Other   
OS: Linux   
URL: http://bugs.debian.org/238753
Attachments:
Description Flags
Fix language in man page none

Description Colin Watson 2004-05-01 22:17:21 AEST
Quoting a Debian bug report:

'man sshd' says:

     sshd rereads its configuration file when it receives a hangup signal,
     SIGHUP, by executing itself with the name it was started as, i.e.,
     /usr/sbin/sshd.

This should be 'e.g.', of course, since it might have been invoked
under some other name.
Comment 1 Darren Tucker 2004-05-02 12:34:03 AEST
Created attachment 621 [details]
Fix language in man page

I've had this in a local tree for a while.  If the languages is OK I'll commit
it.
Comment 2 Darren Tucker 2004-05-02 22:23:42 AEST
Thanks, this has been fixed (sshd.8 rev 1.159).

Also, there's a ConnectionTimeout -> ConnectTimeout man page fix from another
one of your bugs which got fixed too (ssh.1 rev 1.144).