diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-04-28 06:28:24 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-04-28 06:28:24 +0000 |
commit | 6cb6e12a6395d1cbfbea983c4f708186e460d6b6 (patch) | |
tree | 0684e94f893330e28009e1c523442e2fe2bab9df /lib/libc/rpc/rpc.3 | |
parent | 0dbffba353dc8f2b02150bca26c0c224b50cd2cc (diff) |
typo from Jared Yanovich;
ok deraadt@
Diffstat (limited to 'lib/libc/rpc/rpc.3')
-rw-r--r-- | lib/libc/rpc/rpc.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/rpc/rpc.3 b/lib/libc/rpc/rpc.3 index 1b8483c8cbb..f7a28cbc035 100644 --- a/lib/libc/rpc/rpc.3 +++ b/lib/libc/rpc/rpc.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rpc.3,v 1.34 2003/12/31 03:27:23 millert Exp $ +.\" $OpenBSD: rpc.3,v 1.35 2004/04/28 06:28:23 jmc Exp $ .\" .\" Copyright (c) 1998 Theo de Raadt .\" All rights reserved. @@ -812,7 +812,7 @@ and procedure .Fa procnum , .Fa procname is called with a pointer to its parameter(s); -.Fa progname +.Fa procname should return a pointer to its static result(s); .Fa inproc is used to decode the parameters while |