diff options
Diffstat (limited to 'lib/libc/rpc/xdr.3')
-rw-r--r-- | lib/libc/rpc/xdr.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/rpc/xdr.3 b/lib/libc/rpc/xdr.3 index 9b8d0a36d90..ac73fe4820e 100644 --- a/lib/libc/rpc/xdr.3 +++ b/lib/libc/rpc/xdr.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: xdr.3,v 1.8 1998/09/06 22:23:19 aaron Exp $ +.\" $OpenBSD: xdr.3,v 1.9 1999/05/25 13:06:46 aaron Exp $ .\" Mostly converted to mandoc by Theo de Raadt, Tue Feb 24 04:04:46 MST 1998 .\" .Dd February 16, 1988 @@ -486,7 +486,7 @@ then the is called to translate the union. The end of the .Fa struct xdr_discrim structure array is denoted by a routine of value -.Tn NULL. +.Tn NULL . If the discriminant is not found in the .Fa choices array, then the @@ -544,4 +544,4 @@ eXternal Data Representation: Sun Technical Notes .br .Tn "XDR: External Data Representation Standard" , .Tn RFC1014, Sun Microsystems, Inc., -.Tn USC-ISI. +.Tn USC-ISI . |