diff options
| author | Warner Losh <imp@FreeBSD.org> | 1999-08-10 05:58:58 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 1999-08-10 05:58:58 +0000 |
| commit | d64292d2520f4e62de9895363d9a2aa31b66bfac (patch) | |
| tree | bfa27f5bca45b63353f9eef6acc64e13d532927d /lib/libc/string/strlcpy.3 | |
| parent | a41df9e30e3764662276ad301b99ecdda2ad60bc (diff) | |
Notes
Diffstat (limited to 'lib/libc/string/strlcpy.3')
| -rw-r--r-- | lib/libc/string/strlcpy.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/string/strlcpy.3 b/lib/libc/string/strlcpy.3 index 1e46ef2e90ea..52026669ea57 100644 --- a/lib/libc/string/strlcpy.3 +++ b/lib/libc/string/strlcpy.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: strlcpy.3,v 1.3 1998/11/11 17:12:02 espie Exp $ +.\" $OpenBSD: strlcpy.3,v 1.5 1999/06/06 15:17:32 aaron Exp $ .\" .\" Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com> .\" All rights reserved. @@ -29,7 +29,7 @@ .Dt STRLCPY 3 .Os .Sh NAME -.Nm strlcpy, +.Nm strlcpy , .Nm strlcat .Nd size-bounded string copying and concatenation .Sh SYNOPSIS @@ -143,5 +143,5 @@ and As a matter of fact, the first version of this manual page got it wrong. .Sh SEE ALSO .Xr snprintf 3 , -.Xr strncpy 3 , -.Xr strncat 3 +.Xr strncat 3 , +.Xr strncpy 3 |
