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 /lib/libc/rpc/xdr.3 | |
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 'lib/libc/rpc/xdr.3')
-rw-r--r-- | lib/libc/rpc/xdr.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/rpc/xdr.3 b/lib/libc/rpc/xdr.3 index ce2ff42b6ff..570cfe00e0b 100644 --- a/lib/libc/rpc/xdr.3 +++ b/lib/libc/rpc/xdr.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: xdr.3,v 1.11 1999/07/05 06:08:05 aaron Exp $ +.\" $OpenBSD: xdr.3,v 1.12 1999/07/09 13:35:22 aaron Exp $ .\" Mostly converted to mandoc by Theo de Raadt, Tue Feb 24 04:04:46 MST 1998 .\" .Dd February 16, 1988 @@ -434,7 +434,7 @@ stream, but never is a filter primitive that translates between C strings and their corresponding external representations. Strings cannot be longer than .Fa maxsize . -Note: +Note: .Fa sp is the address of the string's pointer. This routine returns one if it succeeds, zero otherwise. |