diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-03-11 18:54:18 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-03-11 18:54:18 +0000 |
commit | ddd0dadf3d077e397c0623cd54bb4f3c74003f16 (patch) | |
tree | 3ca3460192dcec685dabcea107b0f7b6af7447af /lib/libc/rpc | |
parent | c51a6712355ae4716ae11c130104f683c3cd029c (diff) |
nroff cleanup
Diffstat (limited to 'lib/libc/rpc')
-rw-r--r-- | lib/libc/rpc/xdr.3 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/rpc/xdr.3 b/lib/libc/rpc/xdr.3 index 9b8ff9e14a4..a7214a1b73c 100644 --- a/lib/libc/rpc/xdr.3 +++ b/lib/libc/rpc/xdr.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: xdr.3,v 1.6 1998/02/24 12:57:52 deraadt Exp $ +.\" $OpenBSD: xdr.3,v 1.7 1998/03/11 18:54:17 deraadt Exp $ .\" Mostly converted to mandoc by Theo de Raadt, Tue Feb 24 04:04:46 MST 1998 .\" .Dd February 16, 1988 @@ -518,9 +518,8 @@ routines that require a function parameter, but where nothing is to be done. .Pp .Fn xdr_wrapstring is a primitive that calls -.B "xdr_string(xdrs, sp, MAXUN.UNSIGNED );" +.Pa "xdr_string(xdrs, sp, MAXUN.UNSIGNED );" where -.B .Tn MAXUN.UNSIGNED is the maximum value of an unsigned integer. .Fn xdr_wrapstring |