diff options
| author | wiz <wiz@NetBSD.org> | 2002-01-15 02:27:15 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2002-01-15 02:27:15 +0000 |
| commit | 7642cb7ddfdf2bebe24c0175397167d5b3b0469a (patch) | |
| tree | 6169f4218ec4a187be4e13160e6de45daca4fdd7 /libexec | |
| parent | 888bbaf3082dd85cb372ec12993fc8f49e591b3f (diff) | |
Whitespace nits.
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/rpc.rwalld/rpc.rwalld.8 | 10 | ||||
| -rw-r--r-- | libexec/rpc.sprayd/rpc.sprayd.8 | 6 | ||||
| -rw-r--r-- | libexec/rshd/rshd.8 | 16 |
3 files changed, 16 insertions, 16 deletions
diff --git a/libexec/rpc.rwalld/rpc.rwalld.8 b/libexec/rpc.rwalld/rpc.rwalld.8 index 22e0ccb7032..8a7bf1fb9e9 100644 --- a/libexec/rpc.rwalld/rpc.rwalld.8 +++ b/libexec/rpc.rwalld/rpc.rwalld.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: rpc.rwalld.8,v 1.7 1999/03/22 18:25:47 garbled Exp $ +.\" $NetBSD: rpc.rwalld.8,v 1.8 2002/01/15 02:27:15 wiz Exp $ .\" .\" Copyright (c) 1985, 1991 The Regents of the University of California. .\" All rights reserved. @@ -44,21 +44,21 @@ .Nm is a server which will send a message to users currently logged in to the system. This server -invokes the +invokes the .Xr wall 1 command to actually write the messages to the system. .Pp -Messages are sent to this server by the +Messages are sent to this server by the .Xr rwall 1 command. The .Nm -daemon is normally invoked by +daemon is normally invoked by .Xr inetd 8 . .Pp .Nm -uses an RPC protocol defined in +uses an RPC protocol defined in .Pa /usr/include/rpcsvc/rwall.x . .Sh SEE ALSO .Xr rwall 1 , diff --git a/libexec/rpc.sprayd/rpc.sprayd.8 b/libexec/rpc.sprayd/rpc.sprayd.8 index 16e553e1e9c..645a6f77967 100644 --- a/libexec/rpc.sprayd/rpc.sprayd.8 +++ b/libexec/rpc.sprayd/rpc.sprayd.8 @@ -1,5 +1,5 @@ -.\" $NetBSD: rpc.sprayd.8,v 1.7 1999/03/22 18:25:47 garbled Exp $ -.\" +.\" $NetBSD: rpc.sprayd.8,v 1.8 2002/01/15 02:27:30 wiz Exp $ +.\" .\" Copyright (c) 1994 Christos Zoulas .\" All rights reserved. .\" @@ -48,7 +48,7 @@ daemon is normally invoked by .Xr inetd 8 . .Pp .Nm -uses an RPC protocol defined in +uses an RPC protocol defined in .Pa /usr/include/rpcsvc/spray.x . .Sh SEE ALSO .Xr spray 8 diff --git a/libexec/rshd/rshd.8 b/libexec/rshd/rshd.8 index d467f061ee5..cdf5ea24ca1 100644 --- a/libexec/rshd/rshd.8 +++ b/libexec/rshd/rshd.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: rshd.8,v 1.10 2000/05/30 05:21:49 itojun Exp $ +.\" $NetBSD: rshd.8,v 1.11 2002/01/15 02:27:42 wiz Exp $ .\" .\" Copyright (c) 1983, 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -46,7 +46,7 @@ The .Nm server -is the server for the +is the server for the .Xr rcmd 3 routine and, consequently, for the .Xr rsh 1 @@ -75,7 +75,7 @@ number, base 10. .It If the number received in step 2 is non-zero, it is interpreted as the port number of a secondary -stream to be used for the +stream to be used for the .Em stderr . A second connection is then created to the specified port on the client's machine. The source port of this @@ -114,7 +114,7 @@ machine. A null terminated command to be passed to a 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. +the system's argument list. .It .Nm then validates the user using @@ -130,7 +130,7 @@ option prevents from doing any validation based on the user's ``.rhosts'' file, unless the user is the superuser. .It -If the file +If the file .Pa /etc/nologin exists and the user is not the superuser, the connection is closed. @@ -177,16 +177,16 @@ list (as configured into the system). .It Sy Login incorrect. No password file entry for the user name existed. .It Sy Remote directory. -The +The .Xr chdir 2 to the home directory failed. .It Sy Permission denied. The authentication procedure described above failed. .It Sy Can't make pipe. -The pipe needed for the +The pipe needed for the .Em stderr , wasn't created. -.It Sy Can't fork; try again. +.It Sy Can't fork; try again. A .Xr fork 2 by the server failed. |
