summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjmc <>2012-04-03 14:01:55 +0000
committerjmc <>2012-04-03 14:01:55 +0000
commita5417d8a84491257e3b964137e0d97148096f1a0 (patch)
tree5b49c2af6077766759f7bfb8dcd3a9112a6d264a /src
parent0be23ed0f4fd50120e36d2885c172686ec809f3f (diff)
downloadopenbsd-a5417d8a84491257e3b964137e0d97148096f1a0.tar.gz
openbsd-a5417d8a84491257e3b964137e0d97148096f1a0.tar.bz2
openbsd-a5417d8a84491257e3b964137e0d97148096f1a0.zip
tweak previous;
Diffstat (limited to 'src')
-rw-r--r--src/lib/libc/string/strlcpy.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/string/strlcpy.3 b/src/lib/libc/string/strlcpy.3
index e04284d5c3..acce0f7d43 100644
--- a/src/lib/libc/string/strlcpy.3
+++ b/src/lib/libc/string/strlcpy.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: strlcpy.3,v 1.21 2012/04/02 17:33:11 deraadt Exp $ 1.\" $OpenBSD: strlcpy.3,v 1.22 2012/04/03 14:01:55 jmc Exp $
2.\" 2.\"
3.\" Copyright (c) 1998, 2000 Todd C. Miller <Todd.Miller@courtesan.com> 3.\" Copyright (c) 1998, 2000 Todd C. Miller <Todd.Miller@courtesan.com>
4.\" 4.\"
@@ -14,7 +14,7 @@
14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16.\" 16.\"
17.Dd $Mdocdate: April 2 2012 $ 17.Dd $Mdocdate: April 3 2012 $
18.Dt STRLCPY 3 18.Dt STRLCPY 3
19.Os 19.Os
20.Sh NAME 20.Sh NAME
@@ -86,7 +86,7 @@ Besides quibbles over the return type
86versus 86versus
87.Va int ) 87.Va int )
88and signal handler safety 88and signal handler safety
89.Xr ( snprintf 3 89.Pf ( Xr snprintf 3
90is not entirely safe on some systems), the 90is not entirely safe on some systems), the
91following two are equivalent: 91following two are equivalent:
92.Bd -literal -offset indent 92.Bd -literal -offset indent