diff options
author | 2001-05-11 14:48:05 +0000 | |
---|---|---|
committer | 2001-05-11 14:48:05 +0000 | |
commit | 9a9836b341213f491e015ce5491da6249bf1768e (patch) | |
tree | 05ade6431eb9a094dd23d10fdfb9fd5e36a0d3c9 | |
parent | cleanup (diff) | |
download | wireguard-openbsd-9a9836b341213f491e015ce5491da6249bf1768e.tar.xz wireguard-openbsd-9a9836b341213f491e015ce5491da6249bf1768e.zip |
Missing "len" word in manpage.
-rw-r--r-- | share/man/man9/copy.9 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/man/man9/copy.9 b/share/man/man9/copy.9 index d73e868b889..b906bba0bc5 100644 --- a/share/man/man9/copy.9 +++ b/share/man/man9/copy.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: copy.9,v 1.8 2001/03/01 16:11:24 aaron Exp $ +.\" $OpenBSD: copy.9,v 1.9 2001/05/11 14:48:05 jj Exp $ .\" $NetBSD: copy.9,v 1.2 1996/01/09 03:23:04 thorpej Exp $ .\" .\" Copyright (c) 1996 Jason R. Thorpe. @@ -100,6 +100,7 @@ is returned in .Fa *done . .It Fn copyoutstr Copies a null-terminated string, at most +.Fa len bytes long, from kernel-space address .Fa kaddr to user-space address |