diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2012-04-03 14:01:56 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2012-04-03 14:01:56 +0000 |
commit | 9687319706bce670240dce59a6c2e187f34c132b (patch) | |
tree | 7b8a17f8cf06d6735e60e935c58e974a7217400a /lib | |
parent | 24dd49acd2e2697cb66cedde1254a3e548f28b49 (diff) |
tweak previous;
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/string/strlcpy.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/string/strlcpy.3 b/lib/libc/string/strlcpy.3 index e04284d5c3d..acce0f7d436 100644 --- a/lib/libc/string/strlcpy.3 +++ b/lib/libc/string/strlcpy.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: strlcpy.3,v 1.21 2012/04/02 17:33:11 deraadt Exp $ +.\" $OpenBSD: strlcpy.3,v 1.22 2012/04/03 14:01:55 jmc Exp $ .\" .\" Copyright (c) 1998, 2000 Todd C. Miller <Todd.Miller@courtesan.com> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: April 2 2012 $ +.Dd $Mdocdate: April 3 2012 $ .Dt STRLCPY 3 .Os .Sh NAME @@ -86,7 +86,7 @@ Besides quibbles over the return type versus .Va int ) and signal handler safety -.Xr ( snprintf 3 +.Pf ( Xr snprintf 3 is not entirely safe on some systems), the following two are equivalent: .Bd -literal -offset indent |