From dfc0bf8b4632e31862e0a68c6feaf514900419e8 Mon Sep 17 00:00:00 2001 From: jmc <> Date: Tue, 3 Apr 2012 14:01:55 +0000 Subject: [PATCH] tweak previous; --- src/lib/libc/string/strlcpy.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/libc/string/strlcpy.3 b/src/lib/libc/string/strlcpy.3 index e04284d5..acce0f7d 100644 --- a/src/lib/libc/string/strlcpy.3 +++ b/src/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 .\" @@ -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