summaryrefslogtreecommitdiffstats
path: root/lib/libc/string
diff options
context:
space:
mode:
authorwosch <wosch@FreeBSD.org>1996-09-23 22:24:39 +0000
committerwosch <wosch@FreeBSD.org>1996-09-23 22:24:39 +0000
commit89dea7c61d0b964eb64003769ac255ffc3618baa (patch)
treec1d9699eaa2f8d24b20889d9f06566a42766622a /lib/libc/string
parent8362cc2d1da946f4340bd9feeb325c059eaf599b (diff)
downloadFreeBSD-src-89dea7c61d0b964eb64003769ac255ffc3618baa.zip
FreeBSD-src-89dea7c61d0b964eb64003769ac255ffc3618baa.tar.gz
add missing comma(s) in .Xr macros
Diffstat (limited to 'lib/libc/string')
-rw-r--r--lib/libc/string/strdup.33
-rw-r--r--lib/libc/string/string.33
2 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc/string/strdup.3 b/lib/libc/string/strdup.3
index f5370a3..8defa52 100644
--- a/lib/libc/string/strdup.3
+++ b/lib/libc/string/strdup.3
@@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)strdup.3 8.1 (Berkeley) 6/9/93
+.\" $Id$
.\"
.Dd June 9, 1993
.Dt STRDUP 3
@@ -55,7 +56,7 @@ argument to the function
.Pp
If insufficient memory is available, NULL is returned.
.Sh SEE ALSO
-.Xr malloc 3
+.Xr malloc 3 ,
.Xr free 3
.Sh HISTORY
The
diff --git a/lib/libc/string/string.3 b/lib/libc/string/string.3
index c257d94..d6a072c 100644
--- a/lib/libc/string/string.3
+++ b/lib/libc/string/string.3
@@ -32,6 +32,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)string.3 8.2 (Berkeley) 12/11/93
+.\" $Id$
.\"
.Dd December 11, 1993
.Dt STRING 3
@@ -129,7 +130,7 @@ for size limitations.
.Xr strcspn 3 ,
.Xr strstr 3 ,
.Xr strtok 3 ,
-.Xr rindex 3
+.Xr rindex 3 ,
.Xr bstring 3
.Sh STANDARDS
The
OpenPOWER on IntegriCloud