diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2015-11-25 11:21:35 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2015-11-25 11:21:35 +0000 |
commit | d8c58306c0616a2c6c4bbf71db8a2fd46cf95f3e (patch) | |
tree | c3d9f3f82e9535496e865b61684be6703f6f3777 /libexec/talkd | |
parent | 4311d4d9bf0e522e846e82d9fb31fdb25a8d9911 (diff) |
rename internally to ntalkd, after the binary; this way both
"man talkd" and "man ntalkd" work;
issue reported by sobrado; fix from schwarze
Diffstat (limited to 'libexec/talkd')
-rw-r--r-- | libexec/talkd/talkd.8 | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/libexec/talkd/talkd.8 b/libexec/talkd/talkd.8 index da449e70ebc..df6d13dc394 100644 --- a/libexec/talkd/talkd.8 +++ b/libexec/talkd/talkd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: talkd.8,v 1.8 2015/01/15 19:06:32 schwarze Exp $ +.\" $OpenBSD: talkd.8,v 1.9 2015/11/25 11:21:34 jmc Exp $ .\" .\" Copyright (c) 1983, 1991 The Regents of the University of California. .\" All rights reserved. @@ -28,18 +28,18 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)talkd.8 6.5 (Berkeley) 3/16/91 -.\" $Id: talkd.8,v 1.8 2015/01/15 19:06:32 schwarze Exp $ +.\" $Id: talkd.8,v 1.9 2015/11/25 11:21:34 jmc Exp $ .\" -.Dd $Mdocdate: January 15 2015 $ -.Dt TALKD 8 +.Dd $Mdocdate: November 25 2015 $ +.Dt NTALKD 8 .Os .Sh NAME -.Nm talkd +.Nm ntalkd .Nd remote user communication server .Sh SYNOPSIS -.Nm talkd +.Nm ntalkd .Sh DESCRIPTION -.Nm Talkd +.Nm is the server that notifies a user that someone else wants to initiate a conversation. It acts as a repository of invitations, responding to requests @@ -69,4 +69,6 @@ stream connection through which the conversation takes place. The .Nm command appeared in -.Bx 4.3 . +.Bx 4.3 , +as +.Nm talkd . |