summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>1998-11-28 14:51:35 +0000
committerMarc Espie <espie@cvs.openbsd.org>1998-11-28 14:51:35 +0000
commitb77e710b77930242c29b776114492ab08aa2f1c9 (patch)
tree6a121ed0506099885b207b0eb763401a78ec58b0
parentaa2370b3f80656512ff68fd5eab06b3eb140443c (diff)
.Xr strlcat, strlcpy
-rw-r--r--lib/libc/string/strcat.36
-rw-r--r--lib/libc/string/strcpy.35
2 files changed, 7 insertions, 4 deletions
diff --git a/lib/libc/string/strcat.3 b/lib/libc/string/strcat.3
index 686afd3f2e5..3aa171ce886 100644
--- a/lib/libc/string/strcat.3
+++ b/lib/libc/string/strcat.3
@@ -33,7 +33,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: strcat.3,v 1.3 1997/07/09 00:19:53 millert Exp $
+.\" $OpenBSD: strcat.3,v 1.4 1998/11/28 14:51:34 espie Exp $
.\"
.Dd July 8, 1997
.Dt STRCAT 3
@@ -85,7 +85,9 @@ return the pointer
.Xr memccpy 3 ,
.Xr memcpy 3 ,
.Xr memmove 3 ,
-.Xr strcpy 3
+.Xr strcpy 3 ,
+.Xr strlcat 3 ,
+.Xr strlcpy 3
.Sh STANDARDS
The
.Fn strcat
diff --git a/lib/libc/string/strcpy.3 b/lib/libc/string/strcpy.3
index 33da6e619e6..ff74d58f8fa 100644
--- a/lib/libc/string/strcpy.3
+++ b/lib/libc/string/strcpy.3
@@ -33,7 +33,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: strcpy.3,v 1.2 1996/08/19 08:34:13 tholo Exp $
+.\" $OpenBSD: strcpy.3,v 1.3 1998/11/28 14:51:34 espie Exp $
.\"
.Dd June 29, 1991
.Dt STRCPY 3
@@ -110,7 +110,8 @@ to
.Xr bcopy 3 ,
.Xr memccpy 3 ,
.Xr memcpy 3 ,
-.Xr memmove 3
+.Xr memmove 3 ,
+.Xr strlcpy 3
.Sh STANDARDS
The
.Fn strcpy