diff options
author | 2004-04-28 06:28:23 +0000 | |
---|---|---|
committer | 2004-04-28 06:28:23 +0000 | |
commit | d7499e997d25eed77b739722ecb7c6f75e27cd60 (patch) | |
tree | c5a89d1c5bbf975dfb9caf693293f3e01e6e1ee7 | |
parent | Improve a bit. ok markus@ (diff) | |
download | wireguard-openbsd-d7499e997d25eed77b739722ecb7c6f75e27cd60.tar.xz wireguard-openbsd-d7499e997d25eed77b739722ecb7c6f75e27cd60.zip |
typo from Jared Yanovich;
ok deraadt@
-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 |