diff options
author | 1997-07-09 00:19:53 +0000 | |
---|---|---|
committer | 1997-07-09 00:19:53 +0000 | |
commit | ff81f090588236d9d6973108b23c6c6c11919a4f (patch) | |
tree | c028b2efbce1ae583e35a3391d638aa4cd4ef8be /lib/libc/string/strcat.3 | |
parent | Fix strncat(3) usage. (diff) | |
download | wireguard-openbsd-ff81f090588236d9d6973108b23c6c6c11919a4f.tar.xz wireguard-openbsd-ff81f090588236d9d6973108b23c6c6c11919a4f.zip |
Clarify strncat(3) count param.
Diffstat (limited to 'lib/libc/string/strcat.3')
-rw-r--r-- | lib/libc/string/strcat.3 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/lib/libc/string/strcat.3 b/lib/libc/string/strcat.3 index 0a0656c5ff1..686afd3f2e5 100644 --- a/lib/libc/string/strcat.3 +++ b/lib/libc/string/strcat.3 @@ -33,9 +33,9 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: strcat.3,v 1.2 1996/08/19 08:34:10 tholo Exp $ +.\" $OpenBSD: strcat.3,v 1.3 1997/07/09 00:19:53 millert Exp $ .\" -.Dd June 29, 1991 +.Dd July 8, 1997 .Dt STRCAT 3 .Os .Sh NAME @@ -68,7 +68,10 @@ The function appends not more than .Fa count -characters. +characters where space for the terminating +.Ql \e0 +should not be included in +.Fa count . .Sh RETURN VALUES The .Fn strcat |