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/rpc.rusersd/rpc.rusersd.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/rpc.rusersd/rpc.rusersd.8')
-rw-r--r-- | libexec/rpc.rusersd/rpc.rusersd.8 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libexec/rpc.rusersd/rpc.rusersd.8 b/libexec/rpc.rusersd/rpc.rusersd.8 index 95af7ba5de8..20231fcdb28 100644 --- a/libexec/rpc.rusersd/rpc.rusersd.8 +++ b/libexec/rpc.rusersd/rpc.rusersd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rpc.rusersd.8,v 1.3 1999/05/23 14:11:12 aaron Exp $ +.\" $OpenBSD: rpc.rusersd.8,v 1.4 1999/07/09 13:35:51 aaron Exp $ .\" .\" Copyright (c) 1985, 1991 The Regents of the University of California. .\" All rights reserved. @@ -31,14 +31,14 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: rpc.rusersd.8,v 1.3 1999/05/23 14:11:12 aaron Exp $ +.\" $Id: rpc.rusersd.8,v 1.4 1999/07/09 13:35:51 aaron Exp $ .\" .Dd June 7, 1993 .Dt RPC.RUSERSD 8 .Os .Sh NAME .Nm rusersd , -.Nm rpc.rusersd +.Nm rpc.rusersd .Nd logged in users server .Sh SYNOPSIS .Nm rpc.rusersd @@ -56,7 +56,7 @@ daemon is normally invoked by .Xr inetd 8 . .Pp .Nm rpc.rusersd -uses an RPC protocol defined in +uses an RPC protocol defined in .Pa /usr/include/rpcsvc/rnusers.x . .Sh SEE ALSO .Xr rusers 1 , |