diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-07-09 13:36:00 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-07-09 13:36:00 +0000 |
commit | 078c2448197a826265f74828b3159d758f1f0ceb (patch) | |
tree | ef3b0d7b2b6fcf1328ac8953d9e2abf6431093ea /libexec/rexecd/rexecd.8 | |
parent | 3610cb2f5b1eeb5e599fcca418780b43c2f30b6d (diff) |
- remove all trailing whitespace
* except when it is escaped with a `\' at the end of the line
- fix remaining .Nm usage as well
- this is from a patch I received from kwesterback@home.com, who has been
working on some scripts for fixing formatting errors in mdoc'd man pages
Ok, so there could be a cost/benefit debate with this commit, but since I have
the patch we might as well commit it...
Diffstat (limited to 'libexec/rexecd/rexecd.8')
-rw-r--r-- | libexec/rexecd/rexecd.8 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/libexec/rexecd/rexecd.8 b/libexec/rexecd/rexecd.8 index effd74fddb0..90665cfc4e0 100644 --- a/libexec/rexecd/rexecd.8 +++ b/libexec/rexecd/rexecd.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)rexecd.8 6.5 (Berkeley) 3/16/91 -.\" $Id: rexecd.8,v 1.5 1999/05/23 14:11:12 aaron Exp $ +.\" $Id: rexecd.8,v 1.6 1999/07/09 13:35:51 aaron Exp $ .\" .Dd March 16, 1991 .Dt REXECD 8 @@ -42,7 +42,7 @@ .Nm rexecd .Sh DESCRIPTION .Nm Rexecd -is the server for the +is the server for the .Xr rexec 3 routine. The server provides remote execution facilities with authentication based on user names and @@ -63,10 +63,10 @@ byte. The resultant string is interpreted as an .Tn ASCII number, base 10. -.It +.It If the number received in step 1 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. @@ -75,12 +75,12 @@ A NUL terminated user name of at most 16 characters is retrieved on the initial socket. .It A NUL terminated, unencrypted password of at most -16 characters is retrieved on the initial socket. +16 characters is retrieved on the initial socket. .It A NUL 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 Rexecd then validates the user as is done at login time @@ -118,7 +118,7 @@ list (as configured into the system). No password file entry for the user name existed or the wrong password was supplied. .It Sy \&No remote directory. -The +The .Xr chdir command to the home directory failed. .It Sy Try again. |