diff options
| author | enami <enami@NetBSD.org> | 1997-10-20 02:53:32 +0000 |
|---|---|---|
| committer | enami <enami@NetBSD.org> | 1997-10-20 02:53:32 +0000 |
| commit | e50ac59ba35ef82ee6be39e3528fa58c8f947fc9 (patch) | |
| tree | 51df1446a40a9862282529dabd34d732570aa089 | |
| parent | 73d70748a85c7997add3962a9120fcbbf6f954aa (diff) | |
Fix .Nm usage.
| -rw-r--r-- | libexec/rshd/rshd.8 | 12 | ||||
| -rw-r--r-- | libexec/talkd/talkd.8 | 6 |
2 files changed, 9 insertions, 9 deletions
diff --git a/libexec/rshd/rshd.8 b/libexec/rshd/rshd.8 index fc1e8b46a23..b2941980d46 100644 --- a/libexec/rshd/rshd.8 +++ b/libexec/rshd/rshd.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: rshd.8,v 1.5 1997/10/07 10:37:32 mrg Exp $ +.\" $NetBSD: rshd.8,v 1.6 1997/10/20 02:53:32 enami Exp $ .\" .\" Copyright (c) 1983, 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -40,11 +40,11 @@ .Nm rshd .Nd remote shell server .Sh SYNOPSIS -.Nm rshd +.Nm .Op Fl alnL .Sh DESCRIPTION The -.Nm rshd +.Nm server is the server for the .Xr rcmd 3 @@ -54,7 +54,7 @@ program. The server provides remote execution facilities with authentication based on privileged port numbers from trusted hosts. .Pp The -.Nm rshd +.Nm server listens for service requests at the port indicated in the ``cmd'' service specification; see @@ -116,7 +116,7 @@ shell is retrieved on the initial socket. The length of the command is limited by the upper bound on the size of the system's argument list. .It -.Nm Rshd +.Nm then validates the user using .Xr ruserok 3 , which uses the file @@ -140,7 +140,7 @@ and the command line is passed to the normal login shell of the user. The shell inherits the network connections established by -.Nm rshd . +.Nm "" . .El .Pp Transport-level keepalive messages are enabled unless the diff --git a/libexec/talkd/talkd.8 b/libexec/talkd/talkd.8 index 8851586de2d..aa30e37fd6e 100644 --- a/libexec/talkd/talkd.8 +++ b/libexec/talkd/talkd.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: talkd.8,v 1.3 1997/06/29 18:01:15 christos Exp $ +.\" $NetBSD: talkd.8,v 1.4 1997/10/20 02:54:32 enami Exp $ .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -39,9 +39,9 @@ .Nm talkd .Nd remote user communication server .Sh SYNOPSIS -.Nm talkd +.Nm .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 |
