diff options
author | Kevin Steves <stevesk@cvs.openbsd.org> | 2002-06-22 16:45:30 +0000 |
---|---|---|
committer | Kevin Steves <stevesk@cvs.openbsd.org> | 2002-06-22 16:45:30 +0000 |
commit | f1b347c15253964d94f95dae839f5759332caa96 (patch) | |
tree | 43f513815728bd38253e78460db23c9f7162d0fd /usr.bin/ssh/sshd.8 | |
parent | c8014f5ab728edf65591e40470eba9036e3ab3cf (diff) |
use process ID vs. pid/PID/process identifier
Diffstat (limited to 'usr.bin/ssh/sshd.8')
-rw-r--r-- | usr.bin/ssh/sshd.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/sshd.8 b/usr.bin/ssh/sshd.8 index 37adfae0442..37a7b58f6f3 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.185 2002/06/22 16:32:54 stevesk Exp $ +.\" $OpenBSD: sshd.8,v 1.186 2002/06/22 16:45:29 stevesk Exp $ .Dd September 25, 1999 .Dt SSHD 8 .Os @@ -589,7 +589,7 @@ and not group or world-writable. Contains the process ID of the .Nm listening for connections (if there are several daemons running -concurrently for different ports, this contains the pid of the one +concurrently for different ports, this contains the process ID of the one started last). The content of this file is not sensitive; it can be world-readable. .It Pa $HOME/.ssh/authorized_keys |