summaryrefslogtreecommitdiff
path: root/src/lib/libc/string
diff options
context:
space:
mode:
authorjmc <>2012-04-03 14:01:55 +0000
committerjmc <>2012-04-03 14:01:55 +0000
commit4655858c85843e96395830f681b56ea1b1e359a7 (patch)
tree5b49c2af6077766759f7bfb8dcd3a9112a6d264a /src/lib/libc/string
parenta1be56066b1d96ec69674d3a6d68848e98a17191 (diff)
downloadopenbsd-4655858c85843e96395830f681b56ea1b1e359a7.tar.gz
openbsd-4655858c85843e96395830f681b56ea1b1e359a7.tar.bz2
openbsd-4655858c85843e96395830f681b56ea1b1e359a7.zip
tweak previous;
Diffstat (limited to 'src/lib/libc/string')
-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