summaryrefslogtreecommitdiff
path: root/lib/libc/string/strlcpy.3
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1999-06-06 15:17:33 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1999-06-06 15:17:33 +0000
commitea1be3949f792c8eca50f8cd1078aaa59f1c857f (patch)
tree14001b824756ccde98d833e3d9b7eff26cd92e83 /lib/libc/string/strlcpy.3
parent7e68edf03daae10419e2e138a1e6baf650c26c5a (diff)
some NAME section cleanup
Diffstat (limited to 'lib/libc/string/strlcpy.3')
-rw-r--r--lib/libc/string/strlcpy.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/string/strlcpy.3 b/lib/libc/string/strlcpy.3
index 357502c0d7a..52026669ea5 100644
--- a/lib/libc/string/strlcpy.3
+++ b/lib/libc/string/strlcpy.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: strlcpy.3,v 1.4 1999/05/16 19:55:18 alex 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