diff options
author | 1996-12-28 09:06:29 +0000 | |
---|---|---|
committer | 1996-12-28 09:06:29 +0000 | |
commit | 3c449c00811dcd2987019afbc1b253923f40577d (patch) | |
tree | 041a5ae2180228ae7667a6898644308703a8c1fe /lib/libc | |
parent | arc4random() number generator, for use with things like RPC xid's. (diff) | |
download | wireguard-openbsd-3c449c00811dcd2987019afbc1b253923f40577d.tar.xz wireguard-openbsd-3c449c00811dcd2987019afbc1b253923f40577d.zip |
an entire an entire
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/yp/ypclnt.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/yp/ypclnt.3 b/lib/libc/yp/ypclnt.3 index b168c04bce5..6f1651fd8be 100644 --- a/lib/libc/yp/ypclnt.3 +++ b/lib/libc/yp/ypclnt.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ypclnt.3,v 1.4 1996/08/19 08:35:11 tholo Exp $ +.\" $OpenBSD: ypclnt.3,v 1.5 1996/12/28 09:06:29 downsj Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -197,7 +197,7 @@ others not at all. For this reason, the function provides a better solution for reading all of the entries in a particular map. .It Fn yp_all -This function provides a way to transfer an entire an entire map from +This function provides a way to transfer an entire map from the server to the client process with a single request. This transfer uses TCP, unlike all other functions in the .Nm ypclnt |