summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2015-11-25 11:21:34 +0000
committerjmc <jmc@openbsd.org>2015-11-25 11:21:34 +0000
commit64eefbd50f4e1b6d39a96aacf6b771cfa1b148ac (patch)
treeab1fc2937faa27421800536dedc98109b6bfb763
parentNetwork drivers should not include <net/route.h> or <net/netisr.h> (diff)
downloadwireguard-openbsd-64eefbd50f4e1b6d39a96aacf6b771cfa1b148ac.tar.xz
wireguard-openbsd-64eefbd50f4e1b6d39a96aacf6b771cfa1b148ac.zip
rename internally to ntalkd, after the binary; this way both
"man talkd" and "man ntalkd" work; issue reported by sobrado; fix from schwarze
-rw-r--r--libexec/talkd/talkd.818
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 .