summaryrefslogtreecommitdiffstats
path: root/lib/libc/string/strcat.3
diff options
context:
space:
mode:
authoraaron <aaron@openbsd.org>1999-06-04 19:14:55 +0000
committeraaron <aaron@openbsd.org>1999-06-04 19:14:55 +0000
commit828c488475bdafe8acf9260723b3b46d4a8cbc9d (patch)
tree2dfd7638a87c304a1a3721cc2e44492a07491dee /lib/libc/string/strcat.3
parentadd examples (diff)
downloadwireguard-openbsd-828c488475bdafe8acf9260723b3b46d4a8cbc9d.tar.xz
wireguard-openbsd-828c488475bdafe8acf9260723b3b46d4a8cbc9d.zip
some repairs, add example to strdup(3) page
Diffstat (limited to 'lib/libc/string/strcat.3')
-rw-r--r--lib/libc/string/strcat.35
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/string/strcat.3 b/lib/libc/string/strcat.3
index 7591423f96e..8b81e082f20 100644
--- a/lib/libc/string/strcat.3
+++ b/lib/libc/string/strcat.3
@@ -33,13 +33,14 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: strcat.3,v 1.5 1999/03/06 23:41:13 millert Exp $
+.\" $OpenBSD: strcat.3,v 1.6 1999/06/04 19:14:55 aaron Exp $
.\"
.Dd July 8, 1997
.Dt STRCAT 3
.Os
.Sh NAME
-.Nm strcat
+.Nm strcat,
+.Nm strncat
.Nd concatenate strings
.Sh SYNOPSIS
.Fd #include <string.h>