diff options
| author | 2017-05-25 20:27:55 +0000 | |
|---|---|---|
| committer | 2017-05-25 20:27:55 +0000 | |
| commit | 3ffd98f9e99a5ca262bd34e718a166ef97f115cf (patch) | |
| tree | 0470be4ec9ed02b326136393777a683e487a8b83 | |
| parent | incompatibilities with 4.2 are no longer interesting (diff) | |
| download | wireguard-openbsd-3ffd98f9e99a5ca262bd34e718a166ef97f115cf.tar.xz wireguard-openbsd-3ffd98f9e99a5ca262bd34e718a166ef97f115cf.zip | |
Xr inetd as a hint about what flavor of crazy you're dealing with
| -rw-r--r-- | libexec/talkd/talkd.8 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/libexec/talkd/talkd.8 b/libexec/talkd/talkd.8 index df6d13dc394..c92360f14e0 100644 --- a/libexec/talkd/talkd.8 +++ b/libexec/talkd/talkd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: talkd.8,v 1.9 2015/11/25 11:21:34 jmc Exp $ +.\" $OpenBSD: talkd.8,v 1.10 2017/05/25 20:27:55 tedu Exp $ .\" .\" Copyright (c) 1983, 1991 The Regents of the University of California. .\" All rights reserved. @@ -28,9 +28,9 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)talkd.8 6.5 (Berkeley) 3/16/91 -.\" $Id: talkd.8,v 1.9 2015/11/25 11:21:34 jmc Exp $ +.\" $Id: talkd.8,v 1.10 2017/05/25 20:27:55 tedu Exp $ .\" -.Dd $Mdocdate: November 25 2015 $ +.Dd $Mdocdate: May 25 2017 $ .Dt NTALKD 8 .Os .Sh NAME @@ -64,7 +64,8 @@ address and the caller and callee client programs establish a stream connection through which the conversation takes place. .Sh SEE ALSO .Xr talk 1 , -.Xr write 1 +.Xr write 1 , +.Xr inetd 8 .Sh HISTORY The .Nm |
