diff options
| author | 2015-11-25 11:21:34 +0000 | |
|---|---|---|
| committer | 2015-11-25 11:21:34 +0000 | |
| commit | 64eefbd50f4e1b6d39a96aacf6b771cfa1b148ac (patch) | |
| tree | ab1fc2937faa27421800536dedc98109b6bfb763 | |
| parent | Network drivers should not include <net/route.h> or <net/netisr.h> (diff) | |
| download | wireguard-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.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 . |
