diff options
author | 2000-04-25 16:45:25 +0000 | |
---|---|---|
committer | 2000-04-25 16:45:25 +0000 | |
commit | f437a538d4584b125500d6b85a2099ddffd6ed1d (patch) | |
tree | 75a3595a8b8e9fcff4ed5d1bb0e5a87c05cf7bae /lib/libc/rpc | |
parent | When incorporating new messages, clear the "new" count before the (diff) | |
download | wireguard-openbsd-f437a538d4584b125500d6b85a2099ddffd6ed1d.tar.xz wireguard-openbsd-f437a538d4584b125500d6b85a2099ddffd6ed1d.zip |
Typo
Diffstat (limited to 'lib/libc/rpc')
-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 d9510c88dd1..3200d6d9991 100644 --- a/lib/libc/rpc/rpc.3 +++ b/lib/libc/rpc/rpc.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rpc.3,v 1.21 2000/04/18 03:01:34 aaron Exp $ +.\" $OpenBSD: rpc.3,v 1.22 2000/04/25 16:45:25 espie Exp $ .\" Mostly converted to mandoc by Theo de Raadt, Tue Feb 24 04:04:46 MST 1998 .\" .Dd February 16, 1988 @@ -23,7 +23,7 @@ .Nm clntudp_bufcreate , .Nm clntudp_create , .Nm clntudp_create , -.Nm cnlt_geterr , +.Nm clnt_geterr , .Nm get_myaddress , .Nm pmap_getmaps , .Nm pmap_getport , |