summaryrefslogtreecommitdiff
path: root/lib/libc/string
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2003-09-08 19:57:22 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2003-09-08 19:57:22 +0000
commitfe08efe680f6705e0c60beabe3e39629c655e743 (patch)
treef208c0020248a2800766b91d7bf24e0234629b8b /lib/libc/string
parent6ce729e14d938bbc580c6eec5c6defc287ffd298 (diff)
Notes
Diffstat (limited to 'lib/libc/string')
-rw-r--r--lib/libc/string/bcmp.34
-rw-r--r--lib/libc/string/bcopy.34
-rw-r--r--lib/libc/string/bzero.34
-rw-r--r--lib/libc/string/ffs.34
-rw-r--r--lib/libc/string/index.34
-rw-r--r--lib/libc/string/strcasecmp.34
6 files changed, 12 insertions, 12 deletions
diff --git a/lib/libc/string/bcmp.3 b/lib/libc/string/bcmp.3
index aa7c2cd49cdb..cc75ac17964f 100644
--- a/lib/libc/string/bcmp.3
+++ b/lib/libc/string/bcmp.3
@@ -73,9 +73,9 @@ A
function first appeared in
.Bx 4.2 .
Its prototype existed previously in
-.Aq Pa string.h
+.In string.h
before it was moved to
-.Aq Pa strings.h
+.In strings.h
for
.St -p1003.1-2001
compliance.
diff --git a/lib/libc/string/bcopy.3 b/lib/libc/string/bcopy.3
index 48b3d5385aea..c7e9706f0d7b 100644
--- a/lib/libc/string/bcopy.3
+++ b/lib/libc/string/bcopy.3
@@ -73,9 +73,9 @@ A
function appeared in
.Bx 4.2 .
Its prototype existed previously in
-.Aq Pa string.h
+.In string.h
before it was moved to
-.Aq Pa strings.h
+.In strings.h
for
.St -p1003.1-2001
compliance.
diff --git a/lib/libc/string/bzero.3 b/lib/libc/string/bzero.3
index 71b8520fd3fd..a8c4a2752955 100644
--- a/lib/libc/string/bzero.3
+++ b/lib/libc/string/bzero.3
@@ -70,9 +70,9 @@ function
appeared in
.Bx 4.3 .
Its prototype existed previously in
-.Aq Pa string.h
+.In string.h
before it was moved to
-.Aq Pa strings.h
+.In strings.h
for
.St -p1003.1-2001
compliance.
diff --git a/lib/libc/string/ffs.3 b/lib/libc/string/ffs.3
index fd4de44b1953..5b5fb6f00e21 100644
--- a/lib/libc/string/ffs.3
+++ b/lib/libc/string/ffs.3
@@ -63,9 +63,9 @@ The
function appeared in
.Bx 4.3 .
Its prototype existed previously in
-.Aq Pa string.h
+.In string.h
before it was moved to
-.Aq Pa strings.h
+.In strings.h
for
.St -p1003.1-2001
compliance.
diff --git a/lib/libc/string/index.3 b/lib/libc/string/index.3
index 5fd6977a5396..124597002a99 100644
--- a/lib/libc/string/index.3
+++ b/lib/libc/string/index.3
@@ -98,9 +98,9 @@ and
functions appeared in
.At v6 .
Their prototypes existed previously in
-.Aq Pa string.h
+.In string.h
before they were moved to
-.Aq Pa strings.h
+.In strings.h
for
.St -p1003.1-2001
compliance.
diff --git a/lib/libc/string/strcasecmp.3 b/lib/libc/string/strcasecmp.3
index 05b3a48025ee..346b9e3414d6 100644
--- a/lib/libc/string/strcasecmp.3
+++ b/lib/libc/string/strcasecmp.3
@@ -96,9 +96,9 @@ and
functions first appeared in
.Bx 4.4 .
Their prototypes existed previously in
-.Aq Pa string.h
+.In string.h
before they were moved to
-.Aq Pa strings.h
+.In strings.h
for
.St -p1003.1-2001
compliance.